/**
 *               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: 'Roboto', sans-serif,arial,verdana;
	font-weight: 400;
}
input, button, textarea,select,button{
	font-family: 'Roboto', sans-serif,arial,verdana;
}
.bgf5{
	background: #f5f5f5;
}

.header_box{
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 999;
}
.header_fix{
	width: 100%;
	background: #fff;
	box-shadow: 0 0 7px rgba(115,115,115,.15);
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.header_fix.hover{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 4;
}

.header{
	width: 100%;
	position: relative;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.head_t{
	height: 45px;
	background: #2e2e2e;
}
.head_t_l{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.head_t_l_item{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
	line-height: 45px;
	font-size: 14px;
	padding-right: 25px;
	margin-right: 25px;
	position: relative;
}
.head_t_l .head_t_l_item:first-child::after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	width: 1px;
	height: 21px;
	background: #4e4e4e;
	margin-top: -11px;
}


.head_t_l_item .icon{
	width: 20px;
	height:20px;
	line-height: 20px;
	text-align: center;
	font-size: 18px;
	margin-right: 8px;
}
.head_t_l_item:hover{
	color: #e62129;
}


.head_t_r{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.head_t_r .head_t_l_item{
	padding-right: 0;
	margin-right: 0;
}


.head_t_sm{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	padding-right: 25px;
	margin-right: 25px;
	position: relative;
}
.head_t_sm:first-child::after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	width: 1px;
	height: 21px;
	background: #4e4e4e;
	margin-top: -11px;
}


.head_t_sm a{
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	text-align: center;
	position: relative;
}
.head_t_sm a img{
	display: none;
	position: absolute;
	left: 50%;
	top: 30px;
	z-index: 3;
	width: 120px;
	height: 120px;
	max-width: none;
	margin-left: -60px;
}
.head_t_sm a:hover img{
	display: block;
}
.head_t_sm a:hover{
	color: #e62129;
}
.head_lag{
	width: 140px;
	height: 26px;
	position: relative;
	margin-left: 15px;
}
.head_lag_t{
	width: 140px;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	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;
	position: relative;
}
.head_lag_t::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 16px;
	transform: translate(0,-50%);
	background: #4e4e4e;
}
.head_lag_t .icon{
	color: #fff;
	font-size: 14px;
	margin-left: 8px;
	transform: rotateZ(-90deg);
	-webkit-transform: rotateZ(-90deg);
}
.head_lag_down{
	position: absolute;
	left:0;
	top: 33px;
	z-index: 2;
	display: none;
	width: 100%;
	background: #fff;
	text-align: center;
	padding:8px 0;
	box-shadow: 0 2px 5px rgba(0,0,0,.12);
}
.head_lag_down a{
	display: block;
    line-height: 30px;
	color: #333;
	text-align: center;
    font-size: 14px;
    overflow: hidden;
}
.head_lag_down a:hover{
	background: #e62129;
}


.head_b{
	background: #fff;
	height: 94px;
	position: relative;
}
.head_t .wrapper{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.head_b>.wrapper{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.logo{
	width: 300px;
	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_r{
	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{
	width: calc(100% - 350px);
	padding: 0 1%;
}

.menu_dl{
	width: 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;
	width: 100%;
}
.menu_dl dd{
	margin: 0 15px;
	position: relative;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.menu_dl dd.menu_dd_pro{
	position: static;
}
.menu_tt .text{
	width: 100%;
	display: block;
	color: #333;
	text-align: center;
	line-height:90px;
	font-size: 18px;
	padding: 0 15px;
	overflow: hidden;
	border-bottom: 4px solid transparent;
}

.menu_dl dd.hover .menu_tt .text{
	border-color: #e62129;
}




.menu_down_pro{
	display: none;
	position: absolute;
	left: 0;
	top: 94px;
	z-index: 2;
	width: 100%;
	overflow: hidden;
	background: rgba(248,248,248,.9);
	border-bottom: 2px solid #e62129;
	box-shadow: 0 3px 5px rgba(115,115,115,.2);
}
.menu_down_pro .wrapper{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	overflow: hidden;
}
.menu_down_pro_item{
	width: 20%;
	padding: 45px 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu_down_pro_pic{
	overflow: hidden;
}
.menu_down_pro_title{
	display: block;
	color: #222;
	text-align: center;
	margin:20px 0 15px;
	font-size: 24px;
	font-weight: bold;
}
/* 颜色调整 */
.menu_down_pro_item:hover .menu_down_pro_title{
	color: #e62129;
} 

.menu_down_pro_list{
	margin-bottom: 30px;
}
.menu_down_pro_list a{
	display: block;
	color: #222;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	padding: 7px 0;
}
/* 颜色调整 */
.menu_down_pro_list a:hover{
	color: #e62129;
	transform: translateX(3px);
	-webkit-transform: translateX(3px);
}

