/**
 *               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
 */
/*
 * author 229343733@qq.com
 */



html,body{
	font-family: 'Roboto-Regular', sans-serif,arial,verdana;
	font-weight: 400;
}
input, button, textarea,select{
	font-family: 'Roboto-Regular', sans-serif,arial,verdana;
}
.bgf4{
	background: #f4f8fa;
}
.bgf5{
	background: #f5f5f7;
}
.bgf6{
	background: #f6f6f6;
}
.bgf8{
	background: #f8f8f8;
}


.header_box{
	height: 126px;
}

.header.hover{
	position: relative;
}

.logo{
	width: 31.25%;
	height: 118px;
	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: #fff;
	position: relative;
}
.logo::after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 800px;
	height: 118px;
	background: #fff;
}
.logo img{
	position: relative;
	z-index: 2;
	display: block;
	max-width: 100%;
	max-height: 100%;
}


.header .wrapper{
	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;
}
.header{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 4;
	width: 100%;
	background: #004083;
	border-top: 8px solid #0b5099;
}
.header.hover{
	position: relative;
}

.header_r{
	width: 68.75%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	position: relative;
}
.header_r::after{
	content: "";
	display: block;
	position: absolute;
	right:100%;
	top: 0;
	width: 89px;
	height: 118px;
	background: url(../images/menu_icon.png) no-repeat center center;
}
.menu_dl_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: calc(100% - 100px);
	height: 118px;
}


.menu_dl{
	width: 100%;
	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;
}
.menu_dl dd{
	position: relative;
}
.menu_tt{
	display: block;
	font-size: 20px;
	line-height: 114px;
	color: #fff;
	white-space: nowrap;
	text-transform: capitalize;
	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 0.26vw;
	border-bottom: 4px solid transparent;
}

.menu_down{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 3;
	width: 250px;
	padding:5px 0;
	background: #1c64b0;
	box-shadow: 0 2px 5px rgba(50,50,50,.15);
}
.menu_down 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;
	font-size: 18px;
	color: #fff;
	font-family: "Roboto-Medium";
	line-height: 24px;
	padding: 8px 20px 8px 30px;
	border-bottom: 1px solid #357dc9;
}
.menu_down a .tt{
	width: calc(100% - 28px);
}
.menu_down a .icon{
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 16px;
}
.menu_down a:last-child{
	border-bottom: none;
}


.menu_dl dd.hover .menu_tt{
	border-bottom-color: #1fb9e8;
}


.header_b_r{
	width: 90px;
	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;
}

.header_b_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: 40px;
	height: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	cursor: pointer;
}


.header_b_lag{
	height: 40px;
	display: block;
	position: relative;
}

.header_b_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;
	height: 40px;
	width: 40px;
	color: #fff;
	font-size: 26px;
	text-align: center;
	cursor: pointer;
}
.header_b_lag_down{
	display: none;
	position: absolute;
	right: 0;
	top: 40px;
	z-index: 2;
	width: 130px;
	padding: 3px 10px;
	box-shadow: 0 2px 6px rgba(115,115,115,.2);
	background: #fff;
}

.header_b_lag_down 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;
	font-size: 16px;
	color: #666;
	text-align: center;
	line-height: 24px;
	padding: 8px 0;
	border-bottom: 1px solid #e5e5e5;
}
.header_b_lag_down a:last-child{
	border-bottom: none;
}
.header_b_lag_down a:hover{
	color: #004083;
}



