/**
 *               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: "Graphik-Regular", sans-serif, arial, verdana;
}

input,
button,
textarea,
select,
button {
	font-family: "Graphik-Regular", sans-serif, arial, verdana;
}

.bgf5 {
	background: #f5f5f5;
}

.bgf8 {
	background: #f8f8f8;
}

.header_box {
	height: 0;
}

.header {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	padding: 0 0 0 5%;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
	position: relative;
	z-index: 2;
}
.header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.header.hover{
	background: #222;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.header_b {
	border-bottom: 1px solid rgba(255, 255, 255, .24);
}

.logo {
	width: 230px;
	height: 100px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}

.logo img {
	max-width: 100%;
	max-height: 100%;
}


.menu_dl_box {
	width: calc(100% - 814px);
	padding: 0 3%;
}

.menu_dl {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}

.menu_dl dd {
	margin: 0 30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menu_tt {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	font-size: 16px;
	height: 100px;
	color: #fff;
	text-transform: capitalize;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menu_tt .icon {
	font-size: 16px;
	margin-left: 5px;
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menu_tt::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	opacity: 0;
	background: #f08519;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menu_dl dd.hover .menu_tt .icon {
	color: #f08519;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menu_dl dd.hover .menu_tt::after {
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menu_down {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 2;
	width: 100%;
	background: #444;
}


.menu_down_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;
}

.menu_down_l {
	width: 32.15%;
	background: #333;
	padding: 50px 3% 50px 5%;
}

.menu_down_r {
	width: 67.85%;
	padding: 50px 5% 50px 3%;
}

.menu_down_l a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	padding-left: 4%;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #444;
}

.menu_down_l a.hover {
	background: #444;
}

.menu_down_r_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;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.menu_down_r_tabs_item_l {
	width: 50%;
}

.menu_down_r_tabs_item_list a {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
}

.menu_down_r_tabs_item_list a .icon {
	width: 24px;
}

.menu_down_r_tabs_item_list a .tt {
	width: calc(100% - 24px);
}

.menu_down_r_tabs_item_list a:hover {
	color: #f08519;
	transform: translateX(3px);
	-webkit-transform: translateX(3px);
}

.menu_down_r_tabs_item_r {
	width: 45%;
}

.menu_down_r_tabs_item_l_text {
	color: #fff;
}








.header_r {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: flex-end;
	-ms-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}

.header_r_con {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.header_sm {
	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: 100px;
	padding: 0 17px 0 0;
	border-right: 1px solid rgba(255, 255, 255, .15);
}

.header_sm .icon {
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	margin: 0 4px;
}
.header_sm .icon:hover{
	color: #f08519;
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
}

.header_r_720,
.header_r_search {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	width: 90px;
	height: 100px;
	color: #fff;
	font-size: 40px;
	background: rgba(255, 255, 255, .15);
	border-right: 1px solid rgba(255, 255, 255, .15);
	cursor: pointer;
}

.header_r_search {
	font-size: 28px;
}

.header_r_lag {
	width: 280px;
	height: 100px;
	position: relative;
	background: rgba(255, 255, 255, .15);
}

.header_r_lag_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;
	color: #fff;
	height: 100px;
	cursor: pointer;
}

.header_r_lag_tt .icon1 {
	font-size: 26px;
}

.header_r_lag_tt .tt {
	padding: 0 7px;
	font-size: 18px;
}

.header_r_lag_tt .icon2 {
	font-size: 14px;
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
}

.header_r_lag_down {
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 140px;
	background: #fff;
	padding: 10px 0;
	margin-left: -70px;
}

.header_r_lag_down a {
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #333;
	text-align: center;
}

.header_r_lag_down a:hover {
	color: #f08519;
}


.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;
	text-transform: uppercase;
}

.search_box_sub {
	width: 40px;
	height: 40px;
	color: #f08519;
	font-size: 28px;
	font-weight: bold;
	background: none;
	border: 0;
}

.search_box_close {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	color: #999;
	margin-left: 10px;
	border: 0;
	background: none;
}

.search_box_close:hover {
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}



/*
 * wap head
 */
.mobile_header {
	display: none;
	clear: both;
	width: 100%;
	height: 52px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.mobile_header_top {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 7;
	width: 100%;
	height: 52px;
	background: #222;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}


.mobile_logo {
	width: 220px;
	height: 52px;
	margin-left: 15px;
}

.mobile_logo img {
	display: block;
	height: 52px;
	max-height: auto;
	width: auto;
}

.mobile_menu_btn {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	width: 54px;
	height: 52px;
	cursor: pointer;
}

.mobile_menu_btn span {
	display: block;
	height: 3px;
	width: 28px;
	background: #fff;
	border-radius: 4px;
	margin-bottom: 6px;
}

.mobile_menu_btn span:last-child {
	margin-bottom: 0;
}

.mobile_search_icon {
	width: 40px;
	height: 52px;
	color: #fff;
	font-size: 26px;
	line-height: 52px;
	text-align: center;
	margin-right: 52px;
	cursor: pointer;
}

.mobile_header.hover {
	background: rgba(0, 0, 0, .5);
	box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.mobile_menu_box {
	position: fixed;
	right: -110%;
	top: 0;
	z-index: 8;
	width: 75%;
	height: 100%;
	background: #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: calc(100% - 44px);
	color: #333;
	font-size: 18px;
	line-height: 24px;
	padding: 10px 0;
	text-transform: capitalize;
}

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

.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;
	transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
}

.mobile_menu_down {
	display: none;
	padding: 6px 0 10px 12px;
}

.mobile_menu_down_clm {
}

.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;
	text-transform: capitalize;
}

.mobile_menu_down_clm_tt .tt {
	width: calc(100% - 50px);
	color: #333;
	line-height: 20px;
	font-size: 14px;
	text-transform: capitalize;
	padding: 5px 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: 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);
	-ms-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: 20px;
	color: #f08519;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	border: none;
	background: none;
}