/* 产品中心下拉列表背景 */
/* 颜色调整 */
.menu_down_pro_item:hover{
	background: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu_down_pro_item:hover .menu_down_pro_pic img{
	transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
}


.menu_down{
	display: none;
	position: absolute;
	left: 0;
	top: 94px;
	z-index: 3;
	width: 200px;
	background: rgba(248,248,248,.9);
	box-shadow: 0 3px 8px rgba(115,115,115,.2);
}
.menu_down a{
	display: block;
	font-size: 16px;
	line-height: 22px;
	padding:14px 0;
	text-align: center;
	color: #333;
	border-bottom: 1px dashed #e7e7e7;
}
.menu_down a:last-child{
	border: none;
}

.menu_down a:hover{
	color: #e62129;
}


.head_search{
	width: 46px;
	height: 46px;
	line-height:46px;
	text-align: center;
	color: #444;
	font-size: 24px;
	text-align: center;
	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: #e62129;
	font-size: 28px;
	background: none;
	border: 0;
}

.search_box_close{
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	color: #999;
	margin-left: 10px;
	border: 0;
	background: none;
}
.search_box_close:hover{
	transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}



.header_fix.hover .head_b{
	height: 70px;
}
.header_fix.hover .menu_tt .text{
	height:70px;
	line-height: 70px;
}
.header_fix.hover .menu_dl dd .menu_tt .text::after{
	top: -20px;
}
.header_fix.hover{
	height: 70px;
	box-shadow: 0 0 6px rgba(115,115,115,.2);
	-webit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.header_fix.hover .logo{
	height: 70px;
	padding: 8px 0;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.header_fix.hover .menu_dl dd{
	height: 70px;
	line-height: 70px;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.header_fix.hover .head_t{
	display:none;
}
.header_fix.hover .menu_down_pro,
.header_fix.hover .menu_down{
	top: 70px;
}



/*
 * wap head
 */
 .mobile_header{
	display: none;
	clear: both;
	width: 100%;
	height: 52px;
	margin-top: -139px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.mobile_header_top{
	position: fixed;
	left: 0;
	top:0;
	z-index: 7;
	width: 100%;
	height: 52px;
	background:#fff;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
}


.mobile_logo{
	width: 180px;
	height: 52px;
	margin-left: 15px;
}
.mobile_logo img{
	display: block;
	height: 26px;
	width: auto;
}

.mobile_menu_btn{
	position: absolute;
	right: 0;
	top: 0;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	width: 54px;
	height: 52px;
	cursor: pointer;
}
.mobile_menu_btn span{
	display: block;
	height: 3px;
	width: 28px;
	background:#333;
	border-radius: 4px;
	margin-bottom: 6px;
}
.mobile_menu_btn span:last-child{
	margin-bottom: 0;
}
.mobile_search_icon{
	width: 40px;
	height: 52px;
	color: #333;
	font-size: 24px;
	line-height: 52px;
	text-align: center;
	margin-right: 52px;
	cursor: pointer;
}
.mobile_header.hover{
	background:rgba(0,0,0,.5);
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.mobile_menu_box{
	position: fixed;
	right: -110%;
	top:0;
	z-index: 8;
	width:75%;
	height: 100%;
	background:#fff;
	padding: 20px 15px;
	overflow-y: auto;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile_menu_box.show{
	right: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile_menu_dl dd{
	clear: both;
	line-height: 1.3;
	border-bottom: 1px solid #e1e1e1;
}
.mobile_menu_tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.mobile_menu_tt .text{
	float: left;
	width: 80%;
	color: #333;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 0;
	text-transform: capitalize;
}
.mobile_menu_dl dd.hover .mobile_menu_tt .text{
	color: #e62129;
}
.mobile_menu_tt_icon{
	display: none;
	float: right;
	float: right;
	width: 44px;
	line-height: 44px;
	text-align: center;
	color: #333;
	font-size: 16px;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}

.mobile_menu_down{
	display:none;
	padding:6px 0 10px 12px;
}
.mobile_menu_down_clm{
	margin-bottom: 8px;
}
.mobile_menu_down_clm_tt{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 14px;
	color: #333;
}
.mobile_menu_down_clm_tt .tt{
	width: calc(100% - 50px);
	color: #333;
	line-height: 20px;
	padding: 7px 0;
}
.mobile_menu_down_clm_tt .icon{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.mobile_menu_down_clm.hover .mobile_menu_down_clm_tt .icon{
	-webit-transition: all 0.5s;
	transition: all 0.5s;
	transform:g rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
}
.mobile_menu_down_clm_list{
	display: none;
	padding: 5px 0 0 10px;
}
.mobile_menu_down_clm_list a{
	display: block;
	font-size: 12px;
	line-height: 1.4;
	color: #333;
	padding: 5px 0 5px 14px;
	position: relative;
}
.mobile_menu_down_clm_list a::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	background:#333;
	border-radius: 50%;
}



.mobile_menu_tt_icon.hover{
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}


/* .mobile_menu_dl dd.hover .mobile_menu_tt .text{
	font-weight: bold;
} */

.mobile_search_box{
	position: fixed;
	left: 0;
	top: 52px;
	z-index: 7;
	display: none;
	width: 100%;
	padding: 20px;
	background: #fafafa;
}
.mobile_search_box form{
	width: 100%;
	padding:2px;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.mobile_search_text{
	float: left;
	line-height: 40px;
	padding-left: 15px;
	font-size: 14px;
	width:calc(100% - 40px);
	border: 0;
}

.mobile_search_btn_text{
	float: right;
	width: 40px;
	height: 40px;
	font-size: 22px;
	color: #e62129;
	text-align: center;
	line-height: 40px;
	border: none;
	background: none;
}

.mobile_menu_b{
	margin-top: 40px;
}
.mobile_menu_b_clm{
	margin-bottom: 25px;
}
.mobile_menu_b_clm .tt{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
}
.mobile_menu_b_clm .tt .icon{
	margin-right: 8px;
	font-size: 16px;
}
.mobile_menu_b_clm .text{
	font-size: 14px;
	color: #333;
}
.mobile_menu_b_clm .text a{
	color: #333;
	word-break: break-all;
}


.mobile_lag_box{
	padding: 30px 0 20px;
	margin-bottom: 40px;
}
.mobile_lag_tt{
	font-size: 18px;
	color:#333;
	font-weight: bold;
	padding-bottom: 18px;
}
.mobile_lag_text{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.mobile_lag_text a{
	color: #333;
	font-size: 16px;
	margin-right: 25px;
}



.mask,
.mobile_menu_mask{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 7;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
}
.mobile_menu_mask{
	z-index: 8;
}



.news_det_con p{
	font-size: 14px;
	text-indent:2em;
}

.news_det_con section{
	font-size: 14px;
	text-indent:2em;
}


/*
 * banner
 */
 .banner_box{
	position: relative;
}
.banner{
	clear: both;
}
.banner .item>a,
.banner .item .item_rela{
	display: block;
	position: relative;
}
.banner_box_item{
	position: absolute;
	width: 30px;
	height: 30px;
}
.banner_box_item_rela{
	position: relative;
	width: 30px;
	height: 30px;
}
.banner_box_item_con{
	display: none;
	position: absolute;
	left: 30px;
	top: -92px;
	width: 246px;
	height: 180px;
}
.banner_box_item_tt{
	position: relative;
	width: 30px;
	height: 30px;
	border: 8px solid rgba(218,10,10,.7);
	border-radius: 50%;
	animation:banner_icon 2.3s infinite;
	-webkit-animation:banner_icon 2.3s infinite;
	cursor: pointer;
}
.banner_box_item_tt::after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 16px;
	background: #fff;
	margin: -8px 0 0 -8px;
	border-radius: 50%;
}
.banner_btn{
	opacity: 0;
	position: absolute;
	top: 50%;
	z-index: 3;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	text-shadow: 0 0 6px rgba(115,115,115,.3);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	margin-top: -30px;
}
.banner_prev{
	left: -70px;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
}
.banner_next{
	right:-70px;
}

.banner_box:hover .banner_prev{
	opacity: 1;
	left: 5%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.banner_box:hover .banner_next{
	opacity: 1;
	right: 5%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

@keyframes banner_icon
{
	0%   {border-color:rgba(246,190,5,.7);}
	50%  {border-color:rgba(246,190,5,.5);}
	100%  {border-color:rgba(246,190,5,.7);}
}

@-webkit-keyframes banner_icon
{
	0%   {border-color:rgba(246,190,5,.7);}
	50%  {border-color:rgba(246,190,5,.5);}
	100%  {border-color:rgba(246,190,5,.7);}
}


@-moz-keyframes banner_icon
{
	0%   {border-color:rgba(246,190,5,.7);}
	50%  {border-color:rgba(246,190,5,.5);}
	100%  {border-color:rgba(246,190,5,.7);}
}

.banner_box_item_con_wrap{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	width: 246px;
}

.banner_box_item_icon{
	width: 46px;
	height: 1px;
	background: #fff;
}
.banner_box_item_text{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	flex-flow: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	align-items: center;
	
}
.banner_box_item_text .pic{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	overflow: hidden;
	background: rgba(255,255,255,.85);
	margin-bottom: 15px;
}

.banner_box_item_text .tt{
	font-size: 14px;
	color: #222;
	font-weight: bold;
	text-align: center;
}




.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: #fff;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.banner.owl-theme .owl-dots .owl-dot.active span, 
.banner.owl-theme .owl-dots .owl-dot:hover span{
    background: #e62129;
    width: 22px;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.scroll_dots.owl-theme .owl-controls{
	width: 100%;
	padding-top: 25px;
}
.scroll_dots.owl-theme .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #aaaaaa;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.scroll_dots.owl-theme .owl-dots .owl-dot.active span, 
.scroll_dots.owl-theme .owl-dots .owl-dot:hover span{
    background: #e62129;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.list_tt30{
	color: #222;
	font-size: 30px;
	font-weight: bold;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.list_tt36{
	color: #222;
	font-size: 36px;
	font-weight: bold;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.list_tt18{
	display: block;
	font-size: 18px;
	color: #222;
	font-weight: bold;
	margin-bottom: 8px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.list_tt24{
	display: block;
	color: #222;
	font-size: 24px;
	font-weight: bold;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.list_text1{
	font-size: 16px;
	color: #666;
	line-height: 24px;
}


.main_content{
	padding: 80px 0;
}
.main_content2{
	padding: 80px 0 0;
}

.ind_title1{
	font-size: 32px;
	color: #222;
	font-weight: bold;
	margin-bottom: 30px;
}
.ind_title1 .text{
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	font-weight: normal;
	padding-top: 10px;
}


.ind_box1{
	background: #eee;
}

.ind_pro_scroll{
	margin-bottom: 60px;
}
.ind_pro_item_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;
}




.ind_pro_item_con{
	width: 50%;
}
.ind_pro_item_con_m{
	margin: 0 auto 70px;
    max-width: 600px;
}
.ind_pro_item_tt{
	font-size: 24px;
    color: #e62129;
    font-weight: bold;
    margin-bottom: 18px;
}

.ind_pro_item_desc{
	padding: 10px 0 20px;
}
.ind_pro_item_desc_item{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.ind_pro_item_desc_item .tt{
	font-weight: bold;	
	color: #222;
}


/* 爆款产品详情tab展示 */
.tab_outer{
	width: 100%;
    background: #eee;
    padding-top: 70px;
}
.tab-box{
	width: 92%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
.tab-box span{
	color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    width: 300px;
    height: 90px;
    background: #fff;
    cursor: pointer;
    margin: 0 3px;
	line-height:90px;/*字体自适应span高度*/
    /*padding: 20px 0;*/
}
.tab-box .active2{
	background: #e72a31 !important;
	color:#fff!important;
}
.tab_hidn{
	display: none;
}
.active1{
	display: block;
}




.more_btn1{
	width: 100%;
	width: 200px;
	height: 32px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 16px;
	color: #222;
	border: 1px solid #222;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.more_btn1 .icon{
	font-size: 14px;
	margin-left: 6px;
}
.more_btn1.hover,
.more_btn1:hover{
	border-color: #e62129 !important;
	background: #e62129 !important;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.ind_pro_scroll_pic{
	width: 50%;
}
.ind_pro_scroll_pic img{
	width: auto;
	max-width: 490px !important;
	margin: 0 auto;
}

.ind_pro_scroll_bars{
	width: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	background: #fff;
	box-shadow: 0 0 15px rgba(115,115,115,.2);
}
.ind_pro_scroll_bars .item{
	width: 20%;
	padding: 28px 15px 5px;
	text-align: center;
	border-bottom: 2px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	cursor: pointer;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_pro_scroll_bars .item:last-child{
	border-right: 0;
}


.ind_pro_scroll_bars .item .tt{
	font-size: 14px;
	color: #e62129;
	font-weight: bold;
}
.ind_pro_scroll_bars .item .tt2{
	font-size: 16px;
	color: #222;
	font-weight: bold;
	margin: 10px 0 5px;
}
.ind_pro_scroll_bars .item .pic{
	overflow: hidden;
	position: relative;
}
.ind_pro_scroll_bars .item .pic::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.ind_pro_scroll_bars .item:hover .pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.ind_pro_scroll_bars .item.active{
	border-bottom: 2px solid #e62129;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}




/*2021-5-18 start hot product modify*/

.ind_pro_scroll_bars0{
	width: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	background: #fff;
	box-shadow: 0 0 15px rgba(115,115,115,.2);
}
.ind_pro_scroll_bars0 .item{
	width: 20%;
	padding: 28px 15px 5px;
	text-align: center;
	border-bottom: 2px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	cursor: pointer;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_pro_scroll_bars0 .item:last-child{
	border-right: 0;
}


.ind_pro_scroll_bars0 .item .tt{
	font-size: 14px;
	color: #e62129;
	font-weight: bold;
}
.ind_pro_scroll_bars0 .item .tt2{
	font-size: 16px;
	color: #222;
	font-weight: bold;
	margin: 10px 0 5px;
}
.ind_pro_scroll_bars0 .item .pic{
	overflow: hidden;
	position: relative;
}
.ind_pro_scroll_bars0 .item .pic::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.ind_pro_scroll_bars0 .item:hover .pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.ind_pro_scroll_bars0 .item.active{
	border-bottom: 2px solid #e62129;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.ind_pro_scroll_bars1{
	width: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	background: #fff;
	box-shadow: 0 0 15px rgba(115,115,115,.2);
}
.ind_pro_scroll_bars1 .item{
	width: 20%;
	padding: 28px 15px 5px;
	text-align: center;
	border-bottom: 2px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	cursor: pointer;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_pro_scroll_bars1 .item:last-child{
	border-right: 0;
}


.ind_pro_scroll_bars1 .item .tt{
	font-size: 14px;
	color: #e62129;
	font-weight: bold;
}
.ind_pro_scroll_bars1 .item .tt2{
	font-size: 16px;
	color: #222;
	font-weight: bold;
	margin: 10px 0 5px;
}
.ind_pro_scroll_bars1 .item .pic{
	overflow: hidden;
	position: relative;
}
.ind_pro_scroll_bars1 .item .pic::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.ind_pro_scroll_bars1 .item:hover .pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.ind_pro_scroll_bars1 .item.active{
	border-bottom: 2px solid #e62129;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



.ind_pro_scroll_bars2{
	width: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	background: #fff;
	box-shadow: 0 0 15px rgba(115,115,115,.2);
}
.ind_pro_scroll_bars2 .item{
	width: 20%;
	padding: 28px 15px 5px;
	text-align: center;
	border-bottom: 2px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	cursor: pointer;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_pro_scroll_bars2 .item:last-child{
	border-right: 0;
}


.ind_pro_scroll_bars2 .item .tt{
	font-size: 14px;
	color: #e62129;
	font-weight: bold;
}
.ind_pro_scroll_bars2 .item .tt2{
	font-size: 16px;
	color: #222;
	font-weight: bold;
	margin: 10px 0 5px;
}
.ind_pro_scroll_bars2 .item .pic{
	overflow: hidden;
	position: relative;
}
.ind_pro_scroll_bars2 .item .pic::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.ind_pro_scroll_bars2 .item:hover .pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.ind_pro_scroll_bars2 .item.active{
	border-bottom: 2px solid #e62129;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



.ind_pro_scroll_bars3{
	width: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	background: #fff;
	box-shadow: 0 0 15px rgba(115,115,115,.2);
}
.ind_pro_scroll_bars3 .item{
	width: 20%;
	padding: 28px 15px 5px;
	text-align: center;
	border-bottom: 2px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	cursor: pointer;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_pro_scroll_bars3 .item:last-child{
	border-right: 0;
}


.ind_pro_scroll_bars3 .item .tt{
	font-size: 14px;
	color: #e62129;
	font-weight: bold;
}
.ind_pro_scroll_bars3 .item .tt2{
	font-size: 16px;
	color: #222;
	font-weight: bold;
	margin: 10px 0 5px;
}
.ind_pro_scroll_bars3 .item .pic{
	overflow: hidden;
	position: relative;
}
.ind_pro_scroll_bars3 .item .pic::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.ind_pro_scroll_bars3 .item:hover .pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.ind_pro_scroll_bars3 .item.active{
	border-bottom: 2px solid #e62129;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.ind_pro_scroll_bars4{
	width: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	background: #fff;
	box-shadow: 0 0 15px rgba(115,115,115,.2);
}
.ind_pro_scroll_bars4 .item{
	width: 20%;
	padding: 28px 15px 5px;
	text-align: center;
	border-bottom: 2px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	cursor: pointer;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_pro_scroll_bars4 .item:last-child{
	border-right: 0;
}


.ind_pro_scroll_bars4 .item .tt{
	font-size: 14px;
	color: #e62129;
	font-weight: bold;
}
.ind_pro_scroll_bars4 .item .tt2{
	font-size: 16px;
	color: #222;
	font-weight: bold;
	margin: 10px 0 5px;
}
.ind_pro_scroll_bars4 .item .pic{
	overflow: hidden;
	position: relative;
}
.ind_pro_scroll_bars4 .item .pic::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.ind_pro_scroll_bars4 .item:hover .pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.ind_pro_scroll_bars4 .item.active{
	border-bottom: 2px solid #e62129;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.ind_pro_scroll_bars5{
	width: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	background: #fff;
	box-shadow: 0 0 15px rgba(115,115,115,.2);
}
.ind_pro_scroll_bars5 .item{
	width: 20%;
	padding: 28px 15px 5px;
	text-align: center;
	border-bottom: 2px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	cursor: pointer;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_pro_scroll_bars5 .item:last-child{
	border-right: 0;
}


.ind_pro_scroll_bars5 .item .tt{
	font-size: 14px;
	color: #e62129;
	font-weight: bold;
}
.ind_pro_scroll_bars5 .item .tt2{
	font-size: 16px;
	color: #222;
	font-weight: bold;
	margin: 10px 0 5px;
}
.ind_pro_scroll_bars5 .item .pic{
	overflow: hidden;
	position: relative;
}
.ind_pro_scroll_bars5 .item .pic::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.ind_pro_scroll_bars5 .item:hover .pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.ind_pro_scroll_bars5 .item.active{
	border-bottom: 2px solid #e62129;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


/*2021-5-18 end hot product modify*/




.ind_box2{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0 0;
	/*margin-top: 139px;*/
}

.ind_box2_con{
	margin-bottom: 60px;
}
.ind_box2_tt{
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 18px;
}
.ind_box2_tt .tt{
	color: #e62129;
}

.ind_box2_text{
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	max-width: 930px;
	margin: 0 auto;
}

.ind_box2_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 80px 0 90px;
}
.ind_box2_list .item{
	margin: 0 11px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	padding: 0 45px;
	height: 68px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	border: 1px solid #fff;
}
.ind_box2_list .item .icon{
	font-size: 32px;
	color: #e62129;
	margin-right: 10px;
}

.ind_box2_video{
	width: 114px;
	margin: 0 auto;
}

.ind_box2_b_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-around;
	-ms-justify-content:space-around;
	-webkit-justify-content:space-around;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 0 4%;
	background: rgba(0,0,0,.25);
}
.ind_box2_b_list dd{
	padding: 30px 0 35px;
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box2_b_list_num{
	font-size: 80px;
	line-height: 1.2;
	color: #ffffff;
	font-family: "IMPACT";
}
.ind_box2_b_list dd .tt{
	font-size: 14px;
	color: #fff;
	line-height: 18px;
}

.ind_box2_b_list dd.dd_icon{
	width: 84px;
	height: 3px;
	background: url(/v3/d/images/ind_about_icon.png) no-repeat center center;
}
.ind_box2_b_list dd:hover{
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_title_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 33px;
}

.ind_title_box .tt{
	font-size: 36px;
	font-weight: bold;
}
.ind_title_box .title_more{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #666;
	font-size: 18px;
}
.ind_title_box .title_more .icon{
	font-size: 18px;
	margin-left: 4px;
}
.ind_title_box .title_more:hover{
	color: #e62129;
}

.ind_box3_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_box3_l{
	width: 48%;
}
.ind_box3_l dd{
	padding: 28px 5% 23px;
	margin-bottom: 15px;
	background: #f8f8f8;
}



.ind_box3_l_b{
	padding-top: 8px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.ind_box3_l_b .time{
	font-size: 16px;
	color: #666;
	margin-right: 18px;
}
.ind_box3_l_b .fenlei{
	font-weight: bold;
	color: #e62129;
	font-size: 16px;
}

.ind_box3_l dd:hover{
	background: #cfcbcb;
}
.ind_box3_l dd:hover .list_text1,
.ind_box3_l dd:hover .time,
.ind_box3_l dd:hover .fenlei{
	color: #222;
}
.ind_box3_l dd:last-child{
	margin-bottom: 0;
}

.ind_box3_r{
	width: 48%;
	padding: 25px 3%;
	background: #f8f8f8;
}
.ind_box3_r_pic{
	overflow: hidden;
	margin-bottom: 15px;
}

.ind_box3_r_scroll .item a:hover .ind_box3_r_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.ind_box3_r_scroll .item a:hover .list_tt18{
	color: #e62129;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}




.ind_box4_b{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.ind_box4_scroll .item{
	border-right: 1px solid #bfbfbf;
}
.ind_box4_scroll .owl-wrapper-outer{
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
}
.ind_box4_scroll.owl-theme .owl-controls{
	display: none;
}

.ind_box4_scroll{
}
.ind_box4_item_con{
	height: 600px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box4_item_tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 30px;
	height: 80px;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	margin-bottom: 70px;
}

.ind_box4_item_btn_box .more_btn1{
	border-color: #fff;
	color: #fff;
}
.ind_box4_item_btn_box .more_btn1:first-child{
	margin-bottom: 13px;
}

.ind_box4_item_con:hover{
	background: rgba(46,46,46,.8);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box4_item_con:hover .more_btn1{
	background: #e62129;
	color: #222;
	border-color: #e62129;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.ind_box5{
	padding: 60px 0;
	border-top: 1px solid #d1d1d1;
}

.ind_box5_scroll .item{
	border: 1px solid #e5e5e5;
	overflow: hidden;
}
/*.ind_box5_scroll .item img{
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.ind_box5_scroll .item:hover img{
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
	filter: none;
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}*/


.footer_inquiry{
	border-top: 8px solid #1b1b1b;
	background: #f8f8f8;
}
.footer_inquiry_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;
	padding: 20px 0 30px;
}

.footer_inquiry_tt{
	width: 150px;
}


.footer_inquiry_tt_text{
	font-size: 16px;
	color: #222;
	padding-top: 8px;
}

.footer_inq_list{
	width: calc(100% - 150px);
	padding-left: 5%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-top: 15px;
}
.footer_inq_text{
	width: 24%;
	height: 40px;
	font-size: 16px;
	color: #222;
	border: none;
	border-bottom: 1px solid #222;
}
.footer_inq_text::-webkit-input-placeholder{
	color: #222;
}


.footer_inq_btn{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 180px;
	height: 40px;
	color: #222;
	font-size: 14px;
	background: #e62129;
	border: none;
}
.footer_inq_btn .icon{
	font-size: 16px;
	margin-left: 6px;
}


.footer_t{
	background: #2a2a2a;
}
.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_item_l{
	width: 28%;
	max-width: 280px;
}

.footer_item_logo{
	display: block;
	margin-bottom: 30px;
}


.footer_item_code{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-bottom: 16px;
	border-bottom: 1px solid #494949;
}
.footer_item_code .item{
	width: 120px;
}
.footer_item_code .item:first-child{
	margin-right:25px;
}
.footer_item_code .item .pic{
	margin-bottom: 8px;
}
.footer_item_code .item .tt{
	font-size: 14px;
	color: #888;
	text-align: center;
}

.footer_item_sm{
	padding-top: 11px;
}
.footer_item_sm a{
	color: #888;
}
.footer_item_sm a img{
	position: absolute;
	left: 50%;
	top: auto;
	bottom: 30px;
	margin-left: -60px;
}

.footer_t_r{
	width: 70%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
}

.footer_item{
	width: 24%;
}
.footer_title{
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}
.footer_pro_list a{
	display: block;
	font-size: 14px;
	color: #888;
	line-height: 28px;
}
.footer_pro_list a:hover{
	color: #e62129;
	transform:translateX(3px);
	-webkit-transform:translateX(3px);
}

.footer_ctx .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 0 0 6px 0;
}
.footer_ctx .item .icon{
	width: 24px;
	line-height: 28px;
	font-size: 18px;
	text-align: center;
	color: #fff;
}
.footer_ctx .item .tt{
	width: calc(100% - 24px);
	padding-left: 7px;
	font-size: 14px;
	color: #888;
	line-height: 28px;
}
.footer_ctx .item .tt a{
	color: #888;
}
.footer_ctx .item .tt a:hover{
	color: #e62129;
}

.footer_b{
	background: #212121;
	padding: 6px 0;
}
.footer_b .wrapper{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.footer_b_text{
	font-size: 14px;
	color: #888;
	line-height: 28px;
} 
.footer_b_text a{
	color: #888;
}
.footer_b_text a:hover{
	color: #e62129;
}





/* sub_banner */
.sub_banner{
	height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.sub_banner_tt{
	height: 100%;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
}

/* location */
.location{
	border-bottom: 1px solid #e5e5e5;
	margin-top: 139px;
}
.location_con{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	font-size: 16px;
	color: #222;
	height: 55px;
	font-weight: bold;
}
.location_con a{
	color: #222;
	margin: 0 3px;
}



/* about */
.about_bars{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-bottom: 50px;
}


/* 颜色调整 */
.about_bars .item{
	width: 160px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	text-align: center;
	border: 1px solid #e5e5e5;
	margin: 0 30px 15px;
}
.about_bars .item.hover,
.about_bars .item:hover{
	/* background: #e62129;
	border-color: #e62129; */
	color: #e62129;
}






.about_box1_con{
	width: 92%;
	margin: auto;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-bottom: 16px;
}
.about_box1_l{
	width: 50%;
}

.about_box1_l_con{
	max-width: 750px;
	padding: 0 5%;
	margin: 0 auto;
}

.about_text{
	font-size: 14px;
	line-height: 30px;
	color: #666;
	text-indent: 2em;
	text-align: left;
}

.about_box1_r{
	width: 50%;
}
.history{
	text-indent: inherit;
}
.zhanlue{
	margin:auto;
	display: block;
}

.about_box2{
	background: url(/v3/d/images/about_bg1.jpg) no-repeat center  center / cover;
	padding: 55px 0;
}
.about_box2_list1{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	text-align: center;
	padding: 0 3%;
}
.about_box2_list1 dd{
	width: 25%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.about_box2_list1 dd:hover{
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.about_box2_list1 dd .num_box{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-ms-align-items: flex-end;
	color: #ffffff;
	font-size: 22px;
	margin-bottom: 7px;
}
.about_box2_list1 dd .num_box .num{
	margin-right: 6px;
	line-height: 0.9;
}
.about_box2_list1 dd .tt{
	font-size: 14px;
	color: #fff;
}


.about_box3{
	background: url(/v3/d/images/about_bg2.jpg) no-repeat center center / cover;
}
.about_box3_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;
}

.about_box3_l{
	width: 50%;
	position: relative;
}
.about_box3_l::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #e62129;
}

.about_box3_l img{
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
	left: 24px;
	top: -24px;
}

.about_box3_r{
	width: 50%;
	padding: 0 4%;
}
.about_box3_r_con{
	max-width: 565px;
	margin: 0 auto;
}

.zhici{
	width:100%;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 30px;
}
.about_box4{
	background: url(/v3/d/images/about_bg3.jpg) no-repeat center center / cover;
}

.about_box4_bars{
	position: relative;
	margin-bottom: 70px;
}
.about_box4_bars::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 16px;
	width: 100%;
	height: 1px;
	background: #959595;
}
.about_box4_bars .item{
	margin: 0 10px;
	text-align: center;
	cursor: pointer;
}
.about_box4_bars .item .icon_box{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	width: 31px;
	height: 31px;
	border-radius: 50%;
	border: 1px solid #959595;
	margin: 0 auto 10px;
	position: relative;
	z-index: 5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.about_box4_bars .item .icon_box .icon{
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #959595;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.about_box4_bars .item .tt{
	color: #959595;
}
.about_box4_bars .slick-current .icon_box{
	border-color: #e62129;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.about_box4_bars .slick-current .icon_box .icon{
	background: #e62129;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.about_box4_bars .slick-prev,
.about_box4_bars .slick-next{
	position: absolute;
	top: 1px;
	z-index: 2;
	width: 31px;
	height: 31px;
	line-height: 999px;
	overflow: hidden;
	background: url(/v3/d/images/his_icon1.png) no-repeat center center;
	border: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.about_box4_bars .slick-prev{
	left: -1px;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}
.about_box4_bars .slick-next{
	right: -1px;
}

.about_box4_bars .slick-prev:hover,
.about_box4_bars .slick-next:hover{
	background: url(/v3/d/images/his_icon2.png) no-repeat center center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.about_box4_tabs_item_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;
}

.about_box4_tabs_item_l{
	width: 50%;
	padding: 0 4%;
}

.about_box4_tabs_item_l_con{
	max-width: 620px;
	margin: 0 auto;
}
.about_box4_tabs_item_tt{
	margin-bottom: 10px;
}
.about_box4_tabs_item_years{
	font-size: 16px;
	color: #e62129;
	font-weight: bold;
	margin-bottom: 18px;
}

.about_box4_tabs_item_r{
	width: 50%;	
	overflow: hidden;
}
.about_box4_tabs_item_con:hover .about_box4_tabs_item_r img{
	transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
}


/* 企业文化 */
.culture_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;
	padding-top: 35px;
}
.culture_box1_list dd{
	width: 24%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.culture_box1_list dd .icon_box{
	width: 262px;
	height: 262px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	flex-flow: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	border: 1px solid #d6d6d6;
	border-radius: 50%;
	margin: 0 auto 42px;
}

.culture_box1_list dd .icon_box .icon{
	font-size: 80px;
	color: #e62129;
	margin-bottom: 12px;
	margin-left: 25px;
}
.culture_box1_list dd .icon_box .tt{
	font-size: 16px;
	color: #222;
}

.culture_box1_list dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.culture_box2{
	background: url(/v3/d/images/qysl_bg1.jpg) no-repeat center center / cover;
}

.culture_box2_t{
	margin-bottom: 35px;
}

.culture_box2_b{
	background: rgba(255,255,255,.5);
}
.culture_box2_list{
	max-width: 1320px;
	margin: 0 auto;
	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: 48px 0;
}

.culture_box2_list dd{
	width: auto;
	padding: 0 20px;
}

.culture_box2_list dd .list_tt24{
	margin-bottom:18px;
}
.culture_box2_text .item{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.culture_box2_text .item .icon{
	width: 24px;
	margin-right: 6px;
	position: relative;
	top: 2px;
}

.qysl_box3_list1{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-top: 20px;
}

.qysl_box3_list1 dd{
	width: calc((100% - 52px) / 5);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.qysl_box3_list1_con{
	height: 600px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	flex-flow: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	text-align: center;
	padding: 0 8%;
	background: rgba(34,34,34,.4);
}

.qysl_box3_list1_con .list_tt30{
	color: #e62129;
	margin-bottom: 30px;
}

.qysl_box3_list1_text{
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}
.qysl_box3_list1 dd:hover{
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 0 14px rgba(115,115,115,.3);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}



/* 云顶国际掠影 */
.ltly_box1_con{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-bottom: 50px;
}

.ltly_box1_l{
	width: 50%;
	background: url(/v3/d/images/ltly_01.jpg);
}
.ltly_box1_pic_scroll.owl-theme .owl-controls{
	width: 100%;
	padding: 0 !important;
}
.ltly_box1_pic_scroll.owl-theme .owl-dots{
	position: absolute;
	left: 0;
	bottom: 7px;
	width: 100%;
}
.ltly_box1_pic_scroll.owl-theme .owl-dots .owl-dot span{
	background: #fff;
}

.ltly_box1_pic_scroll .owl-nav{
	position: absolute;
	top: 50%;
	height: 58px;
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	transform: translate(0,-50%);
}

.ltly_box1_pic_scroll .owl-controls .owl-nav .owl-next, 
.ltly_box1_pic_scroll .owl-controls .owl-nav .owl-prev{
	width: 58px;
	height: 58px;
	line-height: 999px;
	overflow: hidden;
	border-radius: 50%;
	background:rgba(255,255,255,.7) url(/v3/d/images/ltly_icon1.png) no-repeat center center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	margin-top: -29px;
}

.ltly_box1_pic_scroll .owl-controls .owl-nav .owl-next:hover, 
.ltly_box1_pic_scroll .owl-controls .owl-nav .owl-prev:hover{
	background:rgba(255,255,255,.7) url(/v3/d/images/ltly_icon2.png) no-repeat center center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ltly_box1_pic_scroll .owl-controls .owl-nav .owl-next{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}




.ltly_box1_r{
	width: 50%;
	padding: 10px 5px;
	background: url(/v3/d/images/ltly_bg1.jpg) no-repeat center center / cover;
	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;
}

.ltly_box1_r_list_scroll{
	width: 248px;
	height: 580px;
	overflow-y: scroll;
}

.ltly_box1_r_list .item{
	width: 100%;
	height: 60px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	background: #e5e5e5;
	font-size: 18px;
	line-height: 1.3;
	color: #222;
	margin-bottom: 6px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ltly_box1_r_list .item:hover,
.ltly_box1_r_list .item.hover{
	color: #222;
	background: #e62129;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}




.ltly_box1_r_con{
	width: 68%;
	padding: 30px 7%;
}


.ltly_box1_title1{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	margin-bottom: 20px;
}
.ltly_box1_title1_icon{
	font-size: 46px;
	color: #e62129;
	margin-right: 10px;
}

.ltly_box1_r_con_tel{
	padding-top: 30px;
}
.ltly_box1_r_con_tel .tt{
	font-size: 16px;
	color: #222;
	font-weight: bold;
	margin-bottom: 4px;
}
.ltly_box1_r_con_tel .text a{
	font-size: 36px;
	color: #e62129;
	line-height: 1.2;
	font-weight: bold;
}






.ltly_bars{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	border-bottom: 4px solid #e5e5e5;
	margin-bottom: 42px;
	background: #f8f8f8;
}
.ltly_bars .item{
	width: 25%;
	height: 98px;
	color: #222;
	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;
	-webkit-align-items: center;
	-ms-align-items: center;
	border-right: 1px solid #e5e5e5;
	cursor:pointer;
}
.ltly_bars .item:last-child{
	border: none;
}

.ltly_bars .item .icon{
	font-size: 30px;
	margin-right: 10px;
}
.ltly_bars .current{
	background: #e62129;
}

/* 
.ltly_bars .item:hover,
.ltly_bars .item.hover{
	background: #e62129;
}
 */


.fac_list1{
	/* display: flex;
	display: -ms-flexbox;
	display: -webkit-flex; */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.fac_list1 dd{
	width: calc((100% - 70px) / 3);
	margin: 0 35px 32px 0;
	float: left;
}
.fac_list1 dd .pic{
	overflow: hidden;
	margin-bottom: 12px;
}
.fac_list1 dd .pic img{
	width: 100%;
}
.fac_list1 dd:hover .pic img{
	transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
}
.fac_list1 dd:hover .list_tt18{
	color: #e62129;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.fachide{
	display: none;
}
.clear{
	clear: both;
}


/* 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;
    flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
    padding:25px 0;
}
.page>b{
	color: #222;
    border: 1px solid #e62129;
    background: #e62129;
}
.page a{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	line-height: 30px;
	text-align: center;
	color: #888;
	font-size: 14px;
	padding: 0 7px;
	margin: 0 4px;
	border: 1px solid #888;
}
.page a.hover,.page a:hover{
	color: #222;
	border: 1px solid #e62129;
	background: #e62129;
}
.page>b{
	color: #222;
    border: 1px solid #e62129;
    background: #e62129;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    padding: 0 7px;
    margin: 0 4px;
}
.page a.prev,
.page a.next{
	width: 50px;
}
.page a.prev{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}


/* 荣誉证书 */
.honor_box1_con{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	background: #151e33;
	margin-bottom: 60px;
}

.honor_box1_pic{
	width: 37.5%;
	overflow: hidden;
}
.honor_box1_r{
	width: 62.5%;
	padding: 25px 4%;
}


.ryzt_title{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 40px;
}

.ryzt_title .item{
	padding: 0 20px 15px;
	margin: 0 16px;
	border-bottom: 3px solid #e5e5e5;
}
.ryzt_title .item.hover {
	color: #e62129;
	border-bottom-color:#e62129;
}


.ryzs_list1{
	/* display: flex;
	display: -ms-flexbox;
	display: -webkit-flex; */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.ryzs_list1 dd{
	width: calc((100% - 39px) / 4);
	margin: 0 13px 25px 0;
	float: left;
}
.ryzs_list1 dd .pic{
	padding: 30px;
	border: 1px solid #dcdcdc;
	margin-bottom: 16px;
}
.ryzs_list1 dd:hover .pic img{
	transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
}
.ryzs_list1 dd:hover .list_tt18{
	color: #e62129;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ryzt_title .current{
	/* background: #e62129; */
	color: #e62129;
}



.prozl_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.prozl_list1 dd{
	width: calc((100% - 40px) / 3);
}
.prozl_list1 dd{
	margin: 0 20px 30px 0;
}
.prozl_list1 dd a{
	display: block;
	padding: 27px 27px 35px;
	height: 100%;
	border: 1px solid #e5e5e5;
}
.prozl_list1_pic{
	overflow: hidden;
	margin-bottom: 30px;
}
.prozl_list1 dd a:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 0 12px rgba(115,115,115,.2);
}



/* contact */

.contact_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.contact_list1 dd{
	width: calc((100% - 40px) / 3);
	padding: 50px 2%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	border: 1px solid #e5e5e5;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.contact_list1 dd .icon{
	width: 60px;
	font-size: 60px;
	color: #e62129;
}
.contact_list1 dd .con{
	padding-left: 20px;
}

.contact_list1 dd .con .tt{
	font-size: 14px;
	color: #888;
	margin-bottom: 6px;
}
.contact_list1 dd .con .text{
	font-size: 36px;
	font-weight: bold;
	color: #222;
}
.contact_list1 dd .con .text a{
	color: #222;
}
.contact_list1 dd .con .text a:hover{
	color: #e62129;
	text-decoration: underline;
}
.contact_list1 dd:hover{
	box-shadow: 0 0 12px rgba(115,115,115,.2);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
}


.contact_box2{
	background: #f8f8f8;
}
.contact_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;
}
.contact_form dd{
	width: 48.5%;
	margin-bottom: 29px;
}
.contact_form dd.ddw{
	width: 100%;
}
.contact_form_text,
.contact_form_area{
	width: 100%;
	display: block;
	height: 40px;
	padding-left: 15px;
	font-size: 14px;
	color: #222;
	background: none;
	border: 1px solid #d2d2d2;
}
.contact_form_text::-webkit-input-placeholder,
.contact_form_area::-webkit-input-placeholder{
	color: #888;
}
.contact_form_area{
	height: 134px;
	resize: none;
	padding: 10px 15px;
}

.contact_form_btn{
	width: 174px;
	height: 40px;
	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: #222;
	font-size: 14px;
	background: #e62129;
	border: none;
}
.contact_form_btn .icon{
	font-size: 18px;
	margin-right: 8px;
}



/* news */
.news_box1_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;
}
.news_box1_pic{
	width: 50%;
	overflow: hidden;
}
.news_box1_pic img{
	width: 800px;
    height: 417px;
}
.news_box1_pic:hover img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.news_box1_r{
	width: 50%;
	padding: 20px 4%;
}
.news_list1_pic img{
	width: 36.5%;
    overflow: hidden;
    width: 547px;
    height: 285px;
}

.news_box1_r_time{
	font-size: 16px;
	color: #888;
	padding: 20px 0 14px;
}

.news_box1_r_text{
	font-size: 16px;
	line-height: 24px;
	color: #888;
	margin-bottom: 30px;
}
.news_box1_r .list_tt30:hover{
	color: #e62129;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.news_box2_title_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 50px;
}

.news_box2_title_box .ryzt_title{
	margin-bottom: 0;
}
.news_box2_title_box .ryzt_title .item:first-child{
	margin-left: 0;
}


.news_box2_title_r{
	width:450px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.news_box2_title_r_icon{
	width: 30px;
	height: 30px;
	font-size: 24px;
	line-height: 30px;
	color: #e62129;
}

.news_box2_gg_scroll{ 
	width: calc(100% - 30px);
	overflow:hidden; 
	height:30px;
	position:relative;  
}
.news_box2_gg_scroll .hd{ 
	display: none;
}
.news_box2_gg_scroll .bd{
	height: 30px;
}
.news_box2_gg_scroll .bd ul li a{
	display: block;
	width: 100%;
	line-height: 30px;
	color: #222;
	font-size: 14px;
	font-weight: bold;
}


.news_list1 dd{
	margin-bottom: 40px;
}
.news_list1 dd a{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 50px;
	border: 1px solid #e5e5e5;
}

.news_list1_pic{
	width: 36.5%;
	overflow: hidden;
}

.news_list1_con{
	width: 63.5%;
	padding-left: 4%;
}
.news_list1_con .news_box1_r_time{
	padding: 14px 0 15px;
}
.news_list1 dd a:hover{
	box-shadow: 0 0 12px rgba(115,115,115,.2);
}
.news_list1 dd a:hover .news_list1_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.news_list1 dd a:hover .list_tt24{
	color: #e62129;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


/* news_det */
.news_det_wrap{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items:flex-start;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.main_l{
	width: 65.5%;
}

.news_det_title{
	font-size: 36px;
	color: #222;
	font-weight: bold;
	margin-bottom: 15px;
}
.news_det_time{
	font-size: 14px;
	color: #888;
	padding-bottom: 12px;
	border-bottom: 1px solid #edeeef;
}

.news_det_con{
	padding: 4% 0;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.news_det_con img{
	height: auto !important;
	display: table-cell;
    margin: 0 auto;
}


.news_det_share{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	margin-bottom: 35px;
}
.news_det_share .tt{
	width: 54px;
	font-size: 14px;
	text-align: right;
	border-left: 2px solid #dedfe1;
}


.news_det_page{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-top: 35px;
	border-top: 1px solid #dedfe1;
}

.news_det_page_item{
	width: 50%;
	padding: 20px 3%;
	border-right: 1px solid #d2d2d2;
}
.news_det_page_item:last-child{
	border: none;
}
.news_det_page_item_time{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #666;
	font-size: 14px;
	padding: 12px 0;
}
.news_det_page_item_time .icon{
	margin-right: 5px;
}
.news_det_page_item_text{
	font-size: 16px;
	color: #222;
	line-height: 1.5;
	font-weight: bold;
}
.news_det_page_item_text:hover{
	color: #e62129;
}


.main_r{
	width: 28.5%;
	padding: 30px 3%;
	border: 1px solid #d2d2d2;
}

.main_r_title{
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 1px solid #d2d2d2;
}

.main_r_list{
	padding: 25px 0;
}
.main_r_list dd{
	margin-bottom: 14px;
}
.main_r_list dd a{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
}
.main_r_list dd a .icon{
	width: 9px;
	height: 9px;
	background: #e62129;
	border-radius: 50%;
	margin-top: 7px;
}
.main_r_list dd a .tt{
	width: calc(100% - 9px);
	padding-left: 10px;
	line-height: 24px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.main_r_list dd a:hover .tt{
	color: #e62129;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



/* pro_cover */
.pro_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_list1 dd{
	width: calc((100% - 40px) / 3);
	padding: 30px;
	border: 1px solid #d2d2d2;
	margin: 0 20px 20px 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.pro_list1_pic{
	overflow: hidden;
}

.pro_list1_con{
	padding: 17px 0 0;
}

.pro_list1_tags{
	margin-top: 20px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_list1_tags .item{
	padding: 0 25px;
	line-height: 38px;
	border: 1px solid #d2d2d2;
	margin: 0 10px 15px 0;
	width:calc((100% - 20px) / 2);
}
.pro_list1_tags .item:hover{
	color: #222;
	background: #e62129;
	border-color: #e62129;
}
.pro_list1_con .list_text1{
	margin: 15px 0 25px;
}
.pro_list1 dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 0 15px rgba(115,115,115,.3);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_list1 dd:hover .list_tt24{
	color: #e62129;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



/* pro_det_t */

.pro_det_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_t_l{
	width: 50%;
}
.pro_det_pic_scroll{
	margin-bottom: 20px;
}
.pro_det_scroll_bars{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.pro_det_scroll_bars .item{
	width: calc((100% - 36px) / 4);
	margin: 0 12px 0 0;
	border: 1px solid #e5e5e5;
	cursor: pointer;
}
.pro_det_scroll_bars .item.active{
	border-color: #e62129;
}
.pro_det_scroll_bars .item:last-child{
	margin-right: 0;
}

.pro_det_t_r{
	width: 50%;
	padding: 0 5% 0 0;
}
.pro_det_title1{
	color: #222;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 5px;
}
.pro_det_title2{
	font-size: 24px;
	margin-bottom: 25px;
}
.pro_det_desc{
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	padding: 18px 0;
}
.pro_det_desc .item{
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.pro_det_desc strong{
	color: #222;
}
.pro_det_desc b{
	color: #222;
}


.pro_det_btn_box{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-ms-align-items: flex-end;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;

}

.pro_det_btn{
	width: 230px;
	height: 56px;
	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: #222;
	background: #e62129;
	margin-right: 30px;
}

.pro_det_btn .icon{
	font-size: 20px;
	margin-left: 6px;
}


.pro_det_b{

}

.pro_det_b_bars_box{
	width: 100%;
	min-height: 87px;
	border-top: 6px solid #f9bf00;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.pro_det_b_bars{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	background: #fff;
	border-left: 1px solid #e5e5e5;
	z-index: 5;
	position: relative;
}
.pro_det_b_bars::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom:-1px;
	width: 100%;
	height: 1px;
	background: #e5e5e5;
}
.pro_det_b_bars .item{
	width: 50%;
	height: 80px;
	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;
	border-right: 1px solid #e5e5e5;
	position: relative;
}
.pro_det_b_bars .item:after{
	content: "";
	display: none;
	position: absolute;
	left: 0;
	bottom:-1px;
	z-index: 2;
	width: 100%;
	height: 2px;
	background: #e62129;
}

.pro_det_b_bars .item .icon{
	font-size: 32px;
	margin-right: 10px;
}
.pro_det_b_bars .item.hover{
	color: #e62129;
}
.pro_det_b_bars .item.hover:after{
	display: block;
}

.pro_det_b_tabs_item{
	padding: 60px 0;
}
.pro_det_b_tabs_item:nth-child(2n){
	background: #f8f8f8;
}


/* pro_det_b */
.pro_det_b_title{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	margin-bottom: 35px;
}
.pro_det_b_title .line{
	width: 11px;
	height: 28px;
	background: #e62129;
	margin-right: 12px;
}


.pro_det_b_box1_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;
}
.video11{
	width: 100%;
}

.pro_det_b_box1_l{
	width: 49%;
	padding: 0 2%;
}
.pro_det_b_box1_r{
	width: 50%;
}
.pro_det_b_box1_r a{
	display: block;
	overflow: hidden;
	position: relative;
}
.pro_det_b_box1_r a img{
	display: block;
	width: 100%;
}
.pro_det_b_box1_r a .icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/v3/d/images/ind_video_icon.png) no-repeat center center;
}
.pro_det_b_box1_r a:hover img{
	transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
}

.pro_det_b_con{
	font-size: 14px;
	line-height: 1.8;
	color: #222;
}
.pro_det_b table{
	width: 100%;
}
.pro_det_b table tr td{
	padding: 5px 10px;
	border: 1px solid #dee2e6;
}

.pro_det_b table tr{
	background: #f2f2f2;
}
.pro_det_b table tr:nth-child(2n){
	background: #fff;
}


.pro_det_appli{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.pro_det_appli dd{
	width: calc((100% - 39px) / 4);
	margin: 0 13px 15px 0;
}
.pro_det_appli dd a{
	display: block;
	overflow: hidden;
	position: relative;
}
.pro_det_appli dd a img{
	width: 100%;
}
.pro_det_appli dd .tt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 55px;
	color: #fff;
	background: rgba(0,0,0,.5);
	margin-bottom: 0;
}
.pro_det_appli dd a:hover img{
	transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
}
.pro_det_appli dd a:hover{
	box-shadow: 0 0 15px rgba(115,115,115,.3);
}




.pro_list2_scroll .item{
	max-width: 380px;
}
.pro_list2_item_con{
	padding: 25px 25px 30px;
	height: 100%;
	background: #fff;
	border: 1px solid #d2d2d2;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_list2_item_t{
	display: block;
	margin-bottom: 20px;
}
.pro_list2_item_tt2{
	height:40px;
	font-size: 14px;
	color: #666;
	padding-top: 3px;
}

.pro_list2_item_pic{
	overflow: hidden;
}

.pro_list2_desc{
	height:200px;
	color: #666;
	font-size: 14px;
	line-height: 30px;
	padding: 22px 0;
	overflow: hidden;
}
.pro_list2_item_btn{
	border-top: 1px solid #dbdbdb;
	padding-top: 25px;
	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;
}

.pro_list2_item_con:hover{
	border: 1px solid #e62129;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_list2_item_con:hover .list_tt24{
	color: #e62129;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_list2_item_con:hover .pro_list2_item_pic img{
	transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
}
.pro_list2_item_con:hover .more_btn1{
	background: #e62129;
	border-color: #e62129;
}



/* pro_list3 */
.sub_pro_desc{ 
	font-size: 16px;
	color: #666;
	line-height: 30px;
	width: 100%;
	max-width: 880px;
	margin:0 auto 50px;
	text-align:left;
	text-indent: 2em;
}
.pro_list3 dd{
	margin-bottom: 27px;
}
.pro_list3 dd a{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	background: #f8f8f8;
	border: 1px solid #e5e5e5;
}
.pro_list3_pic{
	width: 30.8%;
}
.pro_list3_con{
	width: 69.2%;
	padding: 25px 4%;
	background: #f8f8f8;
}

.pro_list3_con .list_tt24{
	margin-bottom: 20px;
}
.pro_list3 dd a:hover{
	box-shadow: 0 0 12px rgba(115,115,115,.2);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}
.pro_list3 dd a:hover .list_tt24{
	color: #e62129;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}



.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% - 51px) / 4);
	margin: 0 17px 20px 0;
}


.sub_title1{
	margin-bottom: 15px;
}




/* 人力资源 */
.zp_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}


.zp_list1_item {
	width: calc((100% - 40px) / 3);
    background: #f8f8f8;
    box-sizing: border-box;
	padding: 50px 3% 50px;
	margin: 0 20px 30px 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.zp_list1_item .item_position {
    color: #444444;
}

.zp_list1_item .item_date {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    padding: 8px 0 16px;
}

.zp_list1_item .item_Job_type,
.zp_list1_item .item_people,
.zp_list1_item .item_place,
.zp_list1_item .item_Appointment {
    display: none;
}

.zp_list1_item .item_describe .describe_01 {
	font-size: 16px;
    color: #444444;
    box-sizing: border-box;
    padding-bottom: 18px;
}

.zp_list1_item .item_describe .describe_02 {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.zp_list1_item .btn_box {
    font-size: 14px;
    color: #ffffff;
    width: 164px;
    line-height: 44px;
    background: #e62129;
    text-align: center;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.zp_list1_item .btn_box:hover {
    opacity: 0.7;
}

.zp_list1_item:hover{
	box-shadow: 0 0 20px rgba(115,115,115,.3);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.abo4PageBoxTwo_mask {
    display: none;
    position: fixed;
    z-index: 16;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

.abo4BoxTwo3 {
    display: none;
    width: 940px;
    height: 580px;
    position: fixed;
    z-index: 17;
    top: 52%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #ffffff;
    box-sizing: border-box;
    padding: 30px;
}

.abo4BoxTwo3 .module_tt {
    color: #444444;
    box-sizing: border-box;
    padding: 0 15px 22px;
    border-bottom: 1px solid #d7d7d7;
}

.abo4BoxTwo3_scroll {
    height: 310px;
    overflow-y: auto;
    margin: 30px 0 30px;
}

.abo4BoxTwo3_scroll .item {
    box-sizing: border-box;
    padding-bottom: 25px;
    padding-right: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.abo4BoxTwo3_scroll .item .left_tt {
    width: 120px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 2px 10px 0 15px;
}

.abo4BoxTwo3_scroll .item .right_text {
    width: calc(100% - 120px);
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.abo4BoxTwo3_email {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #444444;
    width: calc(100% - 120px);
    background: #d7d7d7;
    box-sizing: border-box;
    padding: 16px 20px 16px 20px;
    margin-left: auto;
}

.abo4BoxTwo3_email a {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 14px;
    color: #e62129;
    text-decoration: underline;
}

.abo4BoxTwo3 .close_btn {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo4BoxTwo3 .close_btn:hover {
    color: #e62129;
}



/* 售后服务 */

.sh_service_box1_btn_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-top: 40px;
}

/* 颜色调整 */
.sh_service_box1_btn{
	width: 100%;
	max-width:360px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	height: 60px;
	color: #222;
	background: #e62129;
	margin: 0 7px;
	color: #e62129;
	background: #e6e5e5;
}
.sh_service_box1_btn .icon{
	font-size: 26px;
	margin-right: 10px;
}
.sh_service_box1_btn .tt{
	font-size: 14px;
	color: #e62129;
}


.sh_service_box2{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.dzsl_box1_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
}
.dzsl_box1_list_item{
	width: 50%;
	padding: 45px 2%;
	border-right: 1px solid #707070;
}
.dzsl_box1_list_item:last-child{
	border: none;
}
.dzsl_box1_list_item_title{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	margin-bottom: 27px;
}
.dzsl_box1_list_item_title .icon{
	font-size: 84px;
	color: #e62129;
	margin-right: 23px;
}

.dzsl_box1_list_item_title .con_r .tt{
	color: #fff;
	margin-bottom: 8px;
}
.dzsl_box1_list_item_title .con_r .text{
	color: #e3e3e3;
	font-size: 16px;
	line-height: 28px;
}

.dzsl_box1_list_item_text{
	color: #d3d3d3;
	font-size: 14px;
	line-height: 28px;
	max-width: 430px;
	margin:0 auto 40px;
}
.sh_service_box2_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: 160px;
	height: 36px;
	font-size: 14px;
	color: #e62129;
	background: #e6e5e5;
}
.sh_service_box2_btn .icon{
	font-size: 16px;
	margin-right: 7px;
}

.service_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.service_list1 dd{
	width:30%;
	margin: 0 5% 30px 0;
}
.service_list1 dd a{
	display: block;
	padding: 27px;
	border: 1px solid #e5e5e5;
}

.service_list1_pic{
	overflow: hidden;
}
.service_list1_con{
	padding: 24px 0 10px;
}

.service_list1_tt{
	font-size: 20px;
	line-height: 1.4;
	color: #222;
	font-weight: bold;
}
.service_list1_con .news_box1_r_time{
	padding: 12px 0 14px;
}
.service_list1_con .news_box1_r_text{
	margin-bottom: 15px;
}



/* download */
.down_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.down_list1 dd{
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 40px;
}
.down_list1 dd a{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 20px;
	border: 1px solid #e5e5e5;
}
.down_list1_pic{
	width: 32%;
	overflow: hidden;
}

.down_list1_con{
	width: 68%;
	padding-left: 5%;
}

.down_list1_text{
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin-bottom: 22px;
}

.down_list1_btn{
	width: 140px;
	height: 40px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 14px;
	color: #e62129;
	font-weight: bold;
	border: 1px solid #e62129;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.down_list1_btn .icon{
	font-size: 18px;
	margin-left: 7px;
	font-weight: normal;
}
.down_list1_btn:hover{
	color: #222;
	background: #e62129;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.down_list1 dd a:hover{
	box-shadow: 0 0 15px rgba(115,115,115,.2);
}
.down_list1 dd a:hover .list_tt18{
	color: #e62129;
}



/* 销售网络 */
.sales_box1 .wrapper{
	background: url(/v3/d/images/xswl_bg1.jpg) no-repeat center center;
}

.sales_box2{
	background: #f8f8f8;
}
.sales_list2{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.sales_list3{
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	padding-bottom: 27px;
}

.sales_list2 dd{
	width: calc((100% - 39px) / 4);
	padding: 25px 2% 20px;
	margin: 0 13px 20px 0;
	border: 1px solid #d2d2d2;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.sales_list2_tt{
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 13px;
	text-indent: 3em;
}
.sales_list2_con_b{
	max-width: 270px;
	margin: 0 auto;
}
.sales_list2_con_b .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.sales_list2_con_b .item .icon{
	font-size:18px;
	width: 28px;
	height: 28px;
	color: #e62129;
	line-height: 28px;
}
.sales_list2_con_b .item .tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: calc(100% - 28px);
	font-size: 16px;
	line-height: 28px;
}
.sales_list2_con_b .item .tt a{
	color: #222;
}
.sales_list2_con_b .item .tt a:hover{
	color: #e62129;
}
.sales_list2 dd:hover {
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 0 15px rgba(115,115,115,.2);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



/* float_fix */
.float_fix{
	position: fixed;
	right: 0;
	bottom: 30%;
	z-index: 7;
	width: 64px;
}
.float_fix .item{
	display: block;
	width: 64px;
	height: 64px;
	position: relative;
	margin-bottom: 1px;
	background: #f8f8f8;
}
.float_fix .item .item_icon{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 64px;
	height: 64px;
	color: #888;
	font-size: 22px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.float_fix .item .item_con{
	position: absolute;
	right: -180px;
	top: 0;
	width: 160px;
	height: 64px;
	background: #f8f8f8;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	padding-left: 6px;
	color: #222;
	font-weight: bold;
	font-size: 16px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.float_fix .item .item_con .icon{
	font-size: 22px;
	font-weight: normal;
	margin-right: 8px;
	color: #e62129;
}


.float_fix .item .code{
	position: absolute;
	right: -190px;
	top: 0;
	z-index: 8;
	width: 190px;
	height: 190px;
	border: 3px solid #f8f8f8;
}

.float_fix .item:hover .item_con{
	right: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.float_fix .item:hover .item_icon{
	color: #e62129;/* 
	background: #e62129; */
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.float_fix .item:hover .code{
	right: 64px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.float_fix .item:hover .tt{
	color: #e62129;
}

.back_top{
	display: none;
}

.float_fix .item:first-child{
	border-top-left-radius: 10px;
}
.float_fix .item:last-child{
	border-bottom-left-radius: 10px;
}
.float_fix .item:last-child:hover .item_icon{
	border-bottom-left-radius: 10px;
}


.mobile_footer_btn{
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 6;
	width:100%;
	text-align:center;
	background: #f8f8f8;
	box-shadow: 0 0 10px rgba(115,115,115,.3);
}
.mobile_footer_btn a{
	float: left;
	width: 25%;
	height: 50px;
	color: #222;
	display:flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items:center;
	-webkit-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.mobile_footer_btn a .icon{
	display: block;
	font-size: 20px;
}
.mobile_footer_btn a .tt{
	font-size: 14px;
}





/* 专题1 化学软管 */
.zt_banner{
	border-bottom: 2px solid #f9c109;
	margin-top: 141px;
}

.zt1_box1_wrap{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.zt1_box1_tt{
	width: 196px;
}
.zt1_box1_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: calc(100% - 196px);
	padding: 20px 4%;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	background: #f0efef;
}


.zt1_box2_wrap{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.zt1_box2_l{
	width:48%;
}

.zt1_box2_l .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	margin-bottom: 30px;
}
.zt1_box2_l .item:last-child{
	margin-bottom: 0;
}
.zt1_box2_l .item .item_l{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 140px;
	height: 120px;
	font-size: 24px;
	color: #222;
	text-align: center;
	border: 1px solid #d2d2d2;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.zt1_box2_l .item .item_l .icon{
	font-size: 18px;
	border-bottom: 1px solid #222;
	margin-right: 5px;
}
.zt1_box2_l .item .item_r{
	width: calc(100% - 140px);
	padding-left: 17px;
}
.zt1_box2_l .item .item_r .text{
	font-size: 14px;
	line-height: 24px;
}
.zt1_box2_l .item:hover .item_l{
	color: #e62129;
	border-color: #e62129;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.zt1_box2_l .item:hover .item_l .icon{
	border-color: #e62129;
}
.zt1_box2_r{
	width: 49%;
}

.zt1_box3{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	height: 160px;
	background: url(/v3/d/zt/zt1_bg1.jpg) no-repeat center center / cover;
}

.zt1_box3_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	padding-left: 15px;
}
.zt1_box3_con a{
	font-size: 48px;
	line-height: 1;
	color: #e62129;
	font-weight: bold;
}


.zt1_title1{
	position: relative;
	margin-bottom: 50px;
}
.zt1_title1::after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 100%;
	height: 1px;
	background: #d6d6d6;
}
.zt1_title1 .tt{
	position: relative;
	z-index: 2;
	width: 230px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	color: #222;
	font-weight: bold;
	text-align: center;
	background: url(/v3/d/zt/zt1_tt_bg.png) no-repeat center center;
	margin: 0 auto;
}


.zt1_box4{
	padding-bottom: 40px;
}
.zt1_box4_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.zt1_box4_list1 dd{
	width: calc((100% - 60px) / 4);
	text-align: center;
	margin: 0 20px 50px 0 ;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.zt1_box4_list1 dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.zt1_box5{
	background: url(/v3/d/zt/zt1_bg2.jpg) no-repeat center bottom;
	padding-bottom: 150px;
}

.zt1_box5_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.zt1_box5_list1 dd{
	width: calc((100% - 39px) / 4);
	margin: 0 13px 0 0;
	text-align: center;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.zt1_box5_list1 dd .pic{
	padding: 25px;
	border: 1px solid #dcdcdc;
	margin-bottom: 18px;
}
.zt1_box5_list1 dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.zt1_box5_list1 dd:last-child{
	margin-right: 0;
}

.zt_box6{
	padding: 50px 0;
	border-bottom: 1px solid #e5e5e5;
}

.zt_box6_scroll .item .tt{
	margin-bottom: 13px;
}
.zt_box6_scroll .item .text{
	font-size: 14px;
	line-height: 28px;
	color: #666;
	max-width: 1000px;
	margin: 0 auto;
}



.zt1_box8_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;
}

.zt1_box8_l{
	width: 66.7%;
}
.zt1_box8_l a{
	display: block;
	overflow: hidden;
	position: relative;
}
.zt1_box8_l a img{
	display: block;
	width: 100%;
}
.zt1_box8_l a .con{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px 4%;
	background: rgba(255,255,255,.5);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.zt1_box8_l a .con .tt{
	margin-bottom: 8px;
}
.zt1_box8_l a .con .time{
	color: #444;
	font-size: 16px;
}
.zt1_box8_r{
	width: calc(33.3% - 10px);
}

.zt1_box8_r .item{
	margin-bottom: 10px;
}
.zt1_box8_r .item a{
	display: block;
	overflow: hidden;
	position: relative;
}

.zt1_box8_r .item img{
	display: block;
	width: 100%;
}
.zt1_box8_r .item .con{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 3%;
	background: rgba(255,255,255,.5);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.zt1_box8_r .item .con .tt{
	color: #222;
	margin-bottom: 5px;
}

.zt1_box8_r .item .con .time{
	font-size: 14px;
	color: #444;
}



.zt1_box8_l a:hover img,
.zt1_box8_r .item a:hover img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.zt1_box8_l a:hover .con,
.zt1_box8_r .item a:hover .con{
	background: rgba(249,191,0,.8);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.zt1_box9{
	background: url(/v3/d/zt/zt1_bg3.jpg) no-repeat center center / cover;
}
.zt1_box9_scroll .item a{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.zt1_box9_scroll_pic{
	width: 50%;
	overflow: hidden;
}
.zt1_box9_scroll_con{
	width: 50%;
	padding: 20px 2% 20px 4%;
}

.zt1_box9_scroll_con .tt{
	color: #222;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.zt1_box9_scroll_con .time{
	font-size: 16px;
	padding: 15px 0;
}
.zt1_box9_scroll_con .text{
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin-bottom: 25px;
}

.zt1_box9_scroll .item a:hover .zt1_box9_scroll_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.zt1_box9_scroll .item a:hover .zt1_box9_scroll_con .tt{
	color: #e62129;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



.zt_footer{
	background: url(/v3/d/zt/zt_footer_bg.jpg) no-repeat center center / cover;
}


.zt_footer_title{
	margin-bottom: 45px;
}
.zt_footer_title .tt{
	color: #fff;
	margin-bottom: 12px;
}
.zt_footer_title .text{
	font-size: 16px;
	color: #a8a8a8;
}

.zt_footer_form{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	max-width: 1320px;
	margin: 0 auto;
}

.zt_footer_form_text{
	width: calc((100% - 240px) / 3);
	font-size: 14px;
	color: #fff;
	padding-left: 15px;
	border: 1px solid #a0a0a0;
}
.zt_footer_form_text::-webkit-input-placeholder{
	color: #fff;
}


.zt_footer_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;
	padding-top: 65px;
}

.zt_footer_list dd{
	width: 25%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.zt_footer_list dd .icon{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 149px;
	height: 149px;
	font-size: 60px;
	color: #fff;
	border-radius: 50%;
	border:1px solid #fff;
	margin: 0 auto 26px;
}
.zt_footer_list dd .pic{
	margin-bottom: 32px;
}
.zt_footer_list dd .tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.zt_footer_list dd .tt{
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}
.zt_footer_list dd .tt a{
	color: #fff;
}
.zt_footer_list dd .tt a:hover{
	color: #e62129;
}
.zt_footer_list dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}




/* zt2 石油管材软管 */
.zt2_box1_pic{
	overflow: hidden;
	background: #f4f4f4;
	margin-bottom: 6px;
}

.zt2_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;
	margin-bottom: 50px;
}

.zt2_box1_list .item{
	width: calc((100% - 12px) / 3);
	background: #f4f4f4;
	position: relative;
	padding: 80px 60px 55px;
	margin-bottom: 6px;
}
.zt2_box1_list .item1 {
	width: calc((100% - 12px) / 5);
    background: #f4f4f4;
    position: relative;
    padding: 45px 30px 15px;
    margin-bottom: 6px;
    text-align: center;
    margin-top: 20px;
}
.zt2_box1_list_num{
	position: absolute;
	left: 0;
	top: 0;
	width: 72px;
	height: 94px;
	color: #222;
	padding: 20px 0 0 10px;
	background: url(/v3/d/zt/zt2_box1_icon1.png) no-repeat center center;
}
.zt2_box1_list_con .tt{
	color: #e62129;
	margin-bottom: 12px;
}
.zt2_box1_list_con .text{
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

.zt2_yy_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.zt2_yy_list dd{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.zt2_yy_list_pic{
	width: 50%;
	position: relative;
}
.zt2_yy_list_pic::before{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background: #e62129;
}
.zt2_yy_list_pic::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -13px;
	z-index: 2;
	width: 0;
	height: 0;
	border-style: solid;
	border-left-width: 15px;
	border-right-width: 0;
	border-top-width: 15px;
	border-bottom-width:15px;
	border-color:transparent transparent transparent #e62129;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}


.zt2_yy_list_con{
	width: 50%;
	padding: 15px 3%;
}
.zt2_yy_list_con .tt{
	margin-bottom: 18px;
}
.zt2_yy_list_con .text{
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.zt2_yy_list dd:nth-child(2n){
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}
.zt2_yy_list dd:nth-child(2n) .zt2_yy_list_pic::before{
	right: auto;
	left: 0;
}
.zt2_yy_list dd:nth-child(2n) .zt2_yy_list_pic::after{
	right: auto;
	left: -13px;
	border-left-width: 0;
	border-right-width: 15px;
	border-color: transparent #e62129 transparent transparent;
}



.zt2_box3{
	background: url(/v3/d/zt/zt2_case_bg.jpg) no-repeat center top;
}
.zt2_box3_scroll .item{
	max-width: 400px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.zt2_box3_scroll_pic{
	overflow: hidden;
}
.zt2_box3_scroll_con{
	padding: 20px 4%;
	background: #fff;
}
.zt2_box3_scroll_con .time{
	font-size: 16px;
	color: #666;
	padding: 5px 0 10px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.zt2_box3_scroll_con .text{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-bottom: 12px;
}
.zt2_box3_scroll .item:hover .zt2_box3_scroll_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}

.zt2_box3_scroll .owl-item:nth-child(odd) .zt2_box3_scroll_con{
	background: #eee;
}

.zt2_box3_scroll .owl-wrapper-outer,
.zt2_box4_scroll .owl-wrapper-outer{
	padding-bottom: 12px;
}
.zt2_box3_scroll .item:hover,
.zt2_box4_scroll .item:hover{
	box-shadow: 0 5px 10px rgba(115,115,115,.2);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



/* zt2_box4 */
.zt2_box4_title_box{
	height:110px;
	background: url(/v3/d/zt/zt2_zz_bg.jpg) no-repeat center top;
	margin-bottom: 40px;
}

.zt2_box4_title{
	width: 80%;
	max-width: 800px;
	height: 140px;
	position: relative;
	top: -70px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 15px 3%;
	background: #e62129;
}
.zt2_box4_title .ind_title1{
	width: 30%;
	margin-bottom: 0;
}
.zt2_box4_title_text{
	width: 70%;
	font-size: 14px;
	color: #222;
	line-height: 28px;
	padding-left: 5%;
	border-left: 2px solid #222;
}



.zt2_box4_scroll .item{
	overflow: hidden;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.zt2_box4_scroll .item a{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 20px;
	border: 1px solid #dcdcdc
}
.zt2_box4_scroll_pic{
	width: 35%;
}

.zt2_box4_scroll_con{
	width: 65%;
	padding: 15px 3% 15px 6%;
}
.zt2_box4_scroll_con .tt{
	margin-bottom: 16px;
}
.zt2_box4_scroll_con .text{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}


.zt2_box5{
	background: url(/v3/d/zt/zt2_bg2.jpg) no-repeat center center / cover;
}

.zt2_box5_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;
}

.zt2_box5_con_l{
	width: 50%;
	overflow: hidden;
}
.zt2_box5_con_l_pic{
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.zt2_box5_con_l_pic img{
	display: block;
	width: 100%;
}
.zt2_box5_con_l_date{
	position: absolute;
	left: 0;
	top: 0;
	width: 130px;
	height: 90px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	background: #e62129;
	color: #222;
	font-weight: bold;
}

.zt2_box5_con_l_date .days{
	font-size: 20px;
}
.zt2_box5_con_l_date .years{
	font-size: 28px;
}

.zt2_box5_con_l_tt{
	color: #222;
	line-height: 1.3;
}

.zt2_box5_con_l:hover img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}



.zt2_box5_con_r{
	width: 50%;
	padding: 0 2%;
}

.zt2_box5_con_r_list dd{
	margin-bottom: 45px;
}
.zt2_box5_con_r_list dd a{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.zt2_box5_con_r_list dd a .pic{
	width: 35%;
	overflow: hidden;
}
.zt2_box5_con_r_list dd a .con{
	width: 65%;
	padding: 5px 15px;
}
.zt2_box5_con_r_list dd a .con .time{
	font-size: 16px;
	color: #666;
	margin-bottom: 8px;
}
.zt2_box5_con_r_list dd a .con .tt{
	color: #666;
	line-height: 1.5;
	margin-bottom: 0;
}
.zt2_box5_con_r_list dd a:hover .pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}


.zt3_box1_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.zt3_box1_list .item{
	width: 50%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	background: #e62129;
}
.zt3_box1_list .item .con{
	width: 50%;
	padding: 20px 5%;
	color: #222;
}

.zt3_box1_list .item .con .tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	margin-bottom: 17px;
}
.zt3_box1_list .item .con .tt .icon{
	font-size: 32px;
	margin-right: 10px;
}
.zt3_box1_list .item .con .text{
	font-size: 14px;
	line-height: 26px;
}
.zt3_box1_list .item .pic{
	width: 50%;
	overflow: hidden;
}
.zt3_box1_list .item .pic img{
	width: 100%;
}
.zt3_box1_list .item:nth-child(2){
	background: #1b1b1b;
}
.zt3_box1_list .item:nth-child(2) .con{
	color: #fff;
}

.zt3_box1_list .item:nth-child(2) .con .tt{
	color: #fff;
}

/* 专题3 */
.zt3_box2_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.zt3_box2_list1 dd{
	width: 22%;
	overflow: hidden;
	margin: 0 4% 45px 0;
	border-top-left-radius: 80px;
	border-bottom-right-radius: 80px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.zt3_box2_list1 dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.zt3_box3{
	background: url(/v3/d/zt/zt3_bg1.jpg) no-repeat center center / cover;
}
.zt3_box3 .zt1_title1 .tt{
	background-image: url(/v3/d/zt/zt1_tt_bg2.png);
}
.zt3_box3 .zt1_title1::after{
	background: #fff;
}

.zt3_box3_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.zt3_box3_list1 dd{
	width: 17%;
	margin: 0 3.75% 0 0;
}
.zt3_box3_list1 dd .pic{
	margin-bottom: 18px;
	overflow: hidden;
	padding: 20px;
	background: #fff;
	border: 1px solid #dcdcdc;
}
.zt3_box3_list1 dd .pic img{
	display: block;
	width: 100%;
}
.zt3_box3_list1 dd .tt{
	color: #222;
}




.zt3_box4{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.zt3_box4_l{
	width: 45%;
	background: url(/v3/d/zt/zt3_bg2.jpg) no-repeat center center / cover;
}
.zt3_box4_l_con{
	height: 600px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	padding: 20px 15%;
}
.zt3_box4_l_con_tt{
	color: #e62129;
}
.zt3_box4_l_con_time{
	font-size: 16px;
	padding:10px 0 15px;
}
.zt3_box4_l_con_text{
	font-size: 14px;
	line-height: 28px;
	margin-bottom:30px;
}
.more_btn1.colorf{
	color: #fff;
	border-color: #fff;
}
.zt3_box4_l_scroll .owl-controls{
	display: none;
}
.zt3_box4_l_scroll_btn{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-top: 35px;
}
.zt3_box4_l_scroll_prev,
.zt3_box4_l_scroll_next{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 55px;
	height: 55px;
	color: #222;
	font-size: 24px;
	background: #e62129;
	border-radius: 50%;
	margin-right: 15px;
	cursor: pointer;
}
.zt3_box4_l_scroll_prev{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
}




.zt3_box4_r{
	width: 55%;
}
.zt3_box4_r_item{
	display: block;
	width: 85%;
}


.zt3_box6{
	background: url(/v3/d/zt/zt3_bg3.jpg) no-repeat center center / cover;
}


.zt3_box6_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.zt3_box6_list1 dd{
	width: 23%;
	margin-right: 2.66%;
}
.zt3_box6_list1 dd a{
	display: block;
	position: relative;
}
.zt3_box6_list1_con1{
	padding: 15px 0;
}
.zt3_box6_con1_date{
	border: 1px solid #e5e5e5;
	width: 105px;
	height: 100px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	padding: 15px 18px;
	color: #222;
	margin-bottom: 18px;
}
.zt3_box6_con1_date .year{
	font-size: 16px;
	padding-top: 5px;
}

.zt3_box6_con1_tt{
	color: #666;
	margin-bottom: 13px;
}
.zt3_box6_con1_text{
	margin-bottom: 15px;
}

.zt3_box6_list1_con2{
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transform:translateY(30px);
	-webkit-transform: translateY(30px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.zt3_box6_list1_con2_pic{
	overflow: hidden;
}
.zt3_box6_list1_con2_b{
	padding: 17px 7% 20px;
}
.zt3_box6_list1_con2_time{
	font-size: 16px;
	color: #666;
	margin-bottom: 8px;
}

.zt3_box6_list1 dd:hover .zt3_box6_list1_con2{
	opacity: 1;
	transform:translateY(0px);
	-webkit-transform: translateY(0px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



/* zt4 */


.tabChangeCard {
    display: flex;
    justify-content: space-between;
    margin: 50px auto 0;
}


.tabChangeCard a {
    width: 48%;
    cursor: pointer;
    font-size: 28px;
    margin: 0;
    padding: 30px;
}

.zt4_box1_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;
	background: url(/v3/d/zt/zt4_bg1.jpg) no-repeat center center / cover;
	padding: 25px 7%;
	box-shadow: 0 0 15px rgba(115,115,115,.2);
	border-radius: 5px;
	margin-bottom: 45px;
}
.zt4_box1_l{
	width: 47%;
}
.zt4_box1_r{
	width: 47%;
	text-align: center;
}
.zt4_banner { 	
	margin-top: 141px;
	height: 700px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;}

.zt4_box1_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-bottom: 30px;
}
.zt4_box1_list dd{
	width: calc((100% - 96px) / 4);
	margin: 0 32px 32px 0;
}
.zt4_box1_list dd a{
	display: block;
	padding: 13px;
	box-shadow: 0 5px 12px rgba(115,115,115,.2);
}
.zt4_box1_list_pic{
	overflow: hidden;
}
.zt4_box1_list_pic img{
	width: 100%;
}
.zt4_box1_list_con{
	padding: 15px 10px 10px;
}
.zt4_box1_list dd a:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
}




/* zt4_box2 */
.zt4_box2_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;
}

.zt4_box2_l{
	width: 50%;
	padding: 0 3%;
}

.zt4_box2_r{
	width: 50%;
	padding: 30px 3%;
}

.zt4_box2_r .zt4_box1_text{
	margin-bottom: 26px;
}


/* zt4_box3 */
.zt4_box3{
	background: #f8f8f8;
}

.zt4_box3_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.zt4_box3_con_l{
	width: 53.75%;
}
.zt4_box3_con_l img{
	float: left;
	width: 115%;
	max-width: none;
}
.zt4_box3_con_r{
	width: 46.25%;
	position: relative;
	padding: 60px 6%;
	background: #e62129;
}

.zt4_box3_con_r_time{
	font-size: 16px;
	color: #444;
	padding: 14px 0 12px;
}
.zt4_box3_con_r_text{
	color: #444;
	margin-bottom: 26px;
}
.zt4_box3_con_r .more_btn1:hover{
	color: #222;
	border-color: #222 !important;
	background: none;
}


.zt4_box4_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.zt4_box4_list1 dd{
	width: 25%;
	border: 1px solid #f3f3f3;
	margin-left: -1px;
	margin-top: -1px;
}
.zt4_box4_list1 dd a{
	display: block;
	padding: 45px 8%;
}
.zt4_box4_list1_tt{
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
}
.zt4_box4_list1_text{
	font-size: 18px;
	color: #333;
	line-height: 1.5;
}
.zt4_box4_list1 dd a:hover{
	background: #e62129;
	box-shadow: 0 0 10px rgba(115,115,115,.3);
}



/* zt5 */
.zt5_box2_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;
}
.zt5_box2_l{
	width: 50%;
	padding: 0 3%;
}
.zt5_box2_r{
	width: 50%;
	padding: 30px 4%;
}
.zt5_box2_r_text{
	font-size: 14px;
	line-height: 28px;
}
.zt5_box2_r_list{
	padding-top: 18px;
}
.zt5_box2_r_list dd{
	margin-bottom: 15px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
}
.zt5_box2_r_list dd .icon{
	width: 30px;
	height: 26px;
	background: url(/v3/d/zt/zt5_icon.png) no-repeat center center;
}
.zt5_box2_r_list dd .text{
	width: calc(100% - 30px);
	padding-left: 8px;
	font-size: 14px;
	line-height: 26px;
}


.zt5_box3{
	position: relative;
	background: #f8f8f8;
}
.zt5_box3::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 40%;
	height: 100%;
	background: url(/v3/d/zt/zt5_bg1.jpg) no-repeat center center / cover;
}


.zt5_box3_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;
	position: relative;
	z-index: 2;
}

.zt5_box3_l{
	width: 25%;
	max-width: 335px;
}
.zt5_box3_l .zt3_box4_l_scroll_prev,
.zt5_box3_l .zt3_box4_l_scroll_next{
	background: #222;
	color: #e62129;
}


.zt5_box3_r{
	width: 72%;
}

.zt5_box3_r_list .item .pic{
	overflow: hidden;
	padding: 15px;
	background: #fff;
	border: 1px solid #dcdcdc;
	margin-bottom: 18px;
	box-shadow: 0 0 12px rgba(115,115,115,.2);
}
.zt5_box3_r_list .item:hover .pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}


.zt5_box4{
	background: url(/v3/d/zt/zt5_bg2.jpg) no-repeat center center / cover;
}
.zt5_box4_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-top: 15px;
}
.zt5_box4_list1 dd{
	width: 49%;
	margin-right: 2%;
}
.zt5_box4_list1_pic{
	position: relative;
	overflow: hidden;
}
.zt5_box4_list1_pic img{
	width: 100%;
}
.zt5_box4_list1_date{
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	height: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	padding: 20px 10px;
	text-align: center;
	background: rgba(255,255,255,.8);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.zt5_box4_list1_con{
	padding: 15px 10px;
}
.zt5_box4_list1_con .tt{
	margin-bottom: 10px;
}
.zt5_box4_list1_con .text{
	font-size: 14px;
	color: #666;
	line-height: 28px;
}


.zt5_box4_list1 dd a:hover .zt5_box4_list1_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.zt5_box4_list1 dd a:hover .zt5_box4_list1_date{
	background: #e62129;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.zt5_box5_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.zt5_box5_list1 dd{
	width: calc((100% - 20px) / 2);
	margin: 0 20px 20px 0;
}
.zt5_box5_list1 dd:nth-child(2n){
	margin-right: 0;
}

.zt5_box5_list1 dd a{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	border: 1px solid #dcdcde;
	background: #f8f8f8;
}
.zt5_box5_list1 dd .pic{
	width: 33.5%;
	overflow: hidden;
}
.zt5_box5_list1 dd .pic img{
	width: 100%;
}
.zt5_box5_list1 dd .con{
	width: 66.5%;
	padding: 20px 4%;
}
.zt5_box5_list1 dd .con .time{
	font-size: 16px;
	color: #666;
	margin-bottom: 5px;
}
.zt5_box5_list1 dd .con .tt{
	font-weight: normal;
}
.zt5_box5_list1 dd a:hover .pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}



/* 专题6 */
.zt6_box1_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	background: #eee;
}

.zt6_box1_con_l{
	width: 50%;
	padding: 25px 4%;
}
.zt6_box1_con_r{
	width: 50%;
	background: #e62129;
}


.zt6_box2{
	border-top: 2px solid #e5e5e5;
}

.zt6_box2_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-bottom: 50px;
}
.zt6_box2_list1 dd{
	width: calc((100% - 52px) / 5);
	margin: 0 13px 13px 0;
	background: #eee;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.zt6_box2_list1_pic{
	position: relative;
}
.zt6_box2_list1_pic img{
	width: 100%;
}
.zt6_box2_list1_pic .icon{
	position: absolute;
	left: 50%;
	top: 0;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 118px;
	height: 112px;
	color: #e62129;
	background: url(/v3/d/zt/zt6_icon1.png) no-repeat center center / 100% auto;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.zt6_box2_list1_con{
	padding: 25px 6%;
	font-size: 14px;
	color: #666;
	line-height: 28px;
}

.zt6_box2_list1 dd:hover{
	box-shadow: 0 0 12px rgba(115,115,115,.2);
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.zt6_box3{
	background: url(/v3/d/zt/zt6_bg1.jpg) no-repeat center center / cover;
	position: relative;
}
.zt6_box3_title_icon{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: 127px;
}
.zt6_box3_title{
	color: #fff;
	position: relative;
	margin-bottom: 50px;
}
.zt6_box3_title::after,
.zt6_box3_title::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 40%;
	height: 1px;
	background: rgba(255,255,255,.2);
}
.zt6_box3_title::before{
	left: auto;
	right: 0;
}


.zt6_box3_con{
	position: relative;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 65px;
}

.zt6_box3_con_pic{
	position: absolute;
	left: 50%;
	width: 25%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}

.zt6_box3_list1{
	width: 35%;
}
.zt6_box3_list1 dd{
	width: 100%;
	margin-bottom: 50px;
}
.zt6_box3_list1 dd:last-child{
	margin-bottom: 0;
}
.zt6_box3_list1_icon{
	position: relative;
	height: 0;
	border-bottom: 1px dashed #e62129;
	margin-bottom: 25px;
}
.zt6_box3_list1_icon::after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: -10px;
	width: 21px;
	height: 21px;
	background: #e62129;
	border-radius: 50%;
}

.zt6_box3_list1_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.zt6_box3_list1_con .num{
	width: 30px;
	line-height: 28px;
	font-size: 18px;
	color: #e62129;
	font-weight: bold;
}
.zt6_box3_list1_con .text{
	width: calc(100% - 30px);
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	padding-left: 8px;
}

.zt6_box3_list1_r .zt3_box3_list1_icon::after{
	right: auto;
	left: 0;
}
.zt6_box3_b{
	background: rgba(27,27,27,.5);
}
.zt6_box3_b_video a{
	height:125px;
	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;
	font-size: 36px;
}
.zt6_box3_b_video a .icon{
	margin: 0 15px;
}



.zt6_box4{
	background: url(/v3/d/zt/zt6_bg2.jpg) no-repeat center bottom / 100% auto;
}

.zt6_box4_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.zt6_box4_list1 dd{
	width: calc((100% - 42px) / 4);
	margin: 0 14px 14px 0;
	overflow: hidden;
}
.zt6_box4_list1 dd .pic img{
	width: 100%;
}
.zt6_box4_list1 dd:hover img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}



.zt6_box5{
}

.zt6_box5_title1{
	position: relative;
	color: #fff;
	height: 133px;
	line-height: 125px;
	background: url(/v3/d/zt/zt6_bg3.jpg) no-repeat center center / cover;
	border-bottom: 8px solid #e62129;
}
.zt6_box5_title1::after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-left-width: 21px;
	border-right-width: 21px;
	border-top-width: 21px;
	border-bottom-width: 0;
	border-color: #e62129 transparent transparent transparent;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}


.zt6_box5_scroll .item .pic{
	overflow: hidden;
	padding: 15px;
	background: #fff;
	border: 1px solid #dcdcdc;
	margin-bottom: 10px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.zt6_box5_scroll .item .tt{
	text-align: center;
}

.zt6_box5_scroll.owl-theme .owl-controls{
	display: none ;
}
.zt6_box5_scroll .item:hover .pic{
	box-shadow: 0 0 12px rgba(115,115,115,.2);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.zt6_box5_scroll_btn{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	padding-top: 45px;
}
.zt6_box5_scroll_prev,
.zt6_box5_scroll_next{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 70px;
	height: 36px;
	color: #666;
	border: 1px solid #888;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	cursor: pointer;
	margin: 0 8px;
}
.zt6_box5_scroll_prev{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
}
.zt6_box5_scroll_prev:hover,
.zt6_box5_scroll_next:hover{
	color: #222;
	background: #e62129;
	border-color: #222;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.zt6_box6{
	background: url(/v3/d/zt/zt6_bg5.jpg) no-repeat center center / cover;
}
.zt6_box6 .zt1_box3{
	background: none;
}

.zt6_box6 .footer_inq_btn{
	color: #e62129;
	background: #fff;
	border-color: #fff;
}
.zt6_box6 .zt1_box3_con{
	color: #fff;
}
.zt6_box6 .zt1_box3_con a{
	color: #fff;
}



.zt6_box7{
	background: url(/v3/d/zt/zt6_bg6.jpg) no-repeat center center / cover;
}

.zt6_box7 .wrapper{
	background: #fff;
	padding: 40px 4% 35px;
}

/* .zt6_box7_scroll{
	max-width: ;
} */
.zt6_box7_scroll_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;
}
.zt6_box7_scroll_pic{
	width: 48%;
	overflow: hidden;
}
.zt6_box7_scroll_con{
	width: 48%;
}
.zt6_box7_scroll_con_tt{
	position: relative;
}
.zt6_box7_scroll_con_tt .yw{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 84px;
	background: url(/v3/d/zt/zt6_icon4.png) no-repeat left center;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.zt6_box7_scroll_con_time{
	font-size: 16px;
	color: #666;
	padding: 12px 0 16px;
}
.zt6_box7_scroll_con_text{
	color: #444;
	margin-bottom: 30px;
}




.zt6_box8{
	background: url(/v3/d/zt/zt6_bg7.jpg) no-repeat center center /  cover;
}

.zt6_box8_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;
}


.zt6_box8_l{
	width: calc(100% - 460px);
}
.zt6_box8_l_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;
}
.zt6_box8_l_list dd{
	width:48%;
	margin-bottom: 20px;
}
.zt6_box8_l_list dd a{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.zt6_box8_l_list dd a .time{
	width: 60px;
	font-size: 16px;
	line-height: 30px;
	position: relative;
}
.zt6_box8_l_list dd a .time::after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 13px;
	background: #444;
	margin-top: -6px;
}
.zt6_box8_l_list dd a .text{
	width: calc(100% - 60px);
	font-size: 16px;
	color: #666;
	padding-left: 15px;
	line-height: 30px;
	white-space:nowrap;overflow: hidden;text-overflow:ellipsis;
}


.zt6_box8_r{
	width: 425px;
}
.zt6_box8_r a{
	display: block;
	overflow: hidden;
	position: relative;
}
.zt6_box8_r a img{
	width: 100%;
}
.zt6_box8_r a .tt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	padding: 0 10px 14px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:flex-end;
	-ms-justify-content:flex-end;
	-webkit-justify-content:flex-end;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	background: url(/v3/d/zt/zt6_bg8.png) repeat-x center bottom / auto 100%;
	margin-bottom: 0;
}
.zt6_box8_r a:hover img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