.search_box{
	display: none;
	position: fixed;
	left:50%;
	top: 50%;
	margin:-30px 0 0 -450px;
	z-index: 15;
	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: #004083;
	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: 14;
	width: 100%;
	height: 52px;
	background: #fff;
	box-shadow: 0 0 5px rgba(50,50,50,.2);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.mobile_logo{
	height: 52px;
	background: #fff;
	margin-left: 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;
	padding: 0 15px;
}
.mobile_logo img{
	height: 38px;
	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 .line{
	display: block;
	height: 3px;
	width: 28px;
	background: #004083;
	border-radius: 4px;
	margin-bottom: 6px;
}
.mobile_menu_btn .line:last-child{
	margin-bottom: 0;
}

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


.mobile_menu_box{
	position: fixed;
	right: -110%;
	top:0;
	z-index: 15;
	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;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	-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% - 50px);
	color: #333;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 0;
	font-family: "Roboto-Medium";
	text-transform: capitalize;
}
.mobile_menu_dl dd.hover .mobile_menu_tt .text{
	color: #02a2e5;
}
.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{
	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;
	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: 18px;
	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_down_clm.hover .mobile_menu_down_clm_tt .icon{
	-webit-transition: all 0.5s;
	transition: all 0.5s;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
}
.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: 13;
	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: #02a2e5;
	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: 16px;
	margin-right: 25px;
}



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




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



.banner .banner_bars{
	position: absolute;
	z-index: 3;
	bottom: 2.6vw !important;
	width: 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;
}
.banner .banner_bars .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #fff;
	margin: 0 8px;
	opacity: 1;
	border-radius: 5px !important;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.banner .banner_bars .swiper-pagination-bullet-active{
	background: #004083;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}






.scroll_dots .scroll_dots_bars{
	position: relative;
	padding-top: 30px;
	z-index: 3;
	bottom: auto !important;
	width: 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;
}
.scroll_dots .scroll_dots_bars .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #c6c6c6;
	margin: 0 5px;
	border-radius: 10px;
}
.scroll_dots .scroll_dots_bars .swiper-pagination-bullet-active{
	background: #1fb9e8;
}







.fwb{
	font-family: "Roboto-Bold";
}
.fwm{
	font-family: "Roboto-Medium";
}
.fwl{
	font-family: "Roboto-Light";
}

.fz48{
	font-size: 48px;
}
.fz42{
	font-size: 48px;
}
.fz40{
	font-size: 40px;
}
.fz36{
	font-size:36px;
}
.fz30{
	font-size: 30px;
}
.fz24{
	font-size: 24px;
}
.fz22{
	font-size: 22px;
}
.fz20{
	font-size: 20px;
}
.fz18{
	font-size: 18px;
}
.fz16{
	font-size: 16px;
}


.public_text1{
	font-size: 16px;
	line-height: 30px;
}
.public_text2{
	font-size: 14px;
	line-height: 30px;
}
.public_text3{
	font-size: 14px;
	line-height: 26px;
}



.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: #fff;
	font-size: 18px;
	width: 215px;
	height: 44px;
	background: #ff5800;
	border-radius: 22px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.public_btn .icon{
	font-size: 20px;
	margin-right: 9px;
}

.sub_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;
}
.sub_wrap2{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.main_content{
	padding-top: 4.69vw;
	padding-bottom: 4.69vw;
}
.main_content2{
	padding-top: 4.69vw;
}
.main_content3{
	padding-bottom: 4.69vw;
}

.ind_title1{
	margin-bottom: 38px;
}
.ind_title1 .tt_box{
	position: relative;
	font-family: "akzidenzgroteskbq-xbold";
}
.ind_title1 .tt_box .tt2{
	font-size:100px;
	color: #eef1f5;
	line-height: 0.9;
}
.ind_title1 .tt_box .tt{
	color: #444;
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	line-height: 1;
}
.ind_title1 .tt_box .tt span{
	color: #1fb9e8;
}
.ind_title1 .text{
	padding-top: 1.3vw;
}



.ind_box1{
	background: #fff url(../images/ind_bg1.png) no-repeat center bottom;
}



.ind_box1_bars{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 45px;
}
.ind_box1_bars .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;
	padding: 0 3.13vw;
	color: #004083;
	line-height: 50px;
	font-size: 18px;
	border: 1px solid #004083;
	margin: 0 6px 10px;
	transform: skewX(-22deg);
	-webkit-transform: skewX(-22deg);
	cursor: pointer;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box1_bars .item .tt{
	transform: skewX(22deg);
	-webkit-transform: skewX(22deg);
}
.ind_box1_bars .item.hover{
	color: #fff;
	background: #004083;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



.ind_box1_tabs_item_wrap{
	padding: 36px 4.27vw 55px;
}


.ind_box1_l{
	width: 26.8%;
}
.ind_box1_l_tt{
	line-height: 1.2;
	margin-bottom: 7px;
}
.ind_box1_l_text{
	margin-bottom: 28px;
}

.ind_box1_l_clm{
	margin-bottom: 3.49vw;
}
.ind_box1_l_clm .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	padding: 5px 0;
}
.ind_box1_l_clm .item .icon{
	width: 36px;
	height: 36px;
	font-size: 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;
	color: #004083;
}
.ind_box1_l_clm .item .tt{
	width: calc(100% - 36px);
	font-size: 16px;
	line-height: 1.2;
	color: #666;
	padding-left: 8px;
}
.ind_box1_l_clm .item .tt span{
	color: #2376cc;
}


.ind_box1_l_btn{
	display: block;
	width: 200px;
	line-height: 42px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #1fb9e8;
}

.ind_box1_m{
	width: 27.34vw;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	position: relative;
	margin-right: 3.13vw;
}
.ind_box1_m img{
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}
.ind_box1_m::after{
	content: "";
	position: absolute;
	left: 0;
	top:0;
	display: none;
	width:27.34vw;
	height: 27.34vw;
	background: #ebf9fd;
	border-radius: 50%;
}


.ind_box1_r{
	width: 260px;
}
.ind_box1_r_item{
	display: block;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	padding: 1.04vw;
	border: 1px solid #c4e0f2;
	margin-bottom: 12px;
	box-shadow: 0 4px 10px rgba(50,50,50,.2);
}

.ind_box1_r_item_pic{
	width: 100%;
	padding: 0 25px;
}
.ind_box1_r_item_tt{
	font-size: 18px;
	color: #004083;
}

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



.ind_box2_t{
	padding: 60px 0 35px;
}

.ind_box2_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;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	background: url(../images/ind_bg2.png) no-repeat center center;
}

.ind_box2_b_item{
	width: 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;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	text-align: center;
	padding: 99px 8% 150px;
}

.ind_box2_b_item_tt{
	line-height: 1.2;
}
.ind_box2_b_item_text{
	margin: 5px 0 20px;
}


.ind_box3{
	background: #004083;
	padding: 70px 0 50px;
}