.mobile_menu_b {
	margin-top: 40px;
}

.mobile_menu_b_clm {
	margin-bottom: 25px;
}

.mobile_menu_b_clm .tt {
	font-size: 16px;
	color: #333;
	margin-bottom: 8px;
}

.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: 16px;
	color: #333;
	padding-bottom: 18px;
}

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

.mobile_lag_text a {
	color: #333;
	font-size: 14px;
	margin-right: 25px;
}



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

.mobile_menu_mask {
	z-index: 8;
}










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

.banner {
	clear: both;
}

.banner .item a {
	display: block;
	overflow: hidden;
	position: relative;
}

.banner .item a .tt {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 760px;
	width: 80%;
	text-align: center;
	font-family: "GTWalsheimPro-Regular";
	font-weight: bold;
	color: #fff;
	transform: translate(-50%, -50%);
}


.banner_num_box {
	position: absolute;
	left: 5.5%;
	bottom: 55px;
	z-index: 2;
	font-size: 24px;
	color: rgba(255, 255, 255, .5);
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}

.banner_num_box .banner_num {
	color: #fff;
}

.banner_btn_box {
	position: absolute;
	right: 5.5%;
	bottom: 40px;
	z-index: 2;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: flex-end;
	-ms-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}

.banner_btn {
	width: 58px;
	height: 58px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.banner_btn_prev{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
}
.banner_btn .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	width: 38px;
	height: 38px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: -19px 0 0 -19px;
}

.banner_btn .circle {
	width: 100%;
	height: 100%;
}


.banner.owl-theme .owl-controls,
.ind_box1_r_scroll.owl-theme .owl-controls{
	display: none !important;
}


.scroll_dots.owl-theme .owl-dots {
	width: 100%;
	padding-top: 25px;
}

.scroll_dots.owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background: rgba(240,133,25,.5);
	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 {
	width: 40px;
	background: #f08519;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.fz60 {
	font-size: 54px;
}

.fz48 {
	font-size: 40px;
}

.fz36 {
	font-size: 36px;
}

.fz30 {
	font-size: 30px;
}

.fz24 {
	font-size: 24px;
}

.public_text1 {
	font-size: 14px;
	line-height: 30px;
}

.public_text2 {
	font-size: 16px;
	line-height: 30px;
}


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


.public_btn_box {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.public_btn {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	color: #222;
	font-size: 16px;
	width: 180px;
	height: 48px;
	border-radius: 24px;
	background: #f08519;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.public_btn .icon {
	font-size: 18px;
	margin:0 6px;
}

.public_btn2{
	height: 48px;
	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: #f08519;
	border: 1px solid #f08519;
	border-radius: 24px;
	padding: 0 34px;
}
.public_btn2 .icon{
	font-size: 22px;
	margin-right: 6px;
}
.public_btn2:hover{
	color: #222;
	background: #f08519;
}
.ind_box3_l_b{
	padding-top: 20px;
}
.ind_box3_l_b .public_btn2{
	margin-left: 20px;
}

.ind_box3_r{
	position: relative;
	overflow: hidden;
}
.ind_box3_r a>img{
	width: 100%;
}
.ind_box3_r_video_btn{
	width: 100%;
	height: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}

.ind_box3_r_video .ind_box3_r_video_btn{
	position: absolute;
	left: 0;
	top: 0;
}
.ind_box3_r_video_btn .icon{
	width: 100%;
	height: 100%;
	position: relative;
}
.ind_box3_r_video .ind_box3_r_video_btn .icon{
	width: 125px;
	height: 125px;
}
.ind_box3_r_video_btn .icon>img{
	position: relative;
	z-index: 2;
}
.ind_box3_r_video_btn .icon .line1,
.ind_box3_r_video_btn .icon .line2,
.ind_box3_r_video_btn .icon .line3{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	border: 1px solid #fff;
	transform: translate(-50%,-50%);
	transform-origin: center center;
}
.ind_box3_r_video_btn .icon .line1{
	animation:aaaa3 3s infinite linear; 
	animation-delay: -1s;
}
.ind_box3_r_video_btn .icon .line2{
	animation:aaaa3 3s infinite linear; 
	animation-delay: 0s;
}
.ind_box3_r_video_btn .icon .line3{
	animation:aaaa3 3s infinite linear; 
	animation-delay: 1s;
}

  @keyframes aaaa3 {
	0% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}
	50% {
		width: 150%;
		height: 150%;
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
  }
.ind_box3_r_video:hover a>img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}






.main_content {
	padding: 100px 0;
}

.main_content2 {
	padding-top: 100px;
}

.main_content3 {
	padding-bottom: 100px;
}


.ind_title1 {
	margin-bottom: 30px;
}

.ind_title1 .tt{
	color: #fff;
	line-height: 1.2;
	font-family: "BarlowSemiCondensed-Bold";
}
.ind_title1 .line{
	width: 60px;
	height: 5px;
	background: #f08519;
	margin: 25px 0 0;
}
.ind_title1 .text {
	color: #666;
	padding-top: 18px;
}


.ind_box1{
	background: url(../images/ind_bg1.jpg) repeat-x center bottom ;
	padding: 30px 0 40px;
}
/*.ind_box1 .ind_title1,*/
/*.ind_box2 .ind_title1{*/
/*    margin-left: 4%;*/
/*}*/

.ind_box1_l_item_tt{
	line-height: 1.5;
	color: #fff;
	height: 72px;
	overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	margin-bottom: 20px;
}
.ind_box1_l_item_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ind_box1_l_item_list .item{
    width: 49%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.ind_box1_l_item_list .item .icon{
	width: 50px;
	font-size: 48px;
	color: #f08519;
	text-align: center;
}
.ind_box1_l_item_list .item .tt{
	padding-left: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}



.ind_box1_r_scroll{

}
.ind_box1_r_scroll .item .pic{
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
}
.ind_box1_r_scroll .item:hover .pic img{
    transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
}




.ind_box2{
	position: relative;
}
.ind_box2 .ind_title1{
    width: 100%;
    position: absolute;
    left: 0;
    top: 30px;
}


.ind_box2_scroll_item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-ms-align-items:flex-end;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	text-align: right;
	width: 70%;
	max-width: 800px;
	
}
.ind_box2_scroll_item_tt{
	color: #fff;
}
.ind_box2_scroll_item_text{
	margin: 35px 0 60px;
}


