/**
 *               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";
}
input, button, textarea,select{
	font-family:"microsoft yahei";
}

.header{
	
}

.header_t{
	background: #044fa1;
	line-height: 41px;
	height: 43px;
	border-bottom: 2px solid #25be25;
}


.head_t_clm{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	color: #fff;
	font-size: 14px;
	margin-right: 40px;
}
.head_t_clm .icon{
	margin-right: 8px;
}
a.head_t_clm:hover .tt{
	text-decoration: underline;
}
.head_t_clm_btn{
	width: 174px;
	line-height: 44px;
	color:#fff;
	font-size: 14px;
	font-family: "OPEN SANS BOLD";
	background: #0fabaa;
	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;
}
.head_t_clm_btn .icon{
	font-size: 22px;
	margin-right: 8px;
}


.head_lag{
	width: 100px;
	height: 33px;
	position: relative;
}
.head_lag_t{
	width: 100px;
	color: #fff;
	font-size: 14px;
	line-height: 41px;
	text-align: center;
	cursor: pointer;
	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;
}
.head_lag_t .icon{
	margin-left: 4px;
}
.head_lag_down{
	position: absolute;
	left:50%;
	top: 41px;
	z-index: 2;
	display: none;
	width: 135px;
	background: #fff;
	text-align: center;
	padding: 12px 12px 4px;
	margin-left: -67px;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.head_lag_down_icon{
	position: absolute;
    left: 50%;
    top: -16px;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
	text-align: center;
    border-color: transparent transparent #fff transparent;
    margin-left: -8px;
}
.head_lag_down a{
	display: block;
	height: 30px;
    line-height: 30px;
    color: #444;
    font-size: 14px;
    margin-bottom: 8px;
    overflow: hidden;
}
.head_lag_down a:hover{
	color: #fff;
	background: #044fa1;
}


.head_b{
	position: relative;
}
.logo{
	width: 181px;
	height:124px;
	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%;
}

.menu{
	width: calc(100% - 181px);
	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{
	width: calc(100% - 40px);
	padding-left: 6%;
}
.menu_dl{
	height: 124px;
	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;
    padding-right: 15px;
}
.menu_dl dd{
	float: left;
	height: 124px;
	padding-top: 42px;
	position: relative;
}
.menu_tt .text{
	width: 100%;
	display: block;
	color: #333;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	padding:0 15px;
	transition: all 0.5s;
  -webkit-transition: all 0.5s;
   border-radius: 40px;
}
.menu_dl dd.hover .menu_tt .text{
	transition: all 0.5s;
  -webkit-transition: all 0.5s;
  color: #fff;
  background: #044fa1;
}
.menu_dl dd.menu_dd_pro{
	position: static;
}
.menu_down{
	display: none;
	position: absolute;
	left:0;
	top:124px;
	z-index: 3;
	width:100%;
	background: #fafafa;
	border-bottom: 4px solid #044fa1;
}
.menu_down_about{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 40px 3% 20px;
}
.menu_down_about .item{
	width:25%;
	text-align: center;
	padding: 0 2%;
}
.menu_down_about .item .pic{
	overflow: hidden;
}
.menu_down_about .item .pic img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.menu_down_about .item .tt{
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding: 10px 0;
}


.menu_down_pro{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding:30px 2% 10px;
}

.menu_down_pro .item{
	width: 16.66%;
	text-align: center;
	padding: 0 15px;
	margin-bottom: 20px;
}
.menu_down_pro .item .pic{
	overflow: hidden;
}
.menu_down_pro .item .pic img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.menu_down_pro .item .tt{
	padding: 10px 0;
	font-size: 14px;
	color: #222;
}
.menu_down_about .item:hover,
.menu_down_pro .item:hover{
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}
.menu_down_about .item:hover .tt,
.menu_down_pro .item:hover .tt{
	color: #044fa1;
}


.head_search{
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #000;
	font-size: 24px;
	cursor: pointer;
}

.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: #25be25;
	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;
	height: 52px;
}
.mobile_header_top{
	width: 100%;
	height: 52px;
	position: fixed;
	left: 0;
	top:-1px;
	z-index: 7;
	background:#fff;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
}


.mobile_logo{
	width: 140px;
	height: 52px;
	margin-left: 15px;
}
.mobile_logo img{
	display: block;
	height: 36px;
	width: auto;
}

.mobile_menu_btn{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	padding: 14px 12px 8px 12px;
	cursor: pointer;
}
.mobile_menu_btn span{
	display: block;
	height: 3px;
	width: 32px;
	background: #044fa1;
	border-radius: 4px;
	margin-bottom: 7px;
}
.mobile_search_icon{
	width: 40px;
	height: 52px;
	color: #044fa1;
	font-size: 26px;
	line-height: 52px;
	text-align: center;
	margin-right: 52px;
	cursor: pointer;
}
.mobile_lag_icon{
	width: 40px;
	height: 52px;
	color: #044fa1;
	font-size: 26px;
	line-height: 52px;
	text-align: center;
	cursor: pointer;
}
.mobile_lag_box{
	display: none;
	position: fixed;
	left: 0;
	top: 52px;
	z-index: 7;
	width: 100%;
	text-align: center;
	padding: 20px;
	background: #f1f1f1;
}
.mobile_lag_box a{
	display: inline-block;
	width: 120px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	background: #044fa1;
}


.mobile_menu_box{
	position: fixed;
	right: -240px;
	top:0;
	z-index: 8;
	width:220px;
	height: 100%;
	background: #fafafa;
	padding: 0 10px;
	overflow-x: hidden;
	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{
	overflow: hidden;
	margin: 30px 0;
}
.mobile_menu_dl dd{
	clear: both;
	line-height: 20px;
	margin-bottom: 8px;
}
.mobile_menu_tt{
	font-size: 18px;
	margin-bottom: 6px;
}
.mobile_menu_tt .text{
	float: left;
	width: 80%;
	color: #333;
	line-height: 30px;
	text-transform: capitalize;
}
.mobile_menu_tt_icon{
	display: none;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/menu_ico.png) no-repeat center center;
	transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.mobile_menu_down{
	display:none;
	padding:8px 0 8px 12px;
}
.mobile_menu_down a{
	display:block;
	font-size: 16px;
	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: #044fa1;
}


.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: #044fa1;
	text-align: center;
	line-height: 40px;
	border: none;
	background: none;
}


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

/*
 * banner
 */
.banner_box{
	position: relative;
}
.banner{
	clear: both;
}