.ind_box3_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ind_box3_list dd{
	width: 20%;
	text-align: center;
	padding: 0 1.4vw;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box3_list dd .icon{
	font-size: 70px;
	line-height: 1.2;
	margin-bottom: 16px;
}
.ind_box3_list dd .tt{
	font-size: 16px;
	line-height: 22px;
}
.ind_box3_list dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.ind_box4{
	padding: 6.3vw 0;
	min-height: 773px;
	background: url(../images/ind_bg3.png) no-repeat center center / cover;
}

.ind_box4_l{
	width:33.33vw;
	margin-left: 8.33vw;
}
.ind_box4_r{
	width: 55%;
	height: 100%;
	position: relative;
}
.ind_box4_r_video{
	margin-left: -43px;
}
.ind_box4_l_tt{
	line-height: 1.2;
	margin-bottom: 1.82vw;
}
.ind_box4_l_text{
	width:90%;
	margin-bottom: 3.49vw;
}


.ind_box5{
	padding-bottom: 65px;
}
.ind_box5_scroll_item a{
	display: block;
	position: relative;
	overflow: hidden;
}
.ind_box5_scroll_item a::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(198,221,248,.5);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box5_scroll_item_pic{
	overflow: hidden;
}
.ind_box5_scroll_item_pic img{
	width: 100%;
}
.ind_box5_scroll_item_tt{
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 66px;
	text-align: center;
	background: rgba(0,64,130,.79);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box5_scroll_item_icon img{
	display: block;
	width: 100%;
}

.ind_box5_scroll_item_box{
	height: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content:flex-end;
	-ms-justify-content:flex-end;
	-webkit-justify-content:flex-end;
}
.ind_box5_scroll .swiper-slide .ind_box5_scroll_item{
	transform:scale(0.85,0.85);
	-webkit-transform:scale(0.85,0.85);
	transform-origin: center bottom;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box5_scroll .swiper-slide.swiper-slide-active .ind_box5_scroll_item{
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.ind_box5_scroll .swiper-slide.swiper-slide-active .ind_box5_scroll_item a::after{
	opacity: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box5_scroll .swiper-slide.swiper-slide-active .ind_box5_scroll_item_tt{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.ind_box5_scroll .scroll_dots_bars{
	padding-top: 15px;
}

.ind_box5_scroll_btn{
	position: absolute;
	top: 42%;
	z-index: 2;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 64px;
	height: 64px;
	font-size: 26px;
	color: #fff;
	background: #4f7fb2;
	cursor: pointer;
	border-radius: 50%;
}
.ind_box5_scroll_btn.prev{
	left: 19.27vw;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
}
.ind_box5_scroll_btn.next{
	right: 19.27vw;
}


.ind_box6{
	padding: 30px 0 30px;
	background: url(../images/ind_bg4.png) no-repeat center top 30px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.ind_box6_l{
	width: 45.375%;
}


.ind_box6_list dd{
	margin-bottom: 3px;
}
.ind_box6_list dd:last-child{
	margin-bottom: 0;
}
.ind_box6_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;
	padding:10px 20px;
	overflow: hidden;
}
.ind_box6_list_l{
	width: calc(100% - 100px);
}
.ind_box6_list_l .tt{
	font-size: 16px;
	color: #444;
	line-height: 1.5;
	margin-bottom: 5px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box6_list_l .time{
	color: #888;
	font-size: 16px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.ind_box6_list_r{
	width: 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;	
	position: relative;
}
.ind_box6_list_r .num{
	position: absolute;
	left: 50%;
	font-size: 88px;
	line-height: 1;
	color: #f3f3f3;
	font-family: "impact";
	transform: translate(-50%,0);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.ind_box6_list dd a:hover{
	background: #004083;
}
.ind_box6_list dd a:hover .ind_box6_list_l .tt,
.ind_box6_list dd a:hover .ind_box6_list_l .time{
	color: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box6_list dd a:hover .ind_box6_list_r .num{
	font-size: 128px;
	color: rgba(31,185,232,.42);
	top: 85%;
}







.ind_box6_r{
	width: 50%;
	padding:30px 0 0 ;
	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;
	
	position: relative;
}
.ind_box6_r_scroll{
	width: 87.5%;
	padding-bottom: 10px;
	margin: 0 20px 0 auto !important;
}
.ind_box6_r_scroll .scroll_dots_bars{
    padding-top: 0;
}

.ind_box6_r_scroll_item{
	display: block;
	position: relative;
	overflow: hidden;
	box-shadow: 0 3px 12px rgba(50,50,50,.2);
}
.ind_box6_r_scroll_item .pic{
	overflow: hidden;
}
.ind_box6_r_scroll_item .pic img{
	width: 100%;
}
.ind_box6_r_scroll_item .tt{
	font-size: 18px;
	color: #222;
	line-height: 74px;
	background: #fff;
	position: relative;
	z-index: 2;
	padding: 0 5px;
	white-space:nowrap;overflow: hidden;text-overflow:ellipsis;
}

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


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

.footer_t_l{
	width: 28.4375%;
}

.footer_t_l_logo{
	display: block;
	padding-bottom: 13px;
	border-bottom: 1px solid #dcdcdc;
}
.footer_t_l_text{
	padding: 20px 0 25px;
}

.footer_sm{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.footer_sm .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: 33px;
	height: 33px;
	font-size: 18px;
	border-radius: 50%;
	background: #e5effb;
	margin: 0 15px 0 0;
}
.footer_sm .icon:last-child{
	margin-right: 0;
}

.footer_sm .icon:nth-child(1){
	color: #1b80d2;
}
.footer_sm .icon:nth-child(2){
	color: #45d7f8;
}
.footer_sm .icon:nth-child(3){
	color: #017bb6;
}
.footer_sm .icon:nth-child(4){
	color: #da1a79;
}
.footer_sm .icon:nth-child(5){
	color: #cc1822;
}


.footer_sm .icon:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
}

.footer_t_m{
	width: 273px;
}
.footer_t_title{
	font-size: 24px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
}
.footer_t_contact_list{
	padding: 10px 0 0;
}
.footer_t_contact_list .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	padding: 5px 0;
}
.footer_t_contact_list .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: 24px;
	height: 24px;
	font-size: 20px;
	color: #fff;
}
.footer_t_contact_list .item .tt{
	width: calc(100% - 24px);
	padding-left: 7px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}
.footer_t_contact_list .item .tt a{
	color: #fff;
}


.footer_t_r{
	width: 38.4375%;
}
.footer_t_r_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;
	padding-top: 18px;
}
.footer_t_r_form dd{
	width: calc((100% - 12px) / 2);
	margin: 0 0 12px 0;
}
.footer_t_r_form dd.ddw{
	width: 100%;
}

.footer_t_r_form_text,
.footer_t_r_form_area{
	display: block;
	width: 100%;
	height: 45px;
	font-size:14px;
	color: #fff;
	padding-left: 15px;
	background: rgba(172,202,237,.7);
	border: 1px solid rgba(238,238,238,.7);
}
.footer_t_r_form_text::-webkit-input-placeholder,
.footer_t_r_form_area::-webkit-input-placeholder{
	color: #fff;
}	
.footer_t_r_form_area{
	height: 96px;
	padding: 12px 15px;
	resize: none;
}

.footer_t_r_form_btn{
	width: 294px;
	height: 45px;
	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: 14px;
	background: #1fb9e8;
	border: none;
}
.footer_t_r_form_btn .icon{
	font-size: 18px;
	margin-right: 6px;
}

.footer_b{
	background: #386397;
	padding: 7px 0;
}



.float_fixed{
	position: fixed;
	right: 0;
	bottom: 20%;
	z-index: 3;
	width: 67px;
	box-shadow: 0 0 15px rgba(50,50,50,.2);
}
.float_fixed .item{
	display: block;
	width: 67px;
	height: 63px;
	font-size: 32px;
	color: #2395d9;
	line-height: 63px;
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #dae3ef;
}
.float_fixed .item:last-child{
	border-bottom: none;
}
.float_fixed .item:hover{
	color: #fff;
	background: #2395d9;
}



/* sub_banner */
.sub_banner{
	position: relative;
}

.location{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 78px;
	font-size: 18px;
	color: #fff;
	background: url(../images/location_bg.png) no-repeat left center;
}
.location .wrapper{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.location .icon{
	font-size: 20px;
	margin-right: 5px;
}
.location a{
	color: #fff;
	margin: 0 3px;
}



.about_box1{
	position: relative;
	background: #f5f5f7;
}
.about_box1::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10.73vw;
	background: #d3e2f4;
}
.about_box1_title{
	line-height: 1.2;
	margin-bottom: 20px;
}

.about_box1_text{
	margin-bottom: 30px;
}
.about_box1_pic{
	position: relative;
	z-index: 2;
}


.about_box2{
	background: #d3e2f4;
}
.about_box2_text{
	margin-bottom: 3.39vw;
}


.about_box3{
	background: #f5f5f7;
}
.about_box3_icon{
	font-size: 58px;
	line-height: 1;
	color: #1fb9e8;
	margin-bottom: 1.34vw;
}
.about_box3_title1{
	line-height: 1.4;
	margin-bottom: 3.39vw;
}

.about_box3_tabs_item{
	position: relative;
}

.about_box3_scroll .swiper-slide{
	border-radius: 10px;
	overflow: hidden;
}
.about_box3_scroll .swiper-slide:hover img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}

.about_box3_scroll_btn{
	position: absolute;
	top: 45%;
	
	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: 65px;
	height: 65px;
	color: #fff;
	font-size: 32px;
	border-radius: 50%;
	background: #6288b1;
	cursor: pointer;
}
.about_box3_scroll_btn.prev{
	left: -84px;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
}
.about_box3_scroll_btn.next{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
	right: -84px;
}


.about_box4_title{
	margin-bottom: 40px;
}
.about_box4_title .tt{
	line-height: 1.2;
}
.about_box4_title .text{
	padding-top: 1.04vw;
}


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

.about_box4_item{
	width: 47%;
	margin: 0 2% 0 1%;
	border-radius: 10px;
	overflow: hidden;
	transform: skewX(-8deg);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.about_box4_item a{
	display: block;
}
.about_box4_item_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;
	overflow: hidden;
}
.about_box4_item_pic img{
	width: 100%;
	transform: skewX(8deg) scale(1.06,1.06);
}
.about_box4_item_tt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 18px;
	line-height: 58px;
	color: #fff;
	background: rgba(31,185,232,.7);
}
.about_box4_item_tt .tt{
	width: 100%;
	padding: 0 10px;
	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;
	transform: skewX(8deg);
}
.about_box4_item_tt .tt .icon{
	font-size: 20px;
	margin-left: 8px;
}

.about_box4_item:hover .about_box4_item_pic img{
	transform: skewX(8deg) scale(1.1,1.1);
}

.case_page_text{
	margin-bottom: 3.65vw;
}


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

.case_list1 dd{
	width: calc(93.75% / 2);
	margin-bottom: 60px;
}
.case_list1_item{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.case_list1_pic{
	overflow: hidden;
}
.case_list1_pic img{
	width: 100%;
}
.case_list1_tt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 66px;
	padding: 0 10px;
	background: rgba(0,64,131,.8);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.case_list1 dd:hover .case_list1_item{
	box-shadow: 0 0 18px rgba(50,50,50,.3);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.case_list1 dd:hover .case_list1_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.case_list1 dd:hover .case_list1_tt{
	background: rgba(31,185,232,.8);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



.page{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 30px 0;
}
.page a{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 46px;
	height: 46px;
	font-size: 18px;
	color: #444;
	font-family: "Roboto-Medium";
	border: 1px solid #d3d3d3;
	margin: 0 4px 4px;
	border-radius: 50%;
}



.page a.page_btn{
	color: #fff;
	background: #bfbfbf;
}
.page a.page_btn.prev{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
}
.page a:hover,
.page a.hover{
	color: #fff;
	background:#004083;
	border-color: #004083;
}




/* case_det */

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


.case_det_t_wrap{
	padding: 55px 0 20px;
}
.case_det_t_l{
	width: 62.5%;
}
.case_det_t_l_pic{
	border: 10px solid #fff;
	overflow: hidden;
	margin-bottom: 43px;
}
.case_det_t_l_pic img{
	width: 100%;
}
.sub_tags_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.sub_tags_tt{
	width: 60px;
	font-size: 20px;
	color: #444;
	line-height: 34px;
}
.sub_tags_tt2{
	width: 150px;
}

.sub_tags_list{
	width: calc(100% - 60px);
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.sub_tags_list2{
	width: calc(100% - 150px);
}
.sub_tags_list a{
	font-size: 18px;
	color: #444;
	line-height: 34px;
	padding: 0 14px;
	border: 1px solid #8da2b8;
	border-radius: 5px;
	margin: 0 14px 12px 0;
}
.sub_tags_list a:hover,
.sub_tags_list a.active{
	background: #d3e2f4;
}


.case_det_t_r{
	width: 25%;
	padding-top: 20px;
	margin-right: 1.82vw;
}
.case_det_title{
	line-height: 1.2;
}

.case_det_t_r_clm{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 40px 0 3.91vw;
}
.case_det_t_r_clm .item{
	width: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	font-size: 16px;
	line-height: 30px;
	color: #444;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 3px 0;
}
.case_det_t_r_clm .item .tt{
	width: 130px;
	font-family: "Roboto-Bold";
	padding-left: 12px;
}
.case_det_t_r_clm .item .text{
	width: calc(100% - 130px);
	padding-left: 18px;
}
.case_det_t_r_clm .item .text a{
	color: #004083;
	text-decoration: underline;
}


.case_det_t_r_btn{
	display: block;
	width: 100%;
	line-height: 58px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #1fb9e8;
}

.case_det_t_r_tel{
	padding:2.6vw 0 0;
}
.case_det_t_r_tel_tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 16px;
	color: #444;
}
.case_det_t_r_tel_tt .icon{
	font-size: 30px;
	line-height: 1;
	color: #1c1e21;
	margin-right: 10px;
}
.case_det_t_r_tel_b{
	color: #1fb9e8;
}

.case_det_b_bars_box{
	overflow: hidden;
	height: 85px;
	background: #e5effb;
}

.case_det_b_bars{
	width: 100%;
	height: 85px;
	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;
	position: relative;
	z-index: 2;
	padding-top: 18px;
	padding-bottom: 19px;
	padding-left: 5.73vw;
	background: #e5effb;
}
.case_det_b_bars::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 200%;
	height: 100%;
	background: #628ebc;
	transform: skew(-25deg);
}
.case_det_b_bars .item{
	padding: 0 28px;
	color: #fff;
	font-size: 18px;
	line-height: 48px;
	cursor: pointer;
	position: relative;
	z-index: 2;
}
.case_det_b_bars1 .item{
	margin: 0 2.6vw 0 0;
}
.case_det_b_bars .item:last-child{
	margin-right: 0;
}

.case_det_b_bars .item.hover{
	background: #1fb9e8;
}



.case_det_b_tab_item_title{
	margin-bottom: 35px;
}

.case_det_b_desc_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.case_det_b_desc_list .item{
	width: calc((100% - 22px) / 3);
	margin: 0 11px 11px 0;
	overflow: hidden;
}
.case_det_b_desc_list .item:last-child{
	margin-right: 0;
}
.case_det_b_desc_list .item:hover img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}


#case_det_b_tab_item1{
	padding: 60px 0;
}


body table{
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}
body table tr td{
	text-align: center;
	font-size: 18px;
	padding:10px;
	color: #004083;
	border: 1px solid #6193c5;
}
body table tr:first-child{
	background: #437db9;
}

body table tr{
	background: #fff;
}
body table tr:nth-child(2n){
	background: #eefbff;
}

body table tr td:first-child{
	color: #444;
}
body table tr:first-child td{
	color: #fff;
}

#case_det_b_tab_item2{
	padding-bottom: 60px;
}


.rela_pro_box{
	position: relative;
	max-width:1400px;
	margin: 0 auto;
	padding:0 70px;
}

.rela_pro_item{
	display: block;
	background: #fff;
	box-shadow: 0 0 10px rgba(50,50,50,.15);
	margin: 3px;
	max-width:300px;
}


.rela_pro_item_pic{
	display: block;
	overflow: hidden;
	padding: 6px;
}
.rela_pro_item_pic img{
	width: 100%;
}
.rela_pro_item_tt{
	font-size: 16px;
	color: #444;
	text-align: center;
	line-height: 22px;
	height: 44px;
	padding: 0 7px;
	margin-bottom: 10px;
}

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


.rela_pro_item_btn{
	height: 50px;
	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: #1fb9e8;
	border-top: 1px solid #e8e8e8;
}
.rela_pro_item_btn .icon{
	font-size: 22px;
	margin-right: 9px;
}




.rela_pro_scroll_btn{
	position: absolute;
	top: 50%;
	z-index: 2;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 46px;
	height: 46px;
	font-size: 22px;
	color: #fff;
	background: #004083;
	border-radius: 50%;
	margin-top: -23px;
	cursor: pointer;
}
.rela_pro_scroll_btn.prev{
	left: 0;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
}
.rela_pro_scroll_btn.next{
	right: 0;
}


.rela_project_title{
	margin-bottom: 45px;
}
.rela_project_title .tt{
	font-family: "impact";
	line-height: 1.2;
}
.rela_project_title .text{
	padding-top: 17px;
}



.contact_box1{
	background: #fff;
	padding: 50px 10%;
	box-shadow: 0 0 15px rgba(50,50,50,.2);
}

.contact_box1_title1{
	margin-bottom: 22px;
}
.contact_box1_title1 .tt_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	margin-bottom: 15px;
}
.contact_box1_title1 .tt_box .icon{
	font-size: 54px;
	line-height: 1;
	color: #1fb9e8;
}
.contact_box1_title1 .tt{
	padding-left: 15px;
}
.contact_box1_title1 .text{
	font-size: 18px;
	line-height: 28px;
	color: #444;
}


.contact_box1_tip{
	margin-bottom: 42px;
}

.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: calc((100% - 44px) / 3);
	margin-bottom: 35px;
}
.contact_form dd.ddw{
	width: 100%;
}
.contact_form_text,
.contact_form_area{
	width: 100%;
	height: 58px;
	font-size: 16px;
	padding-left: 15px;
	border: 1px solid #ccc;
}
select.contact_form_text{
	-webkit-appearance:auto;
}
.contact_form_text::-webkit-input-placeholder,
.contact_form_area::-webkit-input-placeholder{
	color: #888;
}
.contact_form_area{
	height: 159px;
	resize: none;
	padding: 14px 15px;
}
/* .contact_form_text:focus,
.contact_form_area:focus{
	border-color: #1fb9e8;
} */
.contact_form_btn{
	display: block;
	width: 370px;
	height: 58px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background: #1fb9e8;
	border: none;
}



.contact_box1_list{
	max-width: 1300px;
	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: 0 auto;
	padding: 90px 0;
}


.contact_box1_list dd{
	width: 22%;
	text-align: center;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.contact_box1_list dd .icon_box{
	width: 176px;
	height: 176px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	border-radius: 50%;
	padding: 7px;
	border: 1px dashed #1fb9e8;
	margin: 0 auto 18px;
}
.contact_box1_list dd .icon_box .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: 100%;
	height: 100%;
	font-size: 62px;
	color: #fff;
	border-radius: 50%;
	background: #004083;
}

.contact_box1_list dd .con .tt{
	font-size: 18px;
	color: #444;
}
.contact_box1_list dd .con .text{
	font-size: 16px;
	line-height: 30px;
	color: #444;
}
.contact_box1_list dd .con .text a{
	font-size: 18px;
	color: #004083;
	font-family: "Roboto-Bold";
}
.contact_box1_list dd .con .text a:hover{
	text-decoration: underline;
}
.contact_box1_list dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}