.ind_box2_scroll_bars_box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 5%;
	background: rgba(34,34,34,.7);
}

.ind_box2_scroll_bars{
	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;
	border-left: 1px solid rgba(255,255,255,.2);
}

.ind_box2_scroll_bars .item{
	width: calc(100% / 6);
	border-right: 1px solid rgba(255,255,255,.2);
}
.ind_box2_scroll_bars .item a{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	color: #999;
	height: 200px;
	padding: 10px 15px;
	text-align: center;
}
.ind_box2_scroll_bars .item .icon{
	font-size: 60px;
	margin-bottom: 15px;
}
.ind_box2_scroll_bars .item .tt{
	font-size: 14px;
	line-height: 24px;
}
.ind_box2_scroll_bars .item.hover a{
	color: #222;
	background: #f08519;
}

.ind_box2_tabs_item_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;
    width: 100%;
    height: 100%;
}
.ind_box2_tabs_item_con img{
   width: 100%;
}


.ind_box2_btn{
	display: none;
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 40px;
	height: 240px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	line-height: 240px;
	margin-top: -120px;
	cursor: pointer;
}
.ind_box2_btn_prev{
	left: 0;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
}
.ind_box2_btn_next{
	right: 0;
}


.ind_box3{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ind_box3_l{
	width: 39.5%;
	padding: 15px 4%;
	background: #222;
	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;
}


.ind_box3_r{
	width: 60.5%;
	background: #222;
}

.ind_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;
	background: #333;
}
.ind_box4_l{
	width: 39.5%;
	padding: 40px 4%;
}
.ind_box4_l_tt{
	color: #f08519;
	font-family: "BarlowSemiCondensed-Bold";
	margin-bottom: 12px;
}
.ind_box4_l_text{
	color: #999;
	font-size: 18px;
	line-height: 32px;
}