.banner.owl-theme .owl-controls{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	bottom: 12px;
}
.banner.owl-theme .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #bfbfbf;
    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{
    background: #25be25;
    width: 22px;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


/*
 * ind_box1
 */
.ind_box1{
	padding: 50px 0;
	background: url(../images/ind_bg1.jpg) no-repeat center center / cover;
}
.ind_title1{
	display: block;
	margin-bottom: 30px;
}
.ind_title1_tt1{
	font-size: 20px;
	color: #888;
	font-weight: bold;
}
.ind_title1_line{
	width: 21px;
	height: 3px;
	background: #25be25;
	margin-top: 8px;
	margin-bottom: 8px;
}
.ind_title1_tt2{
	font-size: 40px;
	color: #222;
	font-weight: bold;
	margin-bottom: 20px;
}
.ind_title1_text{
	font-size: 14px;
	color:#888;
	line-height: 24px;
}
.more_btn1{
	display: block;
	width: 138px;
	line-height: 35px;
	color: #fff;
	background: #25be25;
}


.ind_box1_list{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 40px 0 0;
}

.ind_box1_list dd{
	width:calc((100% - 132px) / 4);
	margin-right:44px;
}
.ind_box1_list dd:last-child{
	margin-right: 0;
}
.ind_box1_list dd a{
	display: block;
	height: 100%;
	text-align: center;
	color: #888;
	padding: 30px 20px 25px;
	border: 1px solid #bfbfbf;
}
.ind_box1_list dd .icon{
	font-size: 72px;
	line-height: 1;
	margin-bottom: 10px;
}
.ind_box1_list dd .text{
	font-size: 12px;
	line-height: 24px;
}

.ind_box1_list dd a:hover{
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 0 8px rgba(115,115,115,.3);
}

.ind_box2{
}

.ind_box2_con{
	
}
.ind_box2_rela{
	position: relative;
}
.ind_box2_rela_pic{
	
}
.ind_box2_item{
	position: absolute;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
}
.ind_box2_item .icon_box{
	width: 114px;
	height: 114px;
	border-radius: 50%;
	border: 8px solid rgba(6,67,134,.5);
}
.ind_box2_item .icon_box .icon{
	width: 100%;
	height:100%;
	font-size: 56px;
	color: #fff;
	background: #064386;
	border-radius: 50%;
	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;
}
.ind_box2_item .con{
	color: #fff;
	width: calc(100% - 114px);
}
.ind_box2_item .con .tt{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
}
.ind_box2_item .con .text{
	font-size: 14px;
	line-height: 20px;
}

.ind_box2_item_m2{
	display: block;
	width: 300px;
	left: 50%;
	bottom: 97px;
	color: #fff;
	margin-left: -150px;
}
.ind_box2_item_m2_text{
	line-height: 20px;
	padding: 10px 0 15px;
}
.ind_box2_item_m2 .icon{
	font-size: 24px;
}
.ind_box2_item_m2_tel{
	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;
	-ms-align-items: center;
	-webkit-align-items: center;
}
.ind_box2_item_m2_tel .icon{
	margin-right: 12px;
}

.ind_box2_item_l1{
	width: 260px;
	left: 34px;
	bottom: 50px;
	flex-direction: row-reverse; 
	-ms-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
.ind_box2_item_l1 .con,
.ind_box2_item_l2 .con{
	text-align: right;
	padding-right: 30px;
}

.ind_box2_item_l2{
	width: 310px;
	left: 75px;
	bottom: 280px;
	flex-direction: row-reverse; 
	-ms-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}

.ind_box2_item_m{
	left: 50%;
	top: 65px;
	width: 180px;
	margin-left: -90px;
	flex-direction: column-reverse; 
	-ms-flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
}
.ind_box2_item_m .icon{
	width: 100%;
	text-align: center;
}
.ind_box2_item_m .con{
	width: 100%;
	text-align: center;
	padding-bottom: 18px;
}

.ind_box2_item_r2
{
	right: 100px;
	bottom: 280px;
}
.ind_box2_item_r2 .con,
.ind_box2_item_r1 .con{
	padding-left: 25px;
}
.ind_box2_item_r1{
	width: 280px;
	right: 12px;
	bottom: 50px;
}


.ind_box3{
	padding: 60px 0;
}
.ind_box3 .ind_title1_tt2,
.ind_box3 .ind_title1_text{
	color: #fff;
}

.ind_box3_con{
	position: relative;
	padding-top: 40px;
}
.ind_box3_con{
	padding: 0 5px;
}
.ind_box3_scroll.owl-carousel .owl-wrapper-outer{
	padding:5px 0 15px;
}
.ind_box3_scroll.owl-theme .owl-controls{
    padding-top: 25px;
}
.ind_box3_scroll.owl-theme .owl-dots .owl-dot span{
    background: #bfbfbf;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    margin: 0 5px;
}
.ind_box3_scroll.owl-theme .owl-dots .owl-dot.active span, 
.ind_box3_scroll.owl-theme .owl-dots .owl-dot:hover span{
    width: 17px;
    background: #25BE25;
}



.pro_list1 dd a{
	display: block;
	background: #fff;
	padding: 8px;
	text-align: center;
	border: 1px solid #e8e8e8;
	position: relative;
}
.pro_list1 dd .pic{
	overflow: hidden;
}
.pro_list1 dd .pic img{
	display: block;
	width: 100%;
}
.pro_list1 dd .con{
	padding: 20px 10px 30px;
}
.pro_list1 dd .con .tt{
	font-size: 18px;
	color: #222;
	height: 28px;
	font-weight: bold;
	margin-bottom: 15px;
}
.pro_list1 dd .con .text{
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	color: #888;
}
.pro_list1 dd .more{
	position: absolute;
	left: 50%;
	bottom: -12px;
	display: block;
	width: 24px;
	height: 24px;
	color: #fff;
	line-height: 22px;
	font-size: 24px;
	text-align: center;
	border-radius: 50%;
	background: #044fa1;
	margin-left: -12px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.pro_list1 dd a:hover{
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 2px 2px 5px rgba(115,115,115,.3);	
}
.pro_list1 dd a:hover .con .tt{
	color: #044FA1;
}
.pro_list1 dd a:hover .more{
	background: #25BE25;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box3_prev,.ind_box3_next{
	position: absolute;
	left: -90px;
	top: 50%;
	width: 46px;
	height: 66px;
	line-height: 66px;
	color: #fff;
	text-align: center;
	font-size: 28px;
	margin-top: -33px;
	background: #044fa1;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box3_prev{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}
.ind_box3_next{
	left: auto;
	right: -90px;
}
.ind_box3_prev:hover,
.ind_box3_next:hover{
	background: #25BE25;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.ind_box4{
	padding: 50px 0;
	background: url(../images/ind_bg3.jpg) no-repeat center center / cover;
}
.ind_box4_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_box4_con_l{
	width: 44%;
}
.ind_box4_con_l a{
	display: block;
}
.ind_box4_con_l_pic{
	padding: 11px;
	border: 1px solid #e5e5e5;
}
.ind_box4_con_l_pic img{
	display: block;
	width: 100%;
	max-width: none;
}
.ind_box4_con_l_con{
	width: 100%;
	padding: 20px 10px 0;
}
.ind_box4_con_l_title{
	width: 100%;
	font-size: 18px;
	color: #222;
	font-weight: bold;
}
.ind_box4_con_l_date{
	width: 100%;
	color: #888;
	font-size: 14px;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	margin: 15px 0;
}
.ind_box4_con_l_date .icon{
	font-size: 16px;
	margin-right: 10px;
}
.ind_box4_con_l_text{
	font-size: 14px;
	color: #888;
	line-height: 24px;
	margin-bottom: 20px;
}
.more_btn2{
	display: block;
	width: 108px;
	line-height: 28px;
	color: #888;
	font-size: 14px;
	border: 1px solid #e5e5e5;
}

.more_btn2:hover{
	color: #fff;
	background: #044fa1;
}
.ind_box4_con_r{
	width: 54%;
}

.ind_news_list1 dd a{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

.ind_news_list1 dd .date{
	width:115px;
	text-align: right;
	padding-right: 24px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_news_list1 dd .date .days{
	font-size: 24px;
	font-weight: bold;
	color: #044fa1;
	font-style: italic;
	margin-bottom:5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_news_list1 dd .date .years{
	color: #888;
	font-size: 14px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_news_list1 dd .con{
	width: calc(100% - 115px);
	padding: 25px 18px;
	background: #fafafa;
	border-left: 1px solid #e2e2e2;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_news_list1 dd .con .tt{
	color: #222;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_news_list1 dd .con .text{
	color: #888;
	font-size: 14px;
	line-height: 24px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_news_list1 dd a:hover .date .days,
.ind_news_list1 dd a:hover .date .years{
	color: #044fa1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_news_list1 dd a:hover .con{
	background: #044fa1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_news_list1 dd a:hover .con .tt,
.ind_news_list1 dd a:hover .con .text{
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.footer{
	background: #343b43;
	border-top: 5px solid #044fa1;
}
.footer_t{
	padding: 40px 0;
}
.footer_t_wrap{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.footer_t_item{
	width: 26%;
}
.footer_t_item_sm{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	align-items:flex-end;
	-ms-align-items:flex-end;
	-webkit-align-items:flex-end;

	flex-direction: column; 
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	max-width: 210px;
	padding: 3% 0 0 0;
}
.footer_title{
	line-height: 45px;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	border-bottom: 1px solid #707070;
}
.footer_title .tt{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	width: calc(100% - 45px);
}
.footer_title .icon{
	display: none;
	width: 45px;
	text-align: center;
	color: #fff;
}

.footer_t_item_con{
	padding: 14px 0 0 0;
}

.footer_list a{
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #929292;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.footer_list a .icon{
	width: 20px;
	font-size: 14px;
}
.footer_list a .con{
	width: calc(100% - 20px);
}
.footer_list a:hover{
	color: #fff;
	transform: translateX(3px);
	-webkit-transform: translateX(3px);
}

.footer_list2_item{
	font-size: 14px;
	line-height: 30px;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	margin-bottom: 12px;
}
.footer_list2_item .icon{
	width: 24px;
	height: 24px;
	font-size: 24px;
	line-height: 24px;
	color: #888;
	text-align: center;
	border-radius: 50%;
	margin-top: 3px;
}
.footer_list2_item .tt{
	width: calc(100% - 20px);
	padding-left: 10px;
	font-size: 14px;
	color: #929292;
}
.footer_list2_item.hover .icon{
	color: #fff;
}
.footer_list2_item.hover .tt{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.footer_sm{
	width: 100%;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
}
.footer_sm a{
	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;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 20px;
	margin: 0 10px 0 0;
	border-radius: 50%;
	border: 1px solid transparent;
	position: relative;
}
.footer_sm a:nth-child(1){
	color: #009fe0;
	border: 1px solid #009fe0;
}
.footer_sm a:nth-child(2){
	color: #86c610;
	border: 1px solid #86c610;
}
.footer_sm a:nth-child(3){
	color: #da251c;
	border: 1px solid #da251c;
}

.footer_sm a img{
	position: absolute;
	left: 0;
	bottom: 36px;
	z-index: 2;
	display: none;
	width: 120px;
	height: 120px;
	max-width: none;
}
.footer_sm a:hover img{
	display: block;
}

.footer_t_item_form_text,
.footer_t_item_form_area{
	display: block;
	width: 100%;
	height: 34px;
	line-height: 34px;
	padding-left: 15px;
	font-size: 14px;
	color: #222;
	border: 0;
	background: #fff;
	margin-bottom: 12px;
}
.footer_t_item_form_area{
	height: 86px;
	padding-top: 8px;
	line-height: 20px;
}
.footer_t_item_form_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;
	width: 100%;
	line-height: 34px;
	background: #044fa1;
	border: 0;
	font-size: 14px;
	color: #fff;
}
.footer_t_item_form_btn .icon{
	font-size: 18px;
	margin-right: 8px;
}

.footer_t_item_code_tt{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding: 10px 0 14px;
}


.footer_b{
}
.footer_b_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;
	-ms-align-items: center;
	-webkit-align-items: center;
	
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	border-top: 1px solid #707070;
	padding: 18px 0;
	line-height: 20px;
	font-size: 14px;
	color: #ababab;
}
.footer_b a{
	color: #ababab;
}
.footer_b a:hover{
	color: #fff;
	text-decoration: underline;
}

.back_top{
	position: fixed;
	right: 0;
	bottom: 20%;
	z-index: 3;
	width: 50px;
	height:50px;
	line-height: 50px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	background: #044fa1;
	cursor: pointer;
	transform: rotateZ(-90deg);
	-webkit-transform: rotateZ(-90deg);
}



/*
 * sub_banner
 */
.sub_banner{
	height: 300px;
	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_tt{
	font-size: 48px;
	color: #fff;
	font-weight: bold;
}

.lcoation{
	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;
	line-height: 20px;
	padding: 10px 0;
	color: #888;
	border-bottom: 1px solid #d2d2d2;
}

.lcoation_icon{
	color: #044fa1;
	font-size: 18px;
	margin-right: 10px;
}
.location_tt{
	color:#222;
	font-size: 14px;
	font-weight: bold;
}
.lcoation a{
	color: #888;
}
.lcoation a:hover{
	color: #044fa1;
}


.about_box1{
	padding: 50px 0;
	background: url(../images/about_bg1.png) no-repeat center center;
}
.about_title1{
	margin-bottom: 30px;
}
.about_title1 .tt1{
	font-size: 20px;
	color: #044fa1;
	margin-bottom: 6px;
}
.about_title1 .text{
	font-size: 40px;
	color: #222;
	font-weight: bold;
}
.about_title1.colorf .tt1,
.about_title1.colorf .text{
	color: #fff;
}

.about_box1 .about_wrap{
	padding-top: 20px;
}
.about_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;
	-ms-align-items: center;
	-webkit-align-items: center;
	
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.about_box1_l{
	width: 50%;
	padding-right: 2%;
}
.about_box1_r{
	width: 50%;
	padding-left: 3%;
}
.about_text{
	font-size: 14px;
	color: #888;
	line-height: 30px;
}
.about_box1_l_list{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-top: 30px;
}
.about_box1_l_list .item{
	width: calc((100% - 10px) / 2);
	padding: 20px 11px;
	margin: 0 10px 10px 0;
	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;
	border: 1px solid #bfbfbf;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.about_box1_l_list .item:nth-child(2n){
	margin-right: 0;
}
.about_box1_l_list .item .icon{
	width: 50px;
	line-height: 50px;
	font-size:42px;
	color: #888;
	text-align: center;
}
.about_box1_l_list .item .con{
	width: calc(100% - 50px);
	padding-left: 3%;
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	color: #888;
}
.about_box1_l_list .item:hover{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	box-shadow: 0 0 10px rgba(115,115,115,.3);
}

.about_box2{
	padding: 50px 0;	
	border-top:3px solid #12a78a;
	border-bottom:3px solid #12a78a;
	background: url(../images/about_bg2.jpg) no-repeat center center / cover;
}
.about_bars{
	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;
	margin-bottom: 45px;
}
.about_bars .item{
	margin: 0 8px 8px;
	color: #222;
	font-size: 14px;
	line-height: 40px;
	background: #fff;
	padding: 0 40px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.about_bars .item.hover{
	color: #fff;
	background: #12a78a;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.about_box2_list dd a{
	display: block;
}
.about_box2_list dd .pic{
	overflow: hidden;
	padding: 9px;
	border: 1px solid #fff;
}
.about_box2_list dd .pic .pic_con{
	overflow: hidden;
}
.about_box2_list dd .pic img{
	display: block;
	width: 100%;
}
.about_box2_list dd .tt{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	padding: 18px 0 10px;
}
.about_box2_list dd a:hover .pic img{
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
}


.about_box2_list.owl-carousel .owl-wrapper-outer{
	padding: 3px 0 0 0;
}

.about_box2_list.owl-theme .owl-controls{
    text-align: center;
}
.about_box2_list.owl-theme .owl-dots .owl-dot span{
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 7px;
    margin: 0 4px;
}
.about_box2_list.owl-theme .owl-dots .owl-dot.active span, 
.about_box2_list.owl-theme .owl-dots .owl-dot:hover span{
    background: #12a78a;
    width: 17px;
}


.about_box3{
	padding: 50px 0;
}

.about_box3_list_line{
	position: relative;
}
.about_box3_list_line:after{
	content: "";
	position: absolute;
	left: 0;
	top:10px;
	z-index: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #d2d2d2;
}

.about_box3_list{
	position: relative;
	z-index: 2;
	margin-bottom: 65px;
}
.about_box3_list .item{
	width:54px;
	height: 68px;
	text-align: center;
	cursor: pointer;
}
.about_box3_list .icon_box{
	width: 21px;
	height: 21px;
	padding: 3px;
	border: 1px solid #d2d2d2;
	border-radius:21px;
	margin: 0 auto 13px;
}
.about_box3_list .icon_box .icon{
	width: 13px;
	height: 13px;
	border-radius: 13px;
	background: #d2d2d2;
}
.about_box3_list .tt{
	font-size: 18px;
	color: #222;
}

.about_box3_list .slick-current .icon_box{
	border-color: #12a78a;
}
.about_box3_list .slick-current .icon{
	background: #12a78a;
}


.about_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;
}
.about_box3_con_pic{
	width: 50%;
	text-align: center;
}
.about_box3_con_text{
	width: 50%;
	padding: 0 4%;
}
.about_box3_con_text .tt{
	font-size: 36px;
	margin-bottom: 14px;
	font-weight: bold;
}
.about_box3_con_text .text{
	color: #444;
	font-size: 18px;
	line-height: 34px;
}


.about_box4{
	padding:50px 0;
	background: #fafafa;
}
.about_box4_bars .item{
	background: #eee;
}
.about_box4_list .item{
	position: relative;
}
.about_box4_list .item:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.6);
}

.about_box4_tabs_item{
	position: relative;
}
.about_box4_prev,.about_box4_next{
	position: absolute;
	left: calc(25% - 68px);
	top: 50%;
	z-index: 2;
	width: 40px;
	height: 75px;
	line-height: 75px;
	color:#fff;
	font-size: 28px;
	text-align: center;
	background: #044fa1;
	cursor: pointer;
	margin-top: -37px;
}
.about_box4_prev{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}
.about_box4_next{
	left: auto;
	right: calc(25% - 68px);
}
.about_box4_prev:hover,.about_box4_next:hover{
	background: #12a78a;
}

.about_box4_list.owl-theme .owl-controls{
    padding-top: 20px;
}
.about_box4_list.owl-theme .owl-dots .owl-dot span{
    width:7px;
    height: 7px;
    border-radius: 7px;
    background: #bfbfbf;
    margin: 0 5px;
}
.about_box4_list.owl-theme .owl-dots .owl-dot.active span, 
.about_box4_list.owl-theme .owl-dots .owl-dot:hover span{
    width: 17px;
    background: #12a78a;
}


.about_box5{
	padding: 50px 0;
}
.about_box5_con a{
	display: block;
	max-width: 1090px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.about_box5_cona img{
	display: block;
	width: 100%;
}
.about_box5_con a:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/ind_video_icon1.png) no-repeat center center;
}
.about_box5_con a:hover img{
	transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
}

/*
 * contact
 */
.contact_box1{
	padding:70px 0;	
}

.contact_box1_l{
	width: 50%;
	padding: 0 2%;
}
.contact_title1{
	margin-bottom: 20px;
}
.contact_title1 .tt{
	font-size: 22px;
	color: #222;
	font-weight: bold;
	margin-bottom: 15px;
}
.contact_title1 .text{
	font-size: 14px;
	color: #888;
}

.contact_box1_l_list{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 20px 0;
	border-top: 1px solid #d9d9d9;
}
.contact_box1_l_list:last-child{
	width: 100%;
	border-bottom: 1px solid #d9d9d9;
}
.contact_box1_l_list .item{
	width: 50%;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.contact_box1_l_list.last .item{
	width: 100%;
}
.contact_box1_l_list .item .icon{
	width: 32px;
	font-size: 24px;
	text-align: center;
	color: #044fa1;
}

.contact_box1_l_list .item .con{
	width: calc(100% - 32px);
	padding-left: 8px;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: column; 
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
}
.contact_box1_l_list .item .con .tt1{
	font-size: 14px;
	color: #888;
	margin-bottom: 5px;
}

.contact_box1_l_list .item .con .tt2{
	color: #222;
	font-size: 18px;
}
.contact_box1_l_list .item .con .text{
	color: #222;
	font-size: 14px;
	line-height: 20px;
}
.contact_box1_l_list .item .con .text a{
	display: block;
	color: #222;
}
.contact_box1_l_list .item .con .text a:hover{
	color: #044FA1;
	text-decoration: underline;
}


.contact_box1_l_list .con .clm{
	line-height: 30px;
	color: #222;
}

.contact_box1_r{
	width: 50%;
	text-align: right
}
.contact_box1_r img{
	display: block;
	margin: 0 auto;
}



.contact_box2_t{
	height: 78px;
	border-bottom: 4px solid #25be25;
}
.contact_box2_map img{
	max-width: none;
}


.join_box1{
	padding: 70px 0 40px;
}

.join_box1_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;
}
.join_box1_list dd{
	width:21%;
	padding:35px 15px;
	text-align: center;
	border: 1px solid #d2d2d2;
	margin-bottom: 50px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.join_box1_list dd .icon{
	font-size: 58px;
	color: #044fa1;
	margin-bottom: 25px;
}
.join_box1_list dd .tt{
	font-size: 14px;
	line-height: 24px;
	color: #888;
}

.join_box1_list dd:hover{
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow:  0 0 10px rgba(115,115,115,.2);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.join_box2{
	padding: 60px 0;
}

.join_box2_title{
	color: #fff;
	margin-bottom: 40px;
}
.join_box2_title .icon{
	font-size: 45px;
	margin-bottom: 8px;
}

.join_box2_title .text{
	font-size: 24px;
	line-height: 40px;
}

.join_box2_form{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.join_box2_form_group{
	width: 48%;
	margin-bottom: 12px;
}
.join_box2_form_group_tt{
	font-size: 14px;
	color: #fff;
	line-height: 42px;
}
.join_box2_form_group_input,
.join_box2_form_group_area{
	display: block;
	width: 100%;
	height: 32px;
	padding-left: 18px;
	border: 1px solid #ddd;
	background: #fff;
}

.join_box2_form_group.ddw{
	width: 100%;
}

.join_box2_form_group_area{
	height: 100px;
	padding-top: 8px;
	line-height: 22px;
}

.join_box2_form_btn_box{
	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-top: 30px;
}

.join_box2_form_btn{
	width: 135px;
	height: 33px;
	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: #0767d1;
	border: 0;
	margin: 0 15px;
}
.join_box2_form_btn .icon{
	font-size: 16px;
	color: #fff;
	margin-right: 10px;
}
.join_box2_form_btn.hover{
	background: #25be25;
}


/*
 * news
 */
.sub_main_page_news{
	padding: 50px 0;
}
.news_list_box1{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 65px;
}

.news_list_box1_pic{
	width: 50%;
}
.news_list_box1_pic a{
	max-width: 502px;
	display: block;
	overflow: hidden;
	padding: 9px;
	border: 1px solid #e5e5e5;
}
.news_list_box1_pic a .pic{
	overflow: hidden;
}
.news_list_box1_pic a img{
	display: block;
	max-width: 100%;
}
.news_list_box1_pic a:hover img{
	transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
}

.news_list_box1_con{
	width: 50%;
	padding: 0 5%;
}

.news_list_box1_title{
	font-size: 18px;
	color: #222;
	font-weight: bold;
}
.news_list_box1_date{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	font-size: 14px;
	color: #888;
	padding: 18px 0;
}
.news_list_box1_date .icon{
	font-size: 16px;
	margin-right: 8px;
}

.news_list_box1_text{
	font-size: 14px;
	line-height: 25px;
	color: #888;
	padding: 0 0 18px 0;
}

.news_list_box1_con:hover .news_list_box1_title{
	color: #044FA1;
}


.news_list1 dd{
	margin-bottom: 16px;
}
.news_list1 dd a{
	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:30px 25px;
	background: #fafafa;
	box-shadow: 0 0 15px rgba(115,115,115,.3);
}

.news_list1_date{
	width: 100px;
	color: #044FA1;
	position: relative;
}
.news_list1_date:after{
	content: "";
	display: block;
	position: absolute;
	right:0;
	top: 50%;
	width: 1px;
	height: 34px;
	margin-top: -17px;
	background: #222;
}
.news_list1_date .days{
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 8px;
}
.news_list1_date .years{
	font-size: 14px;
}

.news_list1_con{
	width: calc(100% - 210px);
	padding: 0 25px;
}
.news_list1_con .tt{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.news_list1_con .text{
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	color: #888;
}

.news_list1_more{
	width: 110px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #888;
	border: 1px solid #888;
}

.news_list1 dd a:hover{
	background: #044fa1;
	box-shadow:  0 0 15px rgba(4,79,161,.3);
}
.news_list1 dd a:hover .news_list1_date,
.news_list1 dd a:hover .news_list1_con .tt,
.news_list1 dd a:hover .news_list1_con .text{
	color: #fff;
}
.news_list1 dd a:hover .news_list1_date:after{
	background: #fff;
}
.news_list1 dd a:hover .news_list1_more{
	color: #044FA1;
	background: #fff;
	border: 1px solid #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:30px 0 20px;
}
.page a{
	display: block;
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: #666;
	font-size: 14px;
	background: #e8e8e8;
	margin: 0 3px;
}

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

.page a.hover,.page a:hover{
	color: #fff;
	background: #044fa1;
}


/*
 * 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% - 420px);
	padding: 0 15px;
}
.news_det_title{
	font-size: 18px;
	color: #222;
	font-weight: bold;
}

.news_det_date{
	color: #666;
	font-size: 14px;
	padding: 18px 0;
	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;
}
.news_det_date .item{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
}
.news_det_date .item .icon{
	margin-right: 6px;
}


.news_det_content{
	line-height: 28px;
	font-size: 14px;
}

.news_det_r{
	width: 390px;
}
.news_det_share{
	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: 30px;
}
.news_det_share_tt{
	font-size: 14px;
	color: #535353;
}


.news_det_page{
	border: 10px solid #e8e8e8;
	padding:0 14px;
	background: #fff;
}
.news_det_page_item{
	padding: 26px 0;
	border-bottom: 1px solid #dedfe1;
}
.news_det_page_item:last-child{
	border-bottom: 0;
}

.news_det_page_item_tt{
	font-size: 24px;
	font-weight: bold;
}
.news_det_page_item_date{
	color: #666;
	font-size: 14px;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	padding: 14px 0 15px;
}
.news_det_page_item_date .icon{
	margin-right: 6px;
}

.news_det_page_item_text{
	font-size: 18px;
	line-height: 1.3;
	color: #444;
	font-weight: bold;
}
.news_det_page_item_text:hover{
	color: #044FA1;
	text-decoration: underline;
}


/*
 * message
 */
.sub_main_message{
	padding: 60px 0;
	background: url(../images/message_bg1.jpg) no-repeat center center;
}

.sub_title1{
	margin-bottom: 20px;
}
.sub_title1 .tt{
	font-size: 36px;
	color: #222;
	font-weight: bold;
	margin-bottom: 15px;
}
.sub_title1 .text{
	font-size: 14px;
	color: #888;
}

.message_box2_form .join_box2_form_group_tt{
	color: #222;
}

.join_box2_form_group_tt .icon{
	color: #25BE25;
}



/*
 * pro_cover
 */
.sub_main_pro{
	padding: 50px 0;
}


.pro_cover_list1{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_cover_list1 dd{
	width: 46%;
	margin:0 2% 55px;
	text-align: center;
	padding: 35px 5%;
	background: #fafafa;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_cover_list1_tt{
	display: block;
	color: #222;
	font-size: 24px;
	font-weight: bold;
}
.pro_cover_list1_text{
	font-size: 14px;
	line-height: 24px;
	color: #888;
	margin: 20px 0;
}

.pro_cover_list1_more{
	display: block;
	color: #044FA1;
	font-size: 14px;
}
.pro_cover_list1_tt:hover{
	color: #044FA1;
}

.pro_cover_list1 dd:hover{
	box-shadow: 0 0 15px rgba(115,115,115,.2);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_cover_list1_clm{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content:space-around;
	-ms-justify-content:space-around;
	-webkit-justify-content:space-around;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-top: 28px;
}
.pro_cover_list1_clm .item {
	width: 40%;
}
.pro_cover_list1_clm .item a{
	display: block;
}
.pro_cover_list1_clm .item .pic{
	overflow: hidden;
	margin-bottom: 13px;
}
.pro_cover_list1_clm .item .pic img{
	display: block;
}
.pro_cover_list1_clm .item .tt{
	font-size: 14px;
	font-weight: bold;
}
.pro_cover_list1_clm .item a:hover{
	color: #044FA1;
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}


/*
 * pro_list
 */
.pro_list_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;
}

.main_r{
	width: calc(100% - 300px);
}
.pro_list2{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.pro_list2 dd{
	width: calc((100% - 50px) / 3);
	margin: 0 25px 35px 0;
}


.main_l{
	width: 258px;
}
.main_l_title_line{
	width: 100%;
	height: 3px;
	background: #044FA1;
	margin-bottom: 3px;
}
.main_l_title{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height:56px;
	background: #044FA1;
}
.main_l_list{
	padding: 18px 0;
}
.main_l_list a{
	display: block;
	line-height: 20px;
	font-size: 14px;
	color: #888;
	padding:10px 0 10px 35px;
	border-bottom: 1px dashed #d2d2d2;
}
.main_l_list a:last-child{
	border: 0;
}
.main_l_list a:hover,
.main_l_list a.hover{
	color: #25BE25;
}

.main_l_contact{
	display: none;
}
.main_l_contact_pic img{
	display: block;
	width: 100%;
	max-width: none;
}
.main_l_contact_tt{
	padding-left: 40px;
	font-size: 18px;
	font-weight: bold;
	line-height: 56px;
	color: #fff;
	background: #044FA1;
	border-bottom: 1px solid #fff;
}
.main_l_contact_list{
	padding: 15px 25px 15px 40px;
	background: #044FA1;
}
.main_l_contact_list .item{
	margin-bottom: 18px;
	color: #fff;
	font-size: 14px;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.main_l_contact_list .item .icon{
	width: 20px;
	height: 20px;
	font-size: 20px;
}
.main_l_contact_list .item .tt{
	width: calc(100% - 20px);
	padding-left: 10px;
}
.main_l_contact_list a.item:hover .tt{
	text-decoration: underline;
}


/*
 * pro_det
 */
.pro_det_t{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 0 4%;
	margin-bottom:45px;
}
.bigImgBox{
	overflow:hidden;
	width:493px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
	justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
	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;
    margin: 0 auto;
}
#play{
	width:calc(100% - 78px) !important;
	position:relative;
	overflow: hidden;
	background:#fff;
	margin-left: 8px;
}

#play .bottom_a{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width:407px;
	height:354px;
}
.img_ul li{
	position:absolute;
	lefr:0;
	top:0;
	z-index: 1;
	width:100%;
	background:#fff;
	margin:0 0 0 0;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transition: all 1s;
	-moz-transition: all 1s;	/* Firefox 4 */
	-webkit-transition: all 1s;	/* Safari Ã¥â€™Å’ Chrome */
	-o-transition: all 1s;
}
.img_ul li.hover{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	transition: all 1s;
	-moz-transition: all 1s;	/* Firefox 4 */
	-webkit-transition: all 1s;	/* Safari Ã¥â€™Å’ Chrome */
	-o-transition: all 1s;
	}
#play .img_ul li img{ max-width:none; width: 100%;}
.imgMove{ float:left; overflow: hidden; width:78px; height:354px; position: relative; display:block !important;}
.img_hd {
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin-top: 28px;
	position: relative;
}
.img_hd ul {
	position: absolute;
	z-index: 1
}
.img_hd ul li {
	width:100%;
	height:69px;
	margin-bottom:7px;
	cursor: pointer;
	background:#e5e5e5;
	position:relative;
}
.img_hd ul li:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
	border:1px solid transparent;
}
.img_hd ul li img {display: block; width:78px;height:69px;}
.img_hd ul li.on:after{border:1px solid #044fa1;}
.imgMove .bottom_a {
	width:100%;
	height:23px;
	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;
	left:0;
	position:absolute;
	z-index:2;
	font-size: 20px;
	color: #888;
	background:#e5e5e5;
	border: 1px solid #e3e3e3;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.imgMove .prev_a{
	top: 0;
}
.imgMove .next_a {
	bottom:0;
}
.imgMove .bottom_a .icon{
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.imgMove .prev_a .icon{
	transform: rotateZ(-90deg);
	-webkit-transform: rotateZ(-90deg);
}
.imgMove .next_a .icon{
	transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
}
.imgMove .bottom_a:hover{
	color: #fff;
	background: #044FA1;
}


.pro_det_pic_wap{
	display: none !important;
}
.pro_det_pic_wap.owl-theme .owl-controls{
    padding-top: 20px;
}
.pro_det_pic_wap.owl-theme .owl-dots .owl-dot span{
    background: #bfbfbf;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    margin: 0 5px;
}
.pro_det_pic_wap.owl-theme .owl-dots .owl-dot.active span, 
.pro_det_pic_wap.owl-theme .owl-dots .owl-dot:hover span{
    width: 17px;
    background: #25BE25;
}

.pro_det_inf{
	width: calc(100% - 493px);
	padding: 40px 2% 20px;
	max-width: 550px;
}
.pro_det_title{
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	color: #222;
	padding: 15px 0;
}
.pro_det_text{
	line-height: 24px;
	font-size: 14px;
	color:#333;
	padding: 4% 0;
	border-top: 1px dashed #d2d2d2;
	border-bottom: 1px dashed #d2d2d2;
	margin-bottom: 5%;
}
.pro_det_btn_box{
	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;
}
.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;
	width: 160px;
	height: 35px;
	color: #fff;
	font-size: 14px;
	background: #044fa1;
	margin: 0 8px 8px 0;
}
.pro_det_btn:last-child{
	margin-right: 0;
}
.pro_det_btn .icon{
	font-size: 18px;
	margin-right:8px;
}
.pro_det_btn.hover{
	background: #25be25;
}
.pro_det_btn.hover2{
	background: #173b63;
}
.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: 14px;
	color:#333;
	padding-right: 8px;
}


/*
 * pro_det
 */
.sub_main_pro_det{
	padding: 50px 0 0;
}
.pro_det_b{
	max-width: 1100px;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	padding-top: 5px;
	margin-bottom: 25px;
}
.pro_det_b .bgfa{
	background: #fafafa;
}
.pro_det_bars_box{
	position: relative;
	height: 66px;
}
.pro_det_bars{
	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;
	border-bottom: 4px solid #044FA1;
	position: relative;
	z-index: 2;
	background: #fafafa;
}

.pro_det_bars .item{
	width: 20%;
	color: #222;
	font-size: 18px;
	height: 66px;
	font-weight: bold;
	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;
	cursor: pointer;
}
.pro_det_bars4 .item{
	width: 25%;
}
.pro_det_bars .item .icon{
	font-size: 28px;
	margin-right: 8px;
}
.pro_det_bars .item.hover{
	color: #fff;
	background: #044FA1;
}


.pro_det_d_tabs{
	padding: 35px 5%;
}
.pro_det_tabs_item{
	margin-bottom: 20px;
}
.pro_det_tabs_item:last-child{
	margin-bottom: 0;
}
.pro_det_tabs_item_title{
	font-size: 18px;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	margin-bottom: 10px;
}
.pro_det_tabs_item_title .icon{
	width: 14px;
	height: 20px;
	border-left: 6px solid #044fa1;
	border-right: 7px solid #25be25;
	margin-right: 12px;
}
.pro_det_tabs_item_title .tt{
	font-weight: bold;
}

.pro_det_tabs_item_con{
	padding: 15px 0 25px;
	line-height: 28px;
	font-size: 14px;
	color: #222;
}
.pro_det_tabs_item_con table{
	background: #eef2f7;
	width: 100%;
}
.pro_det_tabs_item_con table tr td{
	border: 2px solid #fff;
	font-size: 18px;
	color: #222;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}
.pro_det_tabs_item_con table tr:nth-child(1){
	background: #044fa1;
}
.pro_det_tabs_item_con table tr:nth-child(1) td{
	color:#fff;
}


.appli_list1_box{
	position: relative;
}

.pro_det_pack_list dd{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 30px;
	
}
.pro_det_pack_list dd .pic{
	display: none;
	width: 50%;
	overflow: hidden;
}
.pro_det_pack_list dd .pic img{
	display: block;
	margin: 0 auto;
}

.pro_det_pack_list dd .con{
	width: 100% !important;
	padding: 0 2%;
}

.appli_list1 dd{
	padding: 5px;
}
.appli_list1 dd a{
	display: block;
	width: 100%;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(115,115,115,.1);
}
.appli_list1 dd a:hover img{
	transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
}
.pro_det_pack_prev,
.pro_det_pack_next{
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 3;
	width: 24px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: #044fa1;
	margin-top: -27px;
	cursor: pointer;
}
.pro_det_pack_prev{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}
.pro_det_pack_next{
	left: auto;
	right: 0;
}
.pro_det_b_inq{
	padding: 60px 0;
	background: #fafafa;
}

.pro_det_b_inq .join_box2_form_group_input,
.pro_det_b_inq .join_box2_form_group_area{
	background: none;	
}
.appli_list1_scroll.owl-theme .owl-controls{
    padding-top: 20px;
}
.appli_list1_scroll.owl-theme .owl-dots .owl-dot span{
    background: #bfbfbf;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    margin: 0 5px;
}
.appli_list1_scroll.owl-theme .owl-dots .owl-dot.active span, 
.appli_list1_scroll.owl-theme .owl-dots .owl-dot:hover span{
    width: 17px;
    background: #25BE25;
}



/*
 * 2019-08-19 lzf add
 */
.ind_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;
}

.ind_box1_l{
	width: 48%;
}
.ind_box1_l_title{
	font-size: 24px;
	color: #222;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ind_box1_l_title .tt{
	color: #25be25;
	font-weight: bold;
}
.ind_box1_l_text{
	font-size: 14px;
	line-height: 29px;
	color: #666;
	padding: 25px 0 32px;
}

.ind_box1_r{
	width: 48%;
}
.ind_box1_video a{
	display: block;
	position: relative;
}
.ind_box1_video a img{
	display: block;
	width: 100%;
}
.ind_box1_video a .icon{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	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;
	-ms-align-items: center;
	-webkit-align-items: center;
	background: url(../images/ind_video_icon1.png) no-repeat center center / 40px 40px;
}



/*
 * pro_det_检测报告
 */
.pro_det_jcbg_scroll_box{
	position: relative;
	margin-bottom: 30px;
}
.pro_det_jcbg_scroll .item{
	padding:6px;
	border: 1px solid #d2d2d2;
}


.pro_det_jcbg_prev,
.pro_det_jcbg_next{
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 3;
	width:24px;
	height: 55px;
	margin-top: -27px;
	line-height: 55px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: #044fa1;
	cursor: pointer;
}
.pro_det_jcbg_prev{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}
.pro_det_jcbg_next{
	left: auto;
	right: 0;
}
.pro_det_jcbg_prev:hover,
.pro_det_jcbg_next:hover{
	background: #25be25;
}


.pro_det_jcbg_down{
	color: #222;
	font-size: 14px;
	font-weight: bold;
	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;
}
.pro_det_jcbg_down .icon{
	font-size:16px;
	color: #25be25;
	margin-left: 10px;
}



/*
 * culture
 */
.sub_main_culture{
	padding: 50px 0 0;
}
.about_cultrue_box1{
	height: 216px;
}

.about_cultrue_box1 .wrapper{
	height: 100%;
	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_cultrue_box1_l{
	width: 35%;
}
.about_cultrue_box1_r{
	width:50%;
	font-size: 24px;
	line-height: 1.6;
	color: #444;
	padding-left: 8%;
}

.about_cultrue_box2{
	padding:70px 0;
}

.about_cultrue_box2_item{
	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;
}
.about_cultrue_box2_item .pic{
	width: 50%;
	overflow: hidden;
}
.about_cultrue_box2_item .pic img{
	display: block;
	width: 100%;
}
.about_cultrue_box2_clm2{
	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_cultrue_box2_clm2 .item{
	overflow: hidden;
	width: 33.33%;
}
.about_cultrue_box2_clm2 .item img{
	display: block;
	width: 100%;
}

/*
 * sub_his
 */
.sub_main_history{
	padding: 50px 0;
}
.history_list{
	position: relative;
	margin-bottom: 60px;
}
.history_list::after{
	content: "";
	position: absolute;
	left: 50%;
	top: 0%;
	z-index: 1;
	display: block;
	width: 1px;
	height: 100%;
	background: #e7e7e7;
}

.history_list dd{
	padding: 65px 0;
	min-height: 270px;
	background: #fff;
	position: relative;
}
.history_list dd:nth-child(2n){
	background:#f3f3f3;
}
.history_list dd .icon{
	position: absolute;
	left: 50%;
	bottom:-25px;
	width: 50px;
	height: 50px;
	z-index: 2;
	color: #333;
	font-size: 18px;
	margin-left: -25px;
	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: #f3f3f3;
	border-radius: 50%;
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
}

.history_list dd .pic{
	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;
	width: 170px;
	height: 170px;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	margin: -85px 0 0 -85px;
}
.history_list dd .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.history_list dd .pic .pic_tt{
	font-size: 14px;
	color: #333;
	width: 60px;
	height: 60px;
	font-weight: bold;
	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: #fff;
	text-align: center;
	border-radius: 50%;
}
.history_list dd .wrapper{
	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: 0 20px;
}

.history_list dd .con{
	width: 35%;
}
.history_list dd .con .years{
	font-size:36px;
	color: #202020;
	font-weight: bold;
	margin-bottom: 15px;
}
.history_list dd .con_rela{
	min-height: 170px;
	height: 100%;
	background: #f3f3f3;
	padding: 25px 15px;
	position: relative;
}
.history_list dd .con_rela:after{
	content: "";
	display: block;
	position: absolute;
    left: 8px;
    top:25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width:8px;
    border-bottom-width:8px;
    border-left-width:0px;
    border-right-width:8px;
    border-color: transparent #f3f3f3 transparent transparent;
    margin-left: -16px;
}
.history_list dd .con_text .item{
	line-height: 24px;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.history_list dd .con_text .item::before{
	content: "";
	display: block;
	width:5px;
	height: 5px;
	background: #044fa1;
	border-radius: 50%;
	margin:10px 7px 0;
}
.history_list dd .con_text .item.hover::before{
	display: none;
}






.history_list dd:nth-child(2n) .wrapper{
	justify-content:flex-start;
	-ms-justify-content:flex-start;
	-webkit-justify-content:flex-start;
}
.history_list dd:nth-child(2n) .con{
	text-align: right;
}
.history_list dd:nth-child(2n) .con_rela{
	background: #fff;
}
.history_list dd:nth-child(2n) .con_rela:after{
	left: auto;
	right: -8px;
	 border-top-width:8px;
    border-bottom-width:8px;
    border-left-width:8px;
    border-right-width:0px;
    border-color: transparent transparent transparent #fff;
}
.history_list dd:nth-child(2n) .con_text .item{
	flex-direction: row-reverse; 
	-ms-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
.history_list_b .tt{
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
}
.history_list_b .pic img{
	display: block;
	margin: 0 auto;
}


/*
	factory
 */
 .sub_main_factory{
	 padding: 50px 0;
 }
 .factory_bars{
	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;
	margin-bottom: 45px;
 }
 .factory_bars .item{
	 width: 220px;
	 height: 40px;
	 line-height: 38px;
	 display: block;
	 text-align: center;
	 margin: 0 20px;
	 border: 1px solid #dcdcdc;
 }
 .factory_bars .item.hover,
 .factory_bars .item:hover{
	 color: #fff;
	background: #044fa1;
	border-color: #044fa1;
}

.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 30px 0;
}
.factory_list1 dd a{
	display: block;
	width: 100%;
}
.factory_list1 dd .pic{
	overflow: hidden;
	position: relative;
}
.factory_list1 dd .pic .icon{
	position: absolute;
	right: 8px;
	bottom:8px;
	color: #fff;
	font-size: 20px;
}
.factory_list1 dd .pic img{
	display: block;
	width: 100%;
}
.factory_list1 dd .tt{
	font-size: 14px;
	color: #222;
	text-align: center;
	padding: 16px 0 10px;
}
.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: #044fa1;
}




/* 
	pro_cover
 */
 .pro_cover_list2{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
 }
 .pro_cover_list2 dd{
	 width: calc((100% - 30px) / 3);
	 margin: 0 15px 15px 0;
 }
 .pro_cover_list2 dd a{
	 display: block;
	 width: 100%;
	 position: relative;
	 overflow: hidden;
 }
 .pro_cover_list2 dd .pic{
	 overflow: hidden;
 }
 .pro_cover_list2 dd .pic img{
	 display: block;
	 width: 100%;
 }
 .pro_cover_list2 dd .pic_tt{
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 color: #fff;
	 font-size: 18px;
	 font-weight: bold;
	 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;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
 }
 .pro_cover_list2 dd .con{
	 opacity: 0;
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 padding: 15px 4%;
	 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: rgba(4,79,161,.5);
	transform: translateY(25px);
	-webkit-transform: translateY(25px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
 }
 .pro_cover_list2 dd .con_tt{
	 font-size: 18px;
	 font-weight: bold;
 }
 .pro_cover_list2 dd .text{
	 font-size: 12px;
	 line-height: 24px;
	 height: 72px;
	 margin: 15px 0;
 }
 .pro_cover_list2 dd .more{
	 color: #25be25;
 }
 .pro_cover_list2 dd a:hover .pic_tt{
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
 }
 .pro_cover_list2 dd a:hover .con{
	 opacity: 1;
	 transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
 }
 .pro_cover_list2 dd a:hover .more{
	 text-decoration: underline;
 }

 .pro_cover_list2 dd.dd_tel{
	 background:url(../images/pro_cover_bg.jpg) no-repeat center center / cover;
 }
 .pro_cover_list2 dd.dd_tel .dd_tel_con{
	 width: 100%;
	 height: 100%;
	 padding: 15px;
	 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;
 }
 .pro_cover_list2 dd.dd_tel .dd_tel_con .tt{
	 font-size: 18px;
	 font-weight: bold;
 }
 .pro_cover_list2 dd.dd_tel .dd_tel_con .text1{
	 line-height: 24px;
	 font-size: 14px;
	 padding: 12px 0;
 }
 .pro_cover_list2 dd.dd_tel .dd_tel_con .tel{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	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;
 }
 .pro_cover_list2 dd.dd_tel .dd_tel_con .tel .icon{
	 height: 28px;
	 font-size:28px;
	 line-height: 1;
	 color: #fff;
	 font-weight: 100;
	 position: relative;
	 top: 2px;
 } 
 
 
  /* 2024-10-15  lzf add */
.pro_list3{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	column-gap: clamp(0.625rem, -0.511rem + 4.85vw, 3.125rem);
	row-gap: clamp(1.25rem, 0.256rem + 4.24vw, 3.438rem);
}

.pro_list3 dd{
	width: calc((100% - clamp(0.625rem, -0.511rem + 4.85vw, 3.125rem)*3) / 4);
}
.pro_list3_item{
	display: block;
	position: relative;
}
.pro_list3_item .pic{
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.pro_list3_item .pic img{
	display: block;
	width: 100%;
}
.pro_list3_item .pic .tt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(4,4,4,.4) 100%);
	padding:0 10px clamp(1.5rem, 0.761rem + 3.15vw, 3.125rem);
	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;
}
.pro_list3_item .icon{
	position: absolute;
	left: 50%;
	bottom: -11px;
	width: 22px;
	height: 22px;
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background: #044FA1;
	transform: translate(-50%,0);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

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

.pro_list3_item:hover .icon{
	background: #25BE25;
}





/* pro_det */
.pro_det_t{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: clamp(1.563rem, 0.54rem + 5.11vw, 4.375rem);
	padding-bottom: clamp(1.875rem, 1.193rem + 3.41vw, 3.75rem);
}
.pro_det_t_wrap{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_l{
	width: 49%;
}
.pro_det_title1{
	font-weight: bold;
	margin-bottom: clamp(0.938rem, 0.688rem + 1.25vw, 1.625rem);
}

.pro_det_l_text{
	font-size: 14px;
	line-height: 2;
	color: #444;
	margin-bottom: clamp(1.063rem, 0.881rem + 0.91vw, 1.563rem);
}

.pro_det_l_btn_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	gap: clamp(0.625rem, 0.511rem + 0.57vw, 0.938rem);
	padding-bottom: clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem);
}
.pro_det_l_btn{
	width: 180px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	border-radius: 5px;
	color: #fff;
	font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
	height: clamp(2.5rem, 2.273rem + 1.14vw, 3.125rem);
	background: #007EB9;
	border: 1px solid #007EB9;
}
.pro_det_l_btn .icon{
	font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
	margin-right: 5px;
}
.pro_det_l_btn.hover1{
	background: none;
	color: #007EB9;
	border: 1px solid #007EB9;
}
.pro_det_l_btn.hover2{
	color: #fff;
	background: #43B900;
	border: 1px solid #43B900;
}

.pro_det_r{
	width: 46%;
}

.pro_det_r_con{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

.pro_det_big_img{
	margin-bottom: 10px;
}
.pro_det_big_img .item{
	border-radius: 10px;
	overflow: hidden;
}
.pro_det_big_img .item img{
	width: 100%;
}
.pro_det_sml_img_box{
	
	position: relative;
}
.pro_det_sml_img{
	padding: 0 clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem);
}

.pro_det_sml_img .item{
	margin: 0 clamp(0.25rem, 0.114rem + 0.68vw, 0.625rem);
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.pro_det_sml_img .item::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	border: 1px solid #007EB9;
	border-radius: 5px;
	opacity: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.pro_det_sml_img .item.slick-center::after{
	opacity: 1;
}

.pro_det_sml_img_box .slick-arrow{
	position: absolute;
	top: 0;
	width: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
	height: 100%;
	color: transparent;
	background: #DBDCE1 url(../images/pro_det_pic_scroll_btn.png) no-repeat center center;
	border-radius: 5px;
	overflow: hidden;
	border: none;
}


.pro_det_sml_img_box .slick-prev{
	left: 0;
}
.pro_det_sml_img_box .slick-next{
	right: 0;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
}
.pro_det_sml_img_box .slick-arrow:hover{
	background: #007EB9 url(../images/pro_det_pic_scroll_btn2.png) no-repeat center center;
}




.pro_det_b_bars_box{
	height: 60px;
}
.pro_det_b_bars{
	position: relative;
	width: 100%;
	z-index: 3;
	border-bottom: 2px solid #044FA1;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,.15);
}
.pro_det_b_bars_box_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
}

.pro_det_b_bars_box_list .item{
	height: 58px;
	color: #222;
	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;
	cursor: pointer;
}
.pro_det_b_bars_box_list .item .icon{
	font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
	margin-right: 6px;
}
.pro_det_b_bars_box_list .item .tt{
	font-size: 16px;
	font-weight: bold;
}
.pro_det_b_bars_box_list .item.hover{
	color: #007EB9;
}

.pro_det_b_title1{
	color: #222;
	font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
	font-weight: bold;
	margin-bottom: 18px;
}



.pro_det_b_tabs_item1_t{
	padding: clamp(2.5rem, 1.591rem + 4.55vw, 5rem) 0;
}
table{
	width: 100%;
}


.pro_det_b_box1_clm1{
	margin-bottom: clamp(1.875rem, 1.33rem + 2.73vw, 3.375rem);
}

.pro_det_b_box1_con table tr td{
	padding: 12px 8px;
	font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
	border: 1px solid #979797;
	text-align: center;
}

.pro_det_b_box1_con table tr:nth-child(odd){
	background: #E1EDFC;
}
.pro_det_b_box1_con2 table tr:nth-child(odd){
	background: none;
}
.pro_det_b_box1_con table tr:first-child{
	background: #044FA1;
	font-weight: bold;
}
.pro_det_b_box1_con table tr:first-child td{
	color: #fff;
}

.pro_det_b_box1_clm2{
	margin-bottom: 0;
}

.pro_det_b_box1_con_tip{
	font-size: 16px;
	color: #222;
	line-height: 2;
	padding-top: 22px;
}
.pro_det_b_box1_con_tip .icon{
	font-size: 20px;
}
.pro_det_b_box1_con_tip a{
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}


.pro_det_b_box1_cta{
	background: url(../images/pro_det_bg1.png) no-repeat center center;
	background-size: cover;
	padding:clamp(2.5rem, 1.364rem + 5.68vw, 5.625rem) 0;
}

.pro_det_b_box1_cta_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.pro_det_b_box1_cta_l{
	width: 40%;
	font-size: clamp(1.375rem, 1.193rem + 0.91vw, 1.875rem);
	color: #fff;
	font-weight: bold;
	line-height: 1.33;
}

.pro_det_b_box1_cta_r{
	width: 40%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:flex-end;
	-ms-justify-content:flex-end;
	-webkit-justify-content:flex-end;
}
.pro_det_b_box1_cta_btn{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #fff;
	height: clamp(3.125rem, 2.898rem + 1.14vw, 3.75rem);
	background: #43B900;
	padding: 0 clamp(0.938rem, 0.415rem + 2.61vw, 2.375rem);
	border-radius: clamp(0.313rem, 0.199rem + 0.57vw, 0.625rem);
}
.pro_det_b_box1_cta_btn .icon{
	font-size: clamp(1.375rem, 1.239rem + 0.68vw, 1.75rem);
	margin-right: 6px;
}
.pro_det_b_box1_cta_btn .tt{
	font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}

.pro_det_b_tabs_item2{
	background: url(../images/pro_det_bg3.png) no-repeat center center / cover;
	padding: clamp(2.5rem, 1.591rem + 4.55vw, 5rem) 0;
}


.pro_det_b_title2{
	color: #222;
	font-weight: bold;
	font-size: clamp(1.75rem, 1.295rem + 2.27vw, 3rem);
	margin-bottom: clamp(1.25rem, 0.909rem + 1.7vw, 2.188rem);
}


.pro_det_b_tabs_item2_scroll{
	width: calc(50vw + 50%) !important; 
}
.pro_det_b_tabs_item2_scroll .swiper-slide{
	height: auto !important;
}
.pro_det_b_tabs_item2_scroll_item{
	height: 100%;
	background: #fff;
	border-radius: 10px;
	padding: clamp(1.375rem, 0.966rem + 2.05vw, 2.5rem) clamp(0.938rem, 0.597rem + 1.7vw, 1.875rem);
	box-shadow: 0 3px 6px rgba(0,0,0,.15);
}
.pro_det_b_tabs_item2_scroll_item .icon{
	font-size: 44px;
	color: #007EB9;
	line-height: 1;
}
.pro_det_b_tabs_item2_scroll_item .tt{
	font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
	color: #222;
	font-weight: bold;
	padding: 14px 0 8px;
}
.pro_det_b_tabs_item2_scroll_item .text{
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.pro_det_b_tabs_item2_scroll_bars{
	position: relative !important;
	height: 1px !important;
	background: #d3d3d3;
	overflow: visible;
	width: 95% !important;
	max-width: 1200px;
	margin: clamp(1.25rem, 0.682rem + 2.84vw, 2.813rem) 0 3px !important;
}

.pro_det_b_tabs_item2_scroll_bars .swiper-pagination-progressbar-fill{
	top: -2px;
	background: #007EB9;
	height: 4px !important;
	border-radius: 4px;
}

.pro_det_b_tabs_item3_con{
	padding-top: clamp(2.5rem, 1.136rem + 6.82vw, 6.25rem);
	padding-bottom: clamp(2.5rem, 1.136rem + 6.82vw, 6.25rem);
	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_tabs_item3_l{
	width: 56.8%;
}
.pro_det_b_tabs_item3_l_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	gap: 10px;
}
.pro_det_b_tabs_item3_l_list .item{
	width: 100%;
}
.pro_det_b_tabs_item3_l_list .item .tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	margin-bottom: 7px;
}
.pro_det_b_tabs_item3_l_list .item .tt .icon{
	width: 22px;
}
.pro_det_b_tabs_item3_l_list .item .tt .tt_con{
	width: calc(100% - 22px);
	padding-left: 5px;
	font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
	font-weight: bold;
	color: #666;
}
.pro_det_b_tabs_item3_l_list .item .text{
	font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
	line-height: 1.875;
	padding-left: 27px;
}

.pro_det_b_tabs_item3_r{
	width: 37.5%;
	background: #43B900;
	border-radius: 10px;
}
.pro_det_b_tabs_item3_r img{
	position: relative;
	left: calc(clamp(0.5rem, 0.273rem + 1.14vw, 1.125rem)*-1);
	top: calc(clamp(0.5rem, 0.273rem + 1.14vw, 1.125rem)*-1);
	width: 100%;
}


.pro_det_b_tabs_item3_b{
	background: url(../images/pro_det_bg2.png) no-repeat center center / cover;
	padding: clamp(2.5rem, 1.591rem + 4.55vw, 5rem) 0;
	text-align: center;
}
.pro_det_b_tabs_item3_b_tt{
	color: #fff;
	font-weight: bold;
	line-height: 1.3;
	font-size: clamp(1.75rem, 1.295rem + 2.27vw, 3rem);
}
.pro_det_b_tabs_item3_b_text{
	color: #fff;
	font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
	line-height: 1.875;
	padding: 14px 0 clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
}
.pro_det_b_tabs_item3_b_btn_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.pro_det_b_tabs_item3_b_btn_box .pro_det_b_box1_cta_btn{
	width: clamp(13.75rem, 11.727rem + 10.11vw, 19.313rem);
}


.pro_det_b_tabs_item4{
	padding: clamp(2.5rem, 1.591rem + 4.55vw, 5rem) 0;
}

.pro_det_b_app_list .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_b_app_list .item .pic{
	width: 50%;
	overflow: hidden;
}
.pro_det_b_app_list .item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pro_det_b_app_list .item .con{
	width: 50%;
	padding: clamp(1.125rem, 0.852rem + 1.36vw, 1.875rem) clamp(0.938rem, 0.597rem + 1.7vw, 1.875rem);
	background: #044FA1;
}
.pro_det_b_app_list .item .con .tt{
	color: #fff;
	font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
}
.pro_det_b_app_list .item .con .text{
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

.pro_det_b_app_list .item:nth-child(2n){
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}
.pro_det_b_app_list .item:nth-child(2n) .con{
	background: #7CA7D8;
}

.pro_det_b_tabs_item3_l_text{
	font-size: 14px;
	line-height: 24px;
	color: #666;
}


.pro_det_b_tabs_item5{
	background: #F6FAFF;
}

.pro_det_b_tabs_item5_l{
	width: 48%;
}
.pro_det_b_tabs_item5_l_pic{
	max-width: 500px;
	border-radius: clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem);
	background: #25BE25;
	margin: 0 auto;
}
.pro_det_b_tabs_item5_l_pic img{
	position: relative;
	left: calc(clamp(0.5rem, 0.273rem + 1.14vw, 1.125rem));
	top: calc(clamp(0.5rem, 0.273rem + 1.14vw, 1.125rem));
	width: 100%;
}

.pro_det_b_tabs_item5_r{
	width: 47%;
}


.rela_pro{
	padding: clamp(2.5rem, 1.591rem + 4.55vw, 5rem) 0;
}

.rela_pro_con{
	padding-top: clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
}

.rela_pro_con_clm{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	gap: clamp(1.563rem, 0.881rem + 3.41vw, 3.438rem);
}
.rela_pro_con_clm .item{
	width: 100%;
}
.rela_pro_con_clm .item .tt{
	font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
	margin-bottom: 12px;
	font-weight: bold;
}
.rela_pro_con_clm .item .text{
	font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
	line-height: 1.875;
	color: #666;
	margin-bottom: clamp(1.25rem, 0.932rem + 1.59vw, 2.125rem);
}
.rela_pro_con_clm .item .pic img{
	width: 100%;
}
.rela_pro_con_clm .item .pic2{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	gap: clamp(0.938rem, 0.369rem + 2.84vw, 2.5rem);
}
.rela_pro_con_clm .item .pic2 .item{
	width: calc((100% - clamp(0.938rem, 0.369rem + 2.84vw, 2.5rem)) / 2);
	overflow: hidden;
}
.rela_pro_con_clm .item .pic2 .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pro_det_custmers{
	padding: clamp(2.5rem, 1.591rem + 4.55vw, 5rem) 0;
	background: #F6FAFF;
}


.pro_det_custmers_title{
	margin-bottom: clamp(1.25rem, 0.909rem + 1.7vw, 2.188rem);
}
.pro_det_custmers_title .tt{
	font-size: clamp(1.75rem, 1.295rem + 2.27vw, 3rem);
	font-weight: bold;
}
.pro_det_custmers_title .text{
	font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
	line-height: 1.5;
	color: #666;
	padding-top: 10px;
}




.pro_det_custmers_scroll{
	width: 100%;
}
.pro_det_custmers_scroll_item{
	background: #fff;
	border-radius: 10px;
	padding: clamp(0.938rem, 0.438rem + 2.5vw, 2.313rem);
	overflow: hidden;
	opacity: 0.4;
}

.pro_det_custmers_scroll .swiper-slide.swiper-slide-active .pro_det_custmers_scroll_item{
	opacity: 1;
}



.pro_det_custmers_scroll_item_text{
	font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
	line-height: 1.875;
	color: #222;
	position: relative;
	padding:clamp(0.625rem, 0.443rem + 0.91vw, 1.125rem) clamp(0.938rem, 0.597rem + 1.7vw, 1.875rem);
	margin-bottom: clamp(1.25rem, 0.909rem + 1.7vw, 2.188rem);
}
.pro_det_custmers_scroll_item_text::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 19px;
	height: 14px;
	background: url(../images/pro_det_cus_icon1.png) no-repeat center center;
}
.pro_det_custmers_scroll_item_text::after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 19px;
	height: 14px;
	background: url(../images/pro_det_cus_icon2.png) no-repeat center center;
}


.pro_det_custmers_scroll_item_b{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.pro_det_custmers_scroll_item_b .pic{
	width: 77px;
	height: 77px;
	border-radius: 50%;
	overflow: hidden;
}

.pro_det_custmers_scroll_item_b .con{
	line-height: 1.4;
	font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
	padding-left: clamp(0.625rem, 0.42rem + 1.02vw, 1.188rem);
}
.pro_det_custmers_scroll_item_b .con .tt1{
	color: #0077FF;
	margin-bottom: 4px;
}
.pro_det_custmers_scroll_item_b .con .tt2{
	color: #666;
}

.pro_det_custmers_scroll_bars{
	position: relative !important;
	height: 1px !important;
	background: #d3d3d3;
	overflow: visible;
	width: 93% !important;
	max-width: 1200px;
	margin: clamp(1.25rem, 0.682rem + 2.84vw, 2.813rem) auto 3px;
}

.pro_det_custmers_scroll_bars .swiper-pagination-progressbar-fill{
	top: -2px;
	background: #007EB9;
	height: 4px !important;
	border-radius: 4px;
}



.pro_det_inq{
	padding: clamp(2.5rem, 1.591rem + 4.55vw, 5rem) 0;
}

.pro_det_inq_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.pro_det_inq_con_l{
	width: 50%;
}
.pro_det_inq_con_l_title{
	color: #222;
	font-size: clamp(1.5rem, 1.091rem + 2.05vw, 2.625rem);
	font-weight: bold;
	margin-bottom: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
}
.pro_det_inq_con_l_list{
	border-top: 1px solid #707070;
}
.pro_det_inq_con_l_list .item{
	border-bottom: 1px solid #707070;
	padding: 14px 0;
}
.pro_det_inq_con_l_list .item .item_tt{
	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;
	cursor: pointer;
	padding: clamp(0.625rem, 0.443rem + 0.91vw, 1.125rem) 0;
}
.pro_det_inq_con_l_list .item .item_tt .tt{
	width: calc(100% - 29px);
	font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
	color: #222;
	line-height: 1.4;
	font-weight: bold;
}
.pro_det_inq_con_l_list .item .item_tt .icon{
	width: 29px;
	height: 29px;
	background: url(../images/pro_det_faq_icon1.png) no-repeat center center;
	cursor: pointer;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_det_inq_con_l_list .item .item_down{
	display: none;
	width: calc(100% - 29px);
	font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
	line-height: 1.875;
	color: #666;
	padding-bottom: clamp(0.625rem, 0.443rem + 0.91vw, 1.125rem);
}

.pro_det_inq_con_l_list .item.hover .item_tt .icon{
	background: url(../images/pro_det_faq_icon2.png) no-repeat center center;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.pro_det_inq_con_r{
	width: 43%;
	padding: clamp(1.25rem, 0.386rem + 4.32vw, 3.625rem) clamp(0.938rem, -0.04rem + 4.89vw, 3.625rem);
	box-shadow: 0 3px 6px rgba(147,185,210,.31);
	border-radius: 10px;
}
.pro_det_inq_con_r_title{
	text-align: center;
	color: #222;
	font-weight: bold;
	font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
	margin-bottom: clamp(1.375rem, 1.193rem + 0.91vw, 1.875rem);
}


.pro_det_inq_con_r_list dd{
	margin-bottom: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
}
.pro_det_inq_con_r_list dd:last-child{
	margin-bottom: 0;
}
.pro_det_inq_con_r_list_text,
.pro_det_inq_con_r_list_area{
	display: block;
	width: 100%;
	height: clamp(3.125rem, 2.898rem + 1.14vw, 3.75rem);
	padding-left: 15px;
	font-size: 16px;
	color: #222;
	border-radius: 10px;
	border: 1px solid #707070;
}
.pro_det_inq_con_r_list_area{
	height: clamp(6.25rem, 5.341rem + 4.55vw, 8.75rem);
	resize: none;
	padding: 12px 15px;
}

.pro_det_inq_con_r_list_text::-webkit-input-placeholder,
.pro_det_inq_con_r_list_area::-webkit-input-placeholder{
	color: #888;
}
.pro_det_inq_con_r_list_btn{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 100%;
	font-size: 18px;
	color: #fff;
	height: clamp(3.125rem, 2.898rem + 1.14vw, 3.75rem);
	background: #43B900;
	border-radius: 10px;
	cursor: pointer;
	border: none;
	margin-top: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
}