/* news */
.news_nav_list{
	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;
}


.news_list1 dd{
	margin-bottom: 35px;
}
.news_list1 dd a{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	background: #fff;
}
.news_list1_pic{
	width: 428px;
	overflow: hidden;
}
.news_list1_pic img{
	width: 100%;
}
.news_list1_con{
	width: calc(100% - 428px);
	padding: 30px 9%;
	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;
	position: relative;
	border: 1px solid #dbe1e8;
	border-left: 0;
}
.news_list1_tt{
	line-height: 1.2;
}
.news_list1_line{
	width: 69px;
	height: 1px;
	background: #c3c3c3;
	margin: 18px 0 15px;
}
.news_list1_text{
	margin-bottom: 25px;
}
.news_list1_time{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.news_list1_time .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;
	font-size: 14px;
	color: #888;
}
.news_list1_time .item:first-child{
	margin-right: 1.67vw;
}
.news_list1_time .item .icon{
	font-size: 22px;
	margin-right: 5px;
	color: #222;
}
.news_list1_more{
	position: absolute;
	right: 0;
	bottom: 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: 54px;
	height: 54px;
	color: #fff;
	font-size: 32px;
	background: #2a5e9d;
}

.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{
	box-shadow: 0 0 15px rgba(50,50,50,.2);
}