.ind_box4_r{
	width: 60.5%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ind_box4_r .item{
	width: calc(100% / 3);
	height: 210px;
	background: #e57a1b;
	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;
	color: #222;
}
.ind_box4_r .item .icon{
	font-size: 60px;
	margin-bottom: 20px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box4_r .item .tt{
	font-size: 18px;
	line-height: 1.4;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box4_r .item:nth-child(2){
	background: #f08519;
}
.ind_box4_r .item:hover .icon,
.ind_box4_r .item:hover .tt{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.ind_box5{
	background: #222;
}
.ind_box5_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.ind_box5_l{
	width: 45%;
}
.ind_box5_r{
	width: 50%;
}
.ind_box5_l_b{
	margin-bottom: 90px;
}

.ind_box5_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;
}
.ind_box5_l_list .item{
	width: calc((100% - 25px) / 2);
	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;
	color: #999;
	height: 120px;
	margin: 0 0 25px 0;
	background: #333;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box5_l_list .item .num{
	width: 50%;
	font-size: 72px;
	font-family: "BarlowSemiCondensed-Bold";
	text-align: center;
}
.ind_box5_l_list .item .con{
	width: 48%;
	font-size: 14px;
	line-height: 24px;
}
.ind_box5_l_list .item:hover{
	color: #222;
	background: #f08519;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.ind_box6{
	background: url(../images/ind_bg4.jpg) no-repeat center center fixed;
	padding: 60px 0 70px;
}
.ind_box6_title{
	margin-bottom: 30px;
}


.ind_box6_con{
	color: #fff;
	line-height: 1.4;
	font-family: "BarlowSemiCondensed-Bold";
}
.ind_box6_con .tt{
	color: #f08519;
}

.ind_box7{
	background: #222;
}

.ind_box7_title_box{
	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-bottom: 25px;
}

.ind_box7_title_r .public_btn2{
	margin-left: 30px;
}



.ind_box7_con{
	padding-left: 5%;
}

.ind_box7_scroll_item{
	display: block;
	position: relative;
}
.ind_box7_scroll_pic{
	overflow: hidden;
}
.ind_box7_scroll_con{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	background: rgba(56,56,56,.9);
	padding: 20px 5%;
	opacity: 0;
	transform:translateY(30px);
	-webkit-transform: translateY(30px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box7_scroll_time{
	font-size: 14px;
	color: #fff;
	margin-bottom: 12px;
}
.ind_box7_scroll_tt{
	color: #fff;
	line-height: 1.5;
	margin-bottom: 40px;
}

.ind_box7_scroll_item:hover .ind_box7_scroll_con{
	opacity: 1;
	transform:translateY(0px);
	-webkit-transform: translateY(0px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.ind_box8{
	background: url(../images/footer_inq_bg.jpg) no-repeat center center / cover;
	padding: 70px 0 80px;
}

.ind_box8_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: 1354px;
	margin: 0 auto;
	padding-top: 45px;
}

.ind_box8_form_l{
	width: calc(100% - 220px);
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ind_box8_form_text{
	width: calc((100% - 120px) / 3);
	margin: 0 40px 0 0;
	border: none;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.ind_box8_form_text::-webkit-input-placeholder{
	color: #fff;
}

.ind_box8_form_btn{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 220px;
	height: 48px;
	font-size: 16px;
	color: #222;
	border-radius: 24px;
	background: #f08519;
}




.footer{
	background: #222;
}
.footer_t{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 70px 0;
}
.footer_t .wrapper{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.footer_t_l{
	width: 21%;
}
.footer_t_logo{
	display: block;
	margin-bottom: 24px;
}
.footer_t_logo img{
    height: 50px;
}

.footer_t_l_text{
	color: #999;
	margin-bottom: 35px;
}

.footer_sm{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.footer_sm .item{
	width: 120px;
	font-size: 18px;
	color: #999;
	margin: 0 10px 10px 0;
}


.footer_t_r{
	width: 72%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}


.footer_t_r_item_quick{
	width: 15%;
	min-width: 154px;
}
.footer_t_r_item_title{
	color: #fff;
	font-family: "BarlowSemiCondensed-Bold";
	margin-bottom: 20px;
}
.footer_t_r_item_title::after{
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #f08519;
	margin-top: 25px;
}

.footer_t_r_item_list a{
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #999;
	padding: 7px 0;
}
.footer_t_r_item_list a:hover{
	color: #f08519;
	transform:translateX(3px);
	-webkit-transform:translateX(3px);
}
.footer_t_r_item_tt{
	color: #f08519;
	font-family: "BarlowSemiCondensed-Bold";
	margin-bottom: 23px;
}

.footer_t_r_item_tel{
	display: block;
	color: #fff;
	padding-bottom: 20px;
	border-bottom: 1px solid #333333;
	margin-bottom: 24px;
}
.footer_t_r_item_contact_list .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
}
.footer_t_r_item_contact_list .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	padding: 8px 0;
}
.footer_t_r_item_contact_list .item .icon{
	width: 30px;
	color: #f08519;
	font-size: 30px;
	text-align: center;
}
.footer_t_r_item_contact_list .item .con{
	width: calc(100% - 30px);
	font-size: 14px;
	color: #999;
	line-height: 30px;
	padding-left: 10px;
}
.footer_t_r_item_contact_list .item .con a{
	color: #999;
}
.footer_t_r_item_contact_list .item .con a:hover{
	color: #f08519;
}

.footer_t_r_item_pro{
	width: 34%;
}

.footer_t_r_item_contact{
	width: 40%;
}


.footer_b .wrapper{
	border-top: 1px solid #333;
	padding: 30px 0;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.footer_b{
	color: #999;
	font-size: 14px;
	line-height: 24px;
}
.footer_b a{
	color: #999;
}
.footer_b a:hover{
	color: #f08519;
}
.footer_b_text{
	width: calc(100% - 60px);
}
.footer_b_back{
	width: 46px;
	height: 46px;
	line-height: 46px;
	color: #999;
	text-align: center;
	color: #fff;
	border: 1px solid #999;
	border-radius: 50%;
	transform: rotateZ(-90deg);
	-webkit-transform: rotateZ(-90deg);
	-ms-transform: rotateZ(-90deg);
	cursor: pointer;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer_b_back:hover{
	color: #f08519;
	border-color: #f08519;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
















/* float_fix */
.float_fix {
	position: fixed;
	right: 1px;
	bottom: 18%;
	z-index: 3;
	width: 50px;
}

.float_fix .item {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 1px;
	position: relative;
}

.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: 50px;
	height: 50px;
	font-size: 24px;
	color: #fff;
	background: #f08519;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.float_fix .item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.float_fix .item:hover .item_icon {
	opacity: 0.9;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.float_fix .item.back_top .item_icon {
	color: #fff;
	background: #999;
}

.float_fix .item .item_pic {
	position: absolute;
	right: -100%;
	top: 0;
	width: 120px;
	height: 120px;
	padding: 5px;
	opacity: 0;
	background: #fff;
	box-shadow: 0 0 5px rgba(115, 115, 115, .2);
}

.float_fix .item:hover .item_pic {
	opacity: 1;
	right: 100%;
}


.mobile_footer_btn {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
	text-align: center;
	background: #333435;
	box-shadow: 0 0 10px rgba(115, 115, 115, .3);
}

.mobile_footer_btn a {
	float: left;
	width: 25%;
	height: 50px;
	color: #fff;
	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;
}




/* about */
.sub_banner_about{
	position: relative;
	overflow: hidden;
}

.sub_banner_about_con{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-top: 100px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

.sub_banner_about_tt{
	font-size: 72px;
	color: #fff;
	font-family: "BarlowSemiCondensed-Bold";
	margin-bottom: 15px;
}
.sub_banner_about_text{
	font-size: 18px;
	line-height: 2;
	color: #fff;
	max-width: 1200px;
	margin-bottom: 60px;
}
.sub_banner_about_text a{
	color: #fff;
}

.sub_banner_about_video{
	display: block;
	text-align: center;
}
.sub_banner_about_video a{
	display: block;
	position: relative;
	width: 60px;
	height: 60px;
}



.about_box1{
	background: #222;
}
.about_box1_t{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 77px;
}

.about_box1_l{
	width: 49%;
}
.about_box1_r{
	width: 45%;
}

.about_box1_b{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.about_box1_b dd{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	width: 24%;
	color: #999;
	padding: 40px 2%;
	border-bottom: 5px solid #333;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.about_box1_b dd .num{
	width: 48%;
	text-align: right;
	font-size: 72px;
	font-family: "BarlowSemiCondensed-Bold";
}
.about_box1_b dd .tt{
	width: 48%;
	font-size: 18px;
	line-height: 1.5;
}
.about_box1_b dd:hover{
	color: #222;
	background: #f08519;
	border-bottom-color: #f08519;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.about_box2,
.about_box6{
	background: url(../images/about_bg1.jpg) no-repeat center center / cover; 
}
.about_box2_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;
	max-width: 1500px;
}
.about_box2_list dd{
	width: calc(90% / 6);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.about_box2_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: 175px;
	height: 175px;
	font-size: 72px;
	color: #999;
	border-radius: 50%;
	margin:0 auto 25px;
	border: 1px solid #999;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.about_box2_list dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.about_box2_list dd .tt{
	color: #999;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.about_box2_list dd:hover .icon{
	color: #222;
	border-color: #f08519;
	background: #f08519;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.about_box2_list dd:hover .tt{
	color: #f08519;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.about_box2_list{
	padding-top: 4%;
}


.about_box3{
	background: #f08519;
	padding: 70px 0;
}
.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: 52%;
	font-size: 40px;
	color: #222;
	font-family: "BarlowSemiCondensed-Bold";
	line-height: 1.5;
}

.about_box3_r{
	width:40%;
}
.about_box3_r_form{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	border-radius: 24px;
	overflow: hidden;
}
.about_box3_r_form_text{
	width: calc(100% - 150px);
	height: 48px;
	line-height: 48px;
	padding-left: 20px;
	background: #fff;
}
.about_box3_r_form_btn{
	width: 150px;
	color: #f08519;
	font-size: 16px;
	height: 48px;
	background: #222;
}




.about_box4{
	background: #222222;
}
.about_box4_bars_scroll_box{
	position: relative;
	padding: 0 5%;
	margin-bottom: 50px;
}
.about_box4_bars_scroll_box::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 14px;
	width: 100%;
	height: 1px;
	background: #666;
}


.about_box4_bars_scroll{
	width: 100%;
	position: relative;
}
.about_box4_bars_scroll::before{
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	width: 1px;
	height: 19px;
	background: #666;
}


.about_box4_bars_scroll .item{
	position: relative;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	padding-bottom: 82px;
}
.about_box4_bars_scroll .item::before{
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	width: 1px;
	height: 19px;
	background: #666;
}
.about_box4_bars_scroll .item::before{
	left: 0;
}

.about_box4_bars_scroll .item .line{
	position: absolute;
	width: 1px;
	height: 3px;
	background: #666;
}
.about_box4_bars_scroll .item .line.line1{
	left: calc(100% / 6);
	top: 12px;
}
.about_box4_bars_scroll .item .line.line2{
	left: calc((100% / 6) * 2);
	top: 16px;
}
.about_box4_bars_scroll .item .line.line3{
	left: calc((100% / 6) * 3);
	top: 12px;
}
.about_box4_bars_scroll .item .line.line4{
	left: calc((100% / 6) * 4);
	top: 16px;
}
.about_box4_bars_scroll .item .line.line5{
	left: calc((100% / 6) * 5);
	top: 12px;
}
.about_box4_bars_scroll .item .item_con{
	position: absolute;
	left: 50%;
	top: 0;
	width: 70px;
	text-align: center;
	transform: translate(-50%,0);
}
.about_box4_bars_scroll .item .item_con .item_icon{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	
	border: 0;
	margin: 0 auto 12px;
}
.about_box4_bars_scroll .item .item_con .item_icon .icon{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
}
.about_box4_bars_scroll .item .item_con .num{
	opacity: 0;
	font-size: 24px;
	color: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.about_box4_bars_scroll .swiper-slide.swiper-slide-active .item .item_con .item_icon{
	border:10px solid #f08519;
}
.about_box4_bars_scroll .swiper-slide.swiper-slide-active .item .item_con .num{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.about_box4_tabs_scroll_box{
	width: 100%;
	padding-left: 5%;
}

.about_box4_tabs_scroll .swiper-slide{
	height: 100%;
}
.about_box4_tabs_scroll .con{
	padding: 30px 7%;
	height: 100%;
	color: #999;
	background: #333333;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.about_box4_tabs_scroll .con .tt{
	font-size: 24px;
	font-family: "BarlowSemiCondensed-Bold";
	margin-bottom: 10px;
}
.about_box4_tabs_scroll .swiper-slide{
	height: auto !important;
}
.about_box4_tabs_scroll .swiper-slide.swiper-slide-active .con{
	background: url(../images/his_bg.jpg) no-repeat center center / cover;
	color: #222;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.about_box5{
	background: url(../images/about_bg2.jpg) no-repeat center center fixed;
	padding: 250px 0;
}
.about_box5_tt{
	line-height: 1.5;
	font-family: "BarlowSemiCondensed-Bold";
	width: 90%;
	max-width: 1350px;
}


.about_box6_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;
	padding-top: 2%;
	margin-bottom: 60px;
}
.about_box6_bars .item{
	width: auto;
	padding: 0 50px;
	color: #fff;
	font-size: 18px;
	border-radius: 24px;
	background: #333;
	margin: 0 15px;
	cursor: pointer;
	text-transform: capitalize;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.about_box6_bars .item.hover{
	color: #222;
	background: #f08519;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.about_box6_scroll .item{
	padding: 15px;
	background: #333;
}
.about_box6_scroll .item:hover img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.about_box6_scroll_scrollbar{
	position: static !important;
	left: auto !important;
	bottom: auto !important;
	margin-top: 65px;
	background: #333 !important;
}
.about_box6_scroll_scrollbar .swiper-scrollbar-drag{
	background: #f08519;
}



/* contact */
.sub_banner{
	position: relative;
	overflow: hidden;
}

.contact_box1{
	background: url(../images/contact_bg1.jpg) no-repeat center center / cover;
}

.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% - 90px) / 4);
	background: #2a2a2a;
	padding: 45px 2%;
	color: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.contact_list1 dd .icon{
	font-size: 60px;
	line-height: 1;
	margin-bottom: 30px;
}
.contact_list1 dd .tt a{
	color: #fff;
}
.contact_list1 dd:hover{
	color: #222;
	background: #f08519;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.contact_list1 dd:hover .tt a{
	color: #222;
}


.contact_box2{
	background: #222;

}
.contact_box2_form{
	max-width: 1400px;
	margin: 0 auto;
}
.contact_form_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.contact_form_list dd{
	width: 47%;
	margin-bottom: 27px;
}
.contact_form_list dd.ddw{
	width: 100%;
}
.contact_form_text,
.contact_form_area{
	width: 100%;
	border: none;
	color: #999;
	font-size: 16px;
	border-bottom: 1px solid #474747;
}
.contact_form_text{
	line-height: 60px;
}
.contact_form_area{
	height: 110px;
	resize: none;
	line-height: 1.5;
	background: none;
}
.contact_form_text::-webkit-input-placeholder,
.contact_form_area::-webkit-input-placeholder{
	color: #999;
}

.contact_form_btn_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-top: 1.5%;
}
.contact_form_btn{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 220px;
	height: 48px;
	font-size: 16px;
	color: #222;
	background: #666;
	border-radius: 24px;
}
.contact_form_btn .icon{
	font-size: 18px;
	margin-right: 10px;
}
.contact_form_btn.hover{
	color: #222;
	background: #f08519;
	margin-right: 30px;
}


.contact_box3{
	background: #222;
}

.contact_box3_map{
	position: relative;
	max-width: 1521px;
	margin: 0 auto;
}
.contact_box3_item{
	position: absolute;
	z-index: 2;
	width: 26px;
	height: 26px;
}
.contact_box3_item_rela{
	width: 26px;
	height: 26px;
	position: relative;
}
.contact_box3_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: 26px;
	height: 26px;
	background: rgba(240,133,25,.2);
	border-radius: 50%;
}
.contact_box3_item_icon .icon{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #f08519;
}
.contact_box3_item_con{
	display: none;
	position: absolute;
	left: 40px;
	bottom: 40px;
	width: 300px;
	height: 110px;
	background: #f08519;
	padding: 16px 20px;
	color: #222;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
}
.contact_box3_item_con .tt{
	font-size: 18px;
	font-family: "Graphik-Bold";
	margin-bottom: 7px;
}
.contact_box3_item_con .text{
	font-size: 14px;
	line-height: 24px;
}

.contact_box3_item:hover .contact_box3_item_con{
	display: block;
}



/* factory */
.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% - 90px) / 4);
	background: #333;
	margin: 0 30px 30px 0;
}
.fac_list1 dd a{
	display: block;
	padding: 10px 10px 0;
}
.fac_list1 dd .pic {
	overflow: hidden;
}
.fac_list1 dd .pic img{
	width: 100%;
}
.fac_list1 dd .tt{
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 68px;
}
.fac_list1 dd:hover .pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}

.factory_box2{
	background: url(../images/fac_bg1.jpg) no-repeat center top;
}

.factory_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;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-bottom: 70px;
}
.factory_box2_scroll_btn_box{
	width: 140px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
}
.factory_box2_scroll_btn{
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 26px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background: #333;
	cursor: pointer;
}
.factory_box2_scroll_btn.prev{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
}
.factory_box2_scroll_btn.next{
	background: #f08519;
	color: #222;
}

.factory_box2_scroll .item{
	padding: 10px 10px 0;
	background: #333;

}
.factory_box2_scroll .item .pic{
	overflow: hidden;
}
.factory_box2_scroll .item .pic img{
	width: 100%;
}
.factory_box2_scroll .item .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;
	font-size: 16px;
	color: #fff;
	text-align: center;
	height: 85px;
	line-height: 1.2;
}
.factory_box2_scroll .item:hover .pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.factory_box2_scroll.owl-theme .owl-dots{
	display: none !important;
}



.factory_box3_con {
	padding: 0 100px;
	position: relative;
}
.factory_box3_con::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #fff;
}


.factory_box3_scroll_item .icon{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
}

.factory_box3_scroll_item {
	width: calc(100% + 90px * 2);
	max-width: 380px;
	margin: 0 auto;
	-ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
	flex-shrink: 0;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	position: relative;
}
.factory_box3_scroll_item_con{
	width: 100%;
	height: auto;
}

.factory_box3_scroll_item .pic{
	overflow: hidden;
}
.factory_box3_scroll_item .pic img{
	width: 100%;
}
.factory_box3_scroll_item .tt{
	height: 60px;
	font-size: 18px;
	padding: 0 15px;
	color: #fff;
    background: #333;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.factory_box3_scroll_item_con:hover img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.factory_box3_scroll .swiper-slide:nth-child(odd) .factory_box3_scroll_item {
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
	align-items: flex-start;
}

.factory_box3_scroll .swiper-slide:nth-child(even) .factory_box3_scroll_item {
    
	-ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.factory_box3_scroll_btn{
    font-size: 26px;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 2;
	top: 50%;
	top: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
	border-radius: 50%;
	background: #333;
    outline: none;
	cursor: pointer;
	margin-top: -30px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.factory_box3_scroll_btn.prev{
	left: 0;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
}

.factory_box3_scroll_btn.next{
    right: 0;
}

.factory_box3_scroll_btn.hover{
    color: #222;
    background: #f08519;
}

.aboBoxSix1::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 56px * 2);
    height: 2px;
    background: #bbbbbb;
}

.aboBoxSeven1_lunbo .swiper-slide a {
    display: block;
    border: 10px solid #f5f5f5;
    padding: 18px 22px;
    background: #f9fcfc;
    box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
}

.aboBoxSeven1_lunbo .swiper-slide a .img_box img {
    width: 100%;
}

.aboBoxSeven1_dots {
    padding-top: 50px;
    text-align: center;
}


/* news_list */
.sub_bars_box{
	background: #222;
}
.sub_bars_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.sub_bars_list a{
	font-size: 18px;
	line-height: 1.3;
	height: 100px;
	color: #fff;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	padding: 0 60px;
	text-transform: capitalize;
}
.sub_bars_list a.hover{
	color: #222;
	background: #f08519;
}



.news_box1{
	background: #333;
}

.news_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.news_list1 dd{
	width: calc((100% - 60px) / 2);
}
.news_list1_pic{
	display: block;
	overflow: hidden;
}
.news_list1_pic img{
	width: 100%;
}
.news_list1_con{
	padding: 30px 0 10px;
}
.news_list1_tt{
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 10px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.news_list1_text{
	color: #999;
	margin-bottom: 18px;
}
.news_list1_b{
	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;
	font-size: 14px;
	color: #999;
	padding-top: 10px;
}

.news_list1_b_date{
	font-size: 14px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
a.news_list1_b_more{
	color: #999;
}
.news_list1 dd:hover .news_list1_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.news_list1 dd:hover .news_list1_tt{
	color: #f08519;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.news_list2{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.news_list2 dd{
	width: calc((100% - 80px) / 3);
	padding: 10px;
	background: #333;
	margin: 0 40px 40px 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.news_list2 dd .news_list1_con{
	padding: 30px 10px 20px;
}

.news_list2 dd:hover .news_list1_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.news_list2 dd:hover{
	background: #f08519;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.news_list2 dd:hover .news_list1_tt{
	color: #222;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.news_list2 dd:hover .news_list1_b,
.news_list2 dd:hover .news_list1_b .news_list1_b_more{
	color: #222;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


/* page */
.page_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 3% 0 2%;
}

.page_box a{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #fff;
	font-size: 16px;
	width: 56px;
	height: 56px;
	background: #333;
	margin: 0 10px;
}
.page_box a.hover,
.page_box a:hover{
	color: #222;
	background: #f08519;
}
.page_box a.page_btn{
	width: auto;
	padding: 0 25px;
}


/* news_det */
.news_det_title1{
	color: #fff;
	line-height: 1.3;
}
.news_det_tip{
	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: 30px 0 55px;
	border-bottom: 1px solid #666;
}
.news_det_tip .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	margin: 0 16px;
	font-size: 14px;
	color: #999;
}
.news_det_tip .item .icon{
	font-size: 18px;
	margin-right: 10px;
}

.news_det_con{
	padding: 32px 0;
	color: #fff;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

.news_det_tags{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 44px 0 10px;
}
.news_det_tags_tt{
	width: 60px;
	color: #fff;
	font-size: 16px;
	font-family: "Graphik-Bold";
}

.news_det_tags_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.news_det_tags_con a{
	font-size: 16px;
	color: #fff;
	margin: 0 30px 10px 0;
}
.news_det_tags_con a:hover{
	color: #f08519;
}

.case_det_page{
	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: 2%;
}
.case_det_page_item{
	width: 48.5%;
	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;
	color: #fff;
	height: 60px;
	font-size: 16px;
	padding: 0 30px;
	background: #333333;
}
.case_det_page_item .tt{
	width: 45px;
	font-size: 16px;
}
.case_det_page_item .text{
	width: calc(100% - 45px);
}
.case_det_page_item:hover{
	color: #222;
	background: #f08519;
}


.rela_news_box{
	background: #1e1e1e;
}

.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% - 80px) / 3);
	margin: 0 40px 40px 0;
	background: #333333;
	position: relative;
}
.pro_list1_pic{
	display: block;
	overflow: hidden;
}
.pro_list1_pic img{
}

.pro_list_con{
	padding: 20px 25px 40px;
	border-top: 1px solid #222;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_list_tt{
	color: #fff;
	line-height: 1.5;
	font-family: "Graphik-Bold";
	margin-bottom: 12px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.pro_list_text{
	color: #999;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.pro_list_float{
	display: block;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 2;
	width: 100%;
	background: #444;
	padding: 30px 30px 40px;
	border-top: 1px solid #222;
	transform: translateY(-30px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_list_float_t{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 34px;
}
.pro_list_float_t .item{
	width: 31%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.pro_list_float_t .item .icon{
	width: 42px;
	font-size: 42px;
	text-align: center;
	color: #f08519;
}
.pro_list_float_t .item .con{
	width: calc(100% - 42px);
	padding-left: 7px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}
.pro_list_float_b{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_list_float_btn{
	width: 49%;
	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: 48px;
	color: #f08519;
	font-size: 16px;
	border: 1px solid #f08519;
	border-radius: 24px;
	max-width:200px;
}
.pro_list_float_btn .icon{
	font-size: 22px;
	margin-right: 8px;
}
.pro_list_float_btn.hover{
	color: #222;
	background: #f08519;
	margin-right: 2%;
}


.pro_list1 dd:hover .pro_list1_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.pro_list1 dd:hover .pro_list_con{
	background: #444;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_list1 dd:hover .pro_list_tt{
	color: #f08519;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_list1 dd:hover .pro_list_text{
	color: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_list1 dd:hover .pro_list_float{
	
	opacity: 1;
	transform: translateY(0);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	pointer-events:auto;
}



.pro_list2 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: #f08519;
}
.pro_list2_con{
	width: 51.5%;
	color: #222;
	padding: 20px 3%;
}
.pro_list2_con_tt{
	font-family: "Graphik-Bold";
}
.pro_list2_con_line{
	width: 80px;
	height: 1px;
	background: #222;
	margin: 32px 0 30px;
}

.pro_list2_pic{
	width: 48.5%;
	overflow: hidden;
}
.pro_list2_pic img{
	width: 100%;
}
.pro_list2 dd a:hover .pro_list2_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}




/* pro_det */
.pro_det_t{
	padding: 230px 0 60px;
	background: url(../images/pro_det_bg1.jpg) no-repeat center center / cover;
}


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

.pro_det_t_l{
	width: 42%;
}
.pro_det_title1{
	color: #fff;
	line-height: 1.4;
	font-family: "Graphik-Bold";
	margin-bottom: 40px;
}
.pro_det_t_l_list{
	border-top: 1px dashed #666;
	margin-bottom: 55px;
}	
.pro_det_t_l_list .clm{
	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: 22px 0;
	border-bottom: 1px dashed #666;
}
.pro_det_t_l_list .clm .item{
	width: 49%;
	position: relative;
	line-height: 30px;
	color: #fff;
	font-size: 18px;
	padding-left: 20px;
}
.pro_det_t_l_list .clm .item::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f08519;
	margin-top: -4px;
}

.pro_det_pic_scroll{
	width: 54%;
}
.pro_det_pic_scroll .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.pro_det_pic_scroll .item img{
	width: auto !important;
	max-width: 100% !important;
}

.pro_det_b_bars_box{
	height: 180px;
	width: 100%;
}
.pro_det_b_bars_rela{
	width: 100%;
	background: #333333;
}
.pro_det_b_bars{
	width: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	border-left: 1px solid #222;
}
.pro_det_b_bars .item{
	width: calc(100% / 6);
	height:180px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	color: #fff;
	text-align: center;
	padding: 10px;
	border-right: 1px solid #222;
}
.pro_det_b_bars .item .icon{
	font-size: 44px;
	margin-bottom: 22px;
}
.pro_det_b_bars .item .tt{
	font-size: 18px;
}

.pro_det_b_bars .item.hover{
	color: #222;
	background: #f08519;
}


.pro_det_b_tabs_item1_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_b_tabs_item1_l{
	width: 47%;
}

.pro_det_b_tabs_item1_r{
	width: 47%;
}
.pro_det_b_tabs_item1_r a{
	display: block;
	position: relative;
	overflow: hidden;
}
.pro_det_b_tabs_item1_r a>img{
	display: block;
	width: 100%;
}
.pro_det_b_tabs_item1_r a:hover>img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.pro_det_b_tabs_item1_r a .icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}

.pro_det_b_tabs_item2{
	background: url(../images/pro_det_bg2.jpg) no-repeat center center / cover;
}
.pro_det_b_tabs_item2_con{
	color: #999;
}

.pro_det_b_tabs table{
	width: 100%;
}
.pro_det_b_tabs table tr {
	background: #444444;
}
.pro_det_b_tabs table tr:nth-child(2n){
	background: #333;
}
.pro_det_b_tabs table tr td{
	font-size: 18px;
	color: #fff;
	padding: 10px 10px;
	border: 1px solid #222;
}
.pro_det_b_tabs table tr:first-child{
	background: #f08519;
}
.pro_det_b_tabs table tr:first-child td{
	color: #222;
	font-size: 24px;
}


.pro_det_app_scroll .item a{
	display: block;
	position: relative;
	overflow: hidden;
}
.pro_det_app_scroll .item .pic{
	overflow: hidden;
}
.pro_det_app_scroll .item .tt{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 23;
	width: 100%;
	font-size: 18px;
	color: #fff;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-ms-align-items:flex-end;
	height: 80%;
	padding: 0 4% 25px;
	text-align: center;
	background: -webkit-linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	background: -moz-linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
}
.pro_det_app_scroll .item:hover img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}

#pro_det_b_tabs_item6{
	background: #1d1d1d;
}


/* pro_cover */

.sub_banner_procover{
	padding: 280px 0  85px;
	background: url(../images/pro_cover_bg.jpg) no-repeat center center / cover;
}

.sub_banner_procover_con_text{
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	padding-top: 15px;
	margin-bottom: 70px;
}


.pro_cover_scroll .item{
	position: relative;
}

.pro_cover_scroll_con1_pic{
	overflow: hidden;
}
.pro_cover_scroll_con1_pic img{
	width: 100%;
}
.pro_cover_scroll_con1_con{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 20px 10%;
	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;
	color: #fff;
	text-align: center;
	background:rgba(34,34,34,.4);
}

.pro_cover_scroll_con1_con .icon{
	font-size: 70px;
	margin-bottom: 18px;
}
.pro_cover_scroll_con1_con .tt{
	font-size: 18px;
	line-height: 1.5;
	font-family: "Graphik-Bold";
}



.pro_cover_scroll_con2{
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f08519;
	padding: 20px 8%;
	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;
	color: #222;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_cover_scroll_con2_icon{
	font-size: 70px;
	margin-bottom: 17px;
}
.pro_cover_scroll_con2_tt{
	font-size: 18px;
	color: #222;
	font-family: "Graphik-Bold";
	margin-bottom: 14px;
}
.pro_cover_scroll_con2_text{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 45px;
}

.pro_cover_scroll_con2_list{
	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;
}
.pro_cover_scroll_con2_list a{
	width: calc((100% - 20px) / 2);
	font-size: 14px;
	color: #222;
	line-height: 22px;
	padding: 9px 10px;
	text-align: center;
	border: 1px solid #222;
	margin:0 0 20px 0;
}
.pro_cover_scroll_con2_list a:hover{
	color: #f08519;
	background: #222;
}


.pro_cover_scroll .item:hover .pro_cover_scroll_con2{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.pro_cover_scroll_rela{
	position: relative;
}

.pro_cover_scroll_next{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	height: 90%;
	width: 100px;
	text-align: center;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #fff;
	font-size: 42px;
	cursor: pointer;
}




.download_list dd{
  margin-bottom: 40px;
}
.download_list dd a{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  justify-content:space-between;
  -ms-justify-content:space-between;
  -webkit-justify-content:space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items:center;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  background: #272727;
}
.download_list_pic{
  width: 540px;
  overflow: hidden;
  background: #333333;
}
.download_list_pic img{
  width: 100%;
}
.download_list_con{
  width: calc(100% - 540px);
  padding: 20px 4%;
}
.download_list_tt{
  color: #f08519;
  line-height: 1.3;
  font-family: "Graphik-Bold";
}
.download_list_text{
  padding: 14px 0 44px;
}
.download_list_text .clm{
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items:center;
  line-height: 30px;
  padding: 5px 0;
}
.download_list_text .clm .icon{
  width: 30px;
  color: #f08519;
  font-size: 24px;
}
.download_list_text .clm .tt{
  width: calc(100% - 30px);
  color: #fff;
  font-size: 18px;
}
.download_list .public_btn{
  width: 250px;
}

.download_list dd a:hover .download_list_pic img{
  transform:scale(1.03,1.03);
  -webkit-transform:scale(1.03,1.03);
}