/* news_det */

.news_det_box{
	padding: 75px 0;
}
.news_det_title1{
	line-height: 1.15;
	margin-bottom: 20px;
}

.news_det_time{
	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;
	font-style: italic;
	margin-bottom: 43px;
}
.news_det_time .item{
	color: #444;
	font-size: 18px;
	margin: 0 0.78vw;
}
.news_det_time a.item{
	color: #444;
	text-decoration: underline;
}

.news_det_con{
	background: #fff;
	padding: 45px 5.21vw;
	max-width: 1400px;
}
.news_det_con_clm1{
	margin-bottom: 25px;
}
.news_det_con_clm1_l{
	width: calc(100% - 270px);
	padding-right: 3%;
	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;
}
.news_det_con_clm1_l .icon{
	font-size: 70px;
	color: #1fb9e8;
}
.news_det_con_clm1_l .tt{
	width: calc(100% - 75px);
	padding: 10px 25px;
	font-size: 18px;
	line-height: 30px;
	color: #444;
	border: 1px dashed #535353;
}


.news_det_con_clm2{
	padding: 30px 3%;
	background: #f6f6f6;
	font-style: italic;
	border-left: 3px solid #004083;
	margin-bottom: 60px;
}


.news_det_con_b{
	margin: 4.17vw 0 3.13vw;
	background: #e5effb;
	padding: 40px 3.5%;
}
.news_det_con_b_l{
	width: calc(100% - 308px);
	padding-right: 3%;
}
.news_det_con_b_l a{
	color: #3439a3;
	text-decoration: underline;
}
.news_det_con_b_l a:hover{
	text-decoration: underline;
}
.news_det_con_b_r{
	width: 308px;
}
.news_det_con_b_r_btn{
	display: block;
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 18px;
	line-height: 54px;
	background: #1fb9e8;
	border-radius: 27px;
}


.news_det_page{
	max-width: 1400px;
	margin: 0 auto;
	padding-top: 45px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.news_det_page_item{
	width: 48%;
}
.news_det_page_item_tt{
	padding: 15px 0;
}
.news_det_page_item_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	background: #fff;
	border-radius: 5px;
	padding: 15px;
}
.news_det_page_item_con .pic{
	width: 180px;
	overflow: hidden;
	border-radius: 5px;
}
.news_det_page_item_con .pic img{
	width: 100%;
}
.news_det_page_item_con .con{
	width: calc(100% - 180px);
	padding-left: 25px;
}
.news_det_page_item_con .con .tt{
	font-size: 18px;
	line-height: 1.2;
	color: #444;
	margin-bottom: 18px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.news_det_page_item_con .con .time{
	border-top: 1px solid #e5e5e5;
	color: #888;
	font-size: 14px;
	padding-top: 10px;
}
.news_det_page_item_con:hover .pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.news_det_page_item_con:hover .con .tt{
	color:#1fb9e8;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}




/* pro_list */
.pro_page_title1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items:flex-start;
	margin-bottom: 50px;
}
.pro_page_title1 .icon{
	width: 56px;
	font-size: 38px;
	color: #1fb9e8;
}
.pro_page_title1 .con{
	width: calc(100% - 56px);
	padding-left: 16px;
}
.pro_page_title1 .con .tt{
	line-height: 1.3;
	margin-bottom: 24px;
}


.pro_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;
}
.pro_list1 dd{
	width: 48.4%;
	margin-bottom:30px;
}
.pro_list1_item{
	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;
	background: #fff;
	padding:1.56vw 5%;
}
.pro_list1_item_pic{
	width: 54%;
	overflow: hidden;
	position: relative;
	background: #fafafa;
}
.pro_list1_item_pic img{
	width: 100%;
}
.pro_list1_item_pic .num{
	position: absolute;
	left: 8px;
	top: 0;
	color: #bababa;
}

.pro_list1_item_con{
	width: 40%;
	padding-bottom: 20px;
	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;
	position: relative;
}

.pro_list1_item_clm{
	padding: 15px 0 2.19vw;
}
.pro_list1_item_clm .item{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 18px;
}
.pro_list1_item_clm .item .tt{
	color: #a8a8a8;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.pro_list1_item_clm .item .tt .icon{
	width: 9px;
	height: 9px;
	background: #004083;
	border-radius: 50%;
	margin-right: 5px;
}
.pro_list1_item_clm .item .tt .tt_con{
	width: calc(100% - 14px);
}
.pro_list1_item_clm .item .text{
	padding-left: 14px;
}
.pro_list1_item_btn{
	opacity: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 54px;
	height: 54px;
	color: #fff;
	font-size: 28px;
	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: #1fb9e8;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.pro_list1_item:hover{
	box-shadow: 0 0 12px rgba(50,50,50,.1);
}
.pro_list1_item:hover .pro_list1_item_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.pro_list1_item:hover .pro_list1_item_btn{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}




/* pro_det */
.pro_det_t{
	position: relative;
	background: #e5effb;
}
.pro_det_t .location{
	left: 0;
	top: 0;
	bottom: auto;
	z-index: 2;
}
.pro_det_t_l{
	position: relative;
	z-index: 1;
	width: 40%;
	padding: 175px 20px 20px 10.94vw;
}
.pro_det_t_l_bg{
    display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 56.875%;
	height: 100%;
	background: url(../images/pro_det_bg1.png) no-repeat right center / 100% 100%;
}
.pro_det_title1{
	line-height: 1.2;
}
.pro_det_t_l_text{
	padding: 24px 0 20px;
}


.pro_det_t_l .ind_box1_l_clm{
	margin-bottom: 45px;
}
.pro_det_t_l_btn_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_t_l_btn{
	width: 202px;
	line-height: 42px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #1fb9e8;
	margin: 0 18px 10px 0;
}
.pro_det_t_l_btn:last-child{
	margin-right: 0;
}


.pro_det_t_r{
	width: 60%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;

}

.pro_det_t_r_con{
	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;
	padding: 3% 2%;
}




.pro_det_b_bars1 .item{
	font-size: 16px;
	padding: 0 1.04vw;
	margin: 0 2.6vw 0 0;
}

.pro_det_b_tabs_item:nth-child(odd){
	background: #e5effb;
}

.pro_det_b_item1_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_b_item1_list dd{
	width: 23%;
	text-align: center;
	padding: 60px 2%;
	border-radius: 10px;
	background: #d3e2f4;
	border: 1px solid #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_det_b_item1_list dd .num{
	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: 150px;
	height: 131px;
	font-size: 48px;
	color: #fff;
	background: url(../images/pro_det_bg3.png) no-repeat center center / 100% auto;
	margin: 0 auto 44px;
}

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


.pro_det_b_item2_l{
	width: 37%;
}
.pro_det_b_item2_l_tt{
	margin-bottom: 22px;
}


.pro_det_b_item2_r{
	width: 57%;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.pro_det_b_item2_r a>img{
    display: block;
    width: 100%;
}
.pro_det_b_item2_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_item2_r a .icon img{
    width: 70px;
}
.pro_det_b_item2_r a:hover>img{
    transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.pro_det_b_item3_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;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	background: url(../images/pro_det_bg4.png) no-repeat center center / cover;
	padding: 75px 0;
}


.pro_det_b_tabs_item3_l{
	width: calc(100% - 267px);
	max-width: 740px;
	line-height: 1.4;
}


.pro_det_b_tabs_item3_r{
	width: 267px;
}
.pro_det_b_tabs_item3_r_btn{
	display: block;
	width: 100%;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #1fb9e8;
}


.pro_det_b_tabs_item4_clm1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_b_tabs_item4_clm1 .item{
	overflow: hidden;
	margin-bottom: 13px;
}
.pro_det_b_tabs_item4_clm1 .item1{
	width:calc((100% - 13px) / 2);
}
.pro_det_b_tabs_item4_clm1 .item2{
	width:calc((((100% - 13px) / 2) - 13px) / 2);
}


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


.pro_det_b_item5_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.pro_det_b_item5_list dd{
	width: 48%;
	padding: 34px 3.5%;
	position: relative;
	margin-bottom: 34px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_det_b_item5_list dd::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 7px 21px rgba(0,64,131,.3);
	transform: skew(-9deg);
	border-radius: 10px;
}
.pro_det_b_item5_list dd .item_t{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	margin-bottom: 15px;
}
.pro_det_b_item5_list dd .item_t .icon{
	width: 100px;
	font-size: 80px;
	line-height: 1;
	color: #004083;
	text-align: center;
}
.pro_det_b_item5_list dd .item_t .tt{
	width: calc(100% - 100px);
	padding-left: 5%;
	line-height: 1.3;
}

.pro_det_b_item5_list dd .text{
	color: #8da1b8;
}
.pro_det_b_item5_list dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



.pro_det_b_tabs_item6_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;
}
.pro_det_item6_l{
	width: 40%;
	background: url(../images/about_bg1.png) no-repeat right center / cover;
}

.pro_det_item6_r{
	width: 60%;
}

.pro_det_item6_r_con{
	padding-right: 10.42vw;
	margin-bottom: 20px;
}


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

.pro_det_item6_r_title{
	margin-bottom: 30px;
}
.pro_det_item6_r_title .text{
	padding-top: 11px;
}



.pro_det_inq_form dd{
	width: calc((100% - 10px) / 2);
	margin-bottom: 10px;
	position: relative;
}
.pro_det_inq_form dd.ddw{
	width: 100%;
}
.pro_det_inq_form_text,
.pro_det_inq_form_area{
	display: block;
	width: 100%;
	height: 56px;
	color: #444;
	font-size: 16px;
	padding-left: 20px;
	background: #e5effb;
	border: 1px solid #c2d2e4;
}
.pro_det_inq_form_text::-webkit-input-placeholder,
.pro_det_inq_form_area::-webkit-input-placeholder{
	color: #666;
}
.pro_det_inq_form_area{
	height: 196px;
	padding: 12px 20px;
	resize: none;
}
.pro_det_inq_form_icon{
	position: absolute;
	top: 50%;
	left: 12px;
	color: #f00;
	transform: translate(0,-50%);
}


.pro_det_inq_form_btn{
	width: 220px;
	height: 56px;
	font-size: 18px;
	color: #fff;
	background: #1fb9e8;
	border: none;
}



/* service */
.service_page_text2{
	padding: 20px 0 58px;
}


.service_box1{
	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;
	background: #e5effb;
}

.service_box1_l{
	width: 51%;
	background: url(../images/service_01.png) no-repeat right center / cover;
}
.service_box1_r{
	width: 49%;
	padding: 100px 8% 90px 2%;
}


.service_box1_r_title{
	margin-bottom: 30px;
}
.service_box1_r_list dd{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	padding: 15px 0;
	border-bottom: 1px solid #b9cfe9;
}
.service_box1_r_list dd .icon{
	font-size: 30px;
	line-height: 1;
	color: #1fb9e8;
}
.service_box1_r_list dd .con{
	width: calc(100% - 30px);
	padding-left: 14px;
}
.service_box1_r_list dd .con .tt{
	font-size: 18px;
	margin-bottom: 2px;
}


.service_list2{
	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;
}
.service_list2 dd{
	width:calc((100% - 90px) / 3);
	margin: 0 0 45px 0;
	border: 1px solid #448fdd;
	border-radius: 10px;
	padding: 45px 3% 85px;
	background: #d1e6fc;
	position: relative;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.service_list2 dd .tt{
	font-size: 20px;
	color: #004083;
	margin-bottom: 16px;
	position: relative;
	z-index: 2;
}
.service_list2 dd .text{
	font-size: 16px;
	color: #396fa7;
	line-height: 28px;
	position: relative;
	z-index: 2;
}
.service_list2 dd .num{
	position: absolute;
	right: 3%;
	bottom: 15px;
	display: block;
	color: #b9d2ed;
	font-size: 6.25vw;
	line-height: 0.9;
	font-family: "impact";
}

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

.service_box3{
	background:#004083;
}

.service_box3_r .service_box1_r_list dd .icon{
	color: #d1e6fc;
}
.service_box3_r .service_box1_r_list dd .con .public_text1{
	color: #d1e6fc;
}

.service_box3_l{
	width: 50%;
	background: url(../images/service_02.jpg) no-repeat center center / cover;
}
.service_box3_r{
	width: 50%;
	padding: 135px 4% 125px 8%;
	background: #004083;
	position: relative;
}
.service_box3_r::after{
	content: "";
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	width: 181px;
	height: 100%;
	background: url(../images/service_bg1.png) no-repeat left center / auto 100%;
}
.service_box3_r .service_box1_r_list dd{
	border-bottom-color: #4791de;
}




.service_box4_tabs_item .sub_wrap2{
	max-width: 1470px;
	margin: 0 auto;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items:flex-start;
}
.service_box4_l{
	width: calc((100% - 20px) / 2);
}
.service_box4_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;
}

.service_box4_l_list dd{
	width: calc((100% - 20px) / 2);
	margin-bottom: 15px;
}
.service_box4_l_list dd:nth-child(3),
.service_box4_l_list dd:nth-child(4){
	margin-bottom: 0;
}
.service_box4_l_item{
	display: block;
	position: relative;
}
.service_box4_l_item_pic{
	overflow: hidden;
}
.service_box4_l_item_pic img{
	width: 100%;
}
.service_box4_l_item_tt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 16px;
	color: #444;
	background: #c8def6;
	line-height: 38px;
	text-align: center;
}


.service_box4_b{
	padding: 95px 0 0;
}

.service_box4_b_l{
	width: calc(100% - 273px);
	padding-right: 8%;
}
.service_box4_b_l .text{
	padding-top: 5px;
}
.service_box4_b_r{
	width: 273px;
}
.service_box4_b_r_btn{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	background: #1fb9e8;
	border-radius: 5px;
}



.solu_box1_scroll_box{
	position: relative;
	padding:3.13vw 6.77vw;
	background: #fff;
	margin: 30px 0 70px;
}


.solu_box1_scroll_item{
	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;
}

.solu_box1_scroll_item_l{
	width: 46%;
	text-align: center;
	position: relative;
}
.solu_box1_scroll_item_l_btn{
	position: absolute;
	right: 0;
	bottom: 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: 50px;
	height: 50px;
	text-align: center;
	font-size: 28px;
	color: #1fb9e8;
}


.solu_box1_scroll_item_r{
	width: 46%;
}
.solu_box1_scroll_item_text{
	padding: 15px 0 35px;
}
.solu_box1_scroll_item_r_table table{
	border-radius: 0;
}
.solu_box1_scroll_item_r_table table tr:nth-child(2n){
	background: #fff;	
}
.solu_box1_scroll_item_r_table table tr td{
	color: #444;
	font-size: 16px;
	line-height: 1.2;
	padding: 5px;
	border: 1px solid #8da2b8;
}
.solu_box1_scroll_item_r_table table tr:first-child{
	background: #e5effb;
}
.solu_box1_scroll_item_r_table table tr:first-child td{
	color: #444;
}




.solu_box1_scroll_btn{
	position: absolute;
	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: 54px;
	height: 54px;
	font-size: 28px;
	color: #fff;
	background: #1fb9e8;
	margin-top: -27px;
	cursor: pointer;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.solu_box1_scroll_btn.prev{
	left:2.6vw;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
}
.solu_box1_scroll_btn.next{
	right: 2.6vw;
}



.solu_box1_b_title{
	line-height: 1.25;
	margin-bottom:2.34vw;
}
.solu_box1_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;
	width: 100%;
	max-width: 1480px;
	margin: 0 auto;
}
.solu_box1_form dd{
	width: calc((100% - 138px) / 4);
	padding-right: 30px;
}
.solu_box1_form_tt{
	font-size: 16px;
	color: #444;
	line-height: 36px;
}
.solu_box1_form_text{
	display: block;
	width: 100%;
	height: 48px;
	padding-left: 15px;
	font-size: 16px;
	color: #444;
	background: #fff;
	border: 1px solid #8da2b8;
}
.solu_box1_form dd.dd_btn{
	width: 138px;
	height:48px;
	padding-right: 0;
	
}
.solu_box1_form_btn{
	width: 100%;
	height: 48px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	border: 1px solid #8da2b8;
	background: #1fb9e8;
}


.solu_box2_b{
	border-top: 9px solid #f5f5f7;
}
.solu_box2_item{
	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: #d3e2f4;
}
.solu_box2_item:nth-child(2n){
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}
.solu_box2_item_pic{
	width: 55%;
	overflow: hidden;
}
.solu_box2_item_pic img{
	width: 100%;
}
.solu_box2_item_con{
	width: 45%;
	padding: 70px 9% 70px 4%;
}
.solu_box2_item_tt{
	line-height: 1.3;
}
.solu_box2_item_text{
	margin: 30px 0 35px;
}

.solu_box2_item_btn{
	display: block;
	width: 203px;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	background: #1fb9e8;
}
.solu_box2_item:nth-child(2n) .solu_box2_item_con{
	padding: 70px 4% 70px 9%;
}











