<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 *               ii.                                         ;9ABH,          
 *              SA391,                                    .r9GG35&amp;G          
 *              &amp;#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&amp;5.:X1       
 *       59;.....,.     .,,,,,,,,,,,...        .............,..:1;.:&amp;s       
 *      s8,..;53S5S3s.   .,,,,,,,.,..      i15S5h1:.........,,,..,,:99       
 *      93.:39s:rSGB@A;  ..,,,,.....    .SG3hhh9G&amp;BGi..,,,,,,,,,,,,.,83      
 *      G5.G8  9#@@@@@X. .,,,,,,.....  iA9,.S&amp;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&amp;5,....                    .            .,,,,,.sMr 
 *  SS       :: h@@@@@@@@@@#; .                     ...  .         ..,,,,iM5 
 *  91  .    ;:.,1&amp;@@@@@@MXs.                            .          .,,:,:&amp;S 
 *  hS ....  .:;,,,i3MMS1;..,..... .  .     ...                     ..,:,.99 
 *  ,8; ..... .,:,..,8Ms:;,,,...                                     .,::.83 
 *   s&amp;: ....  .sS553B@@HX3s;,.    .,;13h.                            .:::&amp;1 
 *    SXr  .  ...;s3G99XA&amp;X88Shss11155hi.                             ,;:h&amp;, 
 *     iH8:  . ..   ,;iiii;,::,,,,,.                                 .;irHA  
 *      ,8X5;   .     .......                                       ,;iihS8Gi
 *         1831,                                                 .,;irrrrrs&amp;@
 *           ;5A8r.                                            .:;iiiiirrss1H
 *             :X@H3s.......                                .,:;iii;iiiiirsrh
 *              r#h:;,...,,.. .,,:;;;;;:::,...              .:;;;;;;iiiirrss1
 *             ,M8 ..,....,.....,,::::::,,...         .     .,;;;iiiiiirss11h
 *             8B;.,,,,,,,.,.....          .           ..   .:;;;;iirrsss111h
 *            i@5,:::,,,,,,,,.... .                   . .:::;;;;;irrrss111111
 *            9Bi,:,,,,......                        ..r91;;;;;iirrsss1ss1111
 */




html,body{
	font-family: arial,verdana;
}
input, button, textarea,select,button{
	font-family:arial,verdana;	
}
.bgf8{
	background: #f8f8f8;
}

.header_box{
	height: 150px;
	background: #fff;
}
.header_fix{
	width: 100%;
	background: #202020;
	box-shadow: 0 0 7px rgba(115,115,115,.15);
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.header_fix.hover{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 4;
}

.header{
	height: 150px;
	width: 100%;
	position: relative;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.head_t{
	height: 42px;
	background: #3a3a3a;
}

.head_t_l{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	line-height: 42px;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.head_t_l_item{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	color: #cfcfcf;
	font-size: 14px;
	margin-right: 38px;
}
.head_t_l_item .icon{
	margin-right: 8px;
}
.head_t_l_item:hover{
	color: #00b7ee;
	text-decoration: underline;
}

.head_t_sm{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.head_t_sm a{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	width: 26px;
	height: 26px;
	font-size: 14px;
	color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin-right: 15px;
}
.head_t_sm a:nth-child(1){
	background: #3b5998;
}
.head_t_sm a:nth-child(2){
	background: #007fb1;
}
.head_t_sm a:nth-child(3){
	background: #00aced;
}
.head_t_sm a:nth-child(4){
	background: #00b7ee;
}
.head_t_sm a:hover{
	-ms-transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}
.head_t_chat{
	width: 220px;
	height: 42px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	background: #00b7ee;
}
.head_t_chat .icon{
	font-size: 24px;
	margin-right: 10px;
}





.head_b{
	background: #fff;
	height: 108px;
}
.header .wrapper{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.head_t .wrapper{
	-ms-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.head_b .wrapper{
	position: relative;
}
.logo{
	width: 170px;
	height:100px;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;

	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
}
.logo img{
	display: block;
	max-width: 100%;
}
.head_r{
	width: calc(100% - 190px);
}

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

.menu_dl{
	width: calc(100% - 160px);
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
	-webkit-align-items: center;
}
.menu_dl dd{
	float: left;
	position: relative;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.menu_dl dd.pro_dd{
	position: static;
}
.menu_tt .text{
	width: 100%;
	display: block;
	color: #323e48;
	text-align: center;
	line-height:108px;
	font-size: 20px;
	padding: 0 28px;
	font-family: "Roboto-Condensed";
	text-transform: uppercase;
	overflow: hidden;
	position: relative;
}
.menu_down{
	display: none;
	position: absolute;
	left: 0;
	top: 108px;
	z-index: 5;
	width: 350px;
	background: #fcfcfc;
	padding: 20px 40px;
}
.menu_down a{
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	padding: 7px 0;
	font-family: "";
}
.menu_down a:hover{
	color: #00b7ee;
	text-decoration: underline;
	-ms-transform: translateX(3px);
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}





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

.search_box{
	display: none;
	position: fixed;
	left:50%;
	top: 50%;
	z-index: 5;
	margin:-30px 0 0 -450px;
	z-index: 9;
	width:900px;
	height: 60px;
	padding: 10px;
	background: #f5f5f5;
}
.search_box_text{
	width: calc(100% - 90px);
	height: 40px;
	border: 0;
	font-size: 14px;
	padding-left: 20px;
	background: none;
}
.search_box_text::-webkit-input-placeholder{
	font-size: 14px;
}
.search_box_sub{
	width:40px;
	height: 40px;
	color: #00b7ee;
	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);
}


.head_lag{
	width: 80px;
	height: 30px;
	position: relative;
	margin-right: 20px;
}
.head_lag::after{
	content: "";
	position: absolute;
	top: 0;
	right: -20px;
	display: block;
	width: 1px;
	height: 30px;
	background: #eee;
}
.head_lag_t{
	width: 100%;
	color: #444;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	display:flex;
  display: -ms-flexbox;
  display: -webkit-flex;

  justify-content:center;
  -ms-justify-content:center;
  -webkit-justify-content:center;
    
  align-items:center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.head_lag_t .icon1{
	color: #838383;
	font-size: 20px;
	margin-right: 10px;
}
.head_lag_t .icon{
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	-ms-transform: rotateZ(-90deg);
	-webkit-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg);
	-moz-transform: rotateZ(-90deg);
	-o-transform: rotateZ(-90deg);
}
.head_lag_down{
	position: absolute;
	left:50%;
	top: 35px;
	z-index: 2;
	display: none;
	width: 135px;
	background: #fcfcfc;
	text-align: center;
	padding:16px 12px;
	margin-left: -67px;
	box-shadow: 0 2px 5px rgba(0,0,0,.12);
}
.head_lag_down a{
	display: block;
    line-height: 22px;
    color: #444;
    font-size: 14px;
    margin-bottom: 8px;
    overflow: hidden;
}
.head_lag_down a:last-child{
	margin-bottom: 0;
}
.head_lag_down a:hover{
	color: #fff;
	background: #00b7ee;
}


.header_fix.hover .head_b{
	height: 70px;
}
.header_fix.hover .menu_tt .text{
	height:70px;
	line-height: 70px;
}
.header_fix.hover .menu_dl dd .menu_tt .text::after{
	top: -20px;
}
.header_fix.hover,
.header_fix.hover .header{
	height: 70px;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.header_fix.hover .logo{
	height: 70px;
	padding: 8px 0;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.header_fix.hover .menu_dl dd{
	height: 70px;
	line-height: 70px;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.header_fix.hover .head_t{
	display:none;
}
.header_fix.hover .menu_down{
	top: 70px;
}



/*
 * 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:#fff;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
}


.mobile_logo{
	width: 140px;
	height: 52px;
	margin-left: 15px;
}
.mobile_logo img{
	display: block;
	height: 35px;
	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: #00b7ee;
	border-radius: 4px;
	margin-bottom: 6px;
}
.mobile_menu_btn span:last-child{
	margin-bottom: 0;
}
.mobile_search_icon{
	width: 40px;
	height: 52px;
	color: #00b7ee;
	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:#202020;
	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 #3c3c3c;
}
.mobile_menu_tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.mobile_menu_tt .text{
	float: left;
	width: 80%;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 0;
	text-transform: capitalize;
}
.mobile_menu_tt_icon{
	display: none;
	float: right;
	float: right;
	width: 20%;
	line-height: 44px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	-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{
	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: #fff;
}
.mobile_menu_down_clm_tt .tt{
	width: calc(100% - 50px);
	color: #fff;
	line-height: 20px;
	padding: 10px 0;
}
.mobile_menu_down_clm_tt .icon{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	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: #fff;
	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: #fff;
	border-radius: 50%;
}



.mobile_menu_tt_icon.hover{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}


/* .mobile_menu_dl dd.hover .mobile_menu_tt .text{
	font-weight: bold;
} */

.mobile_search_box{
	position: fixed;
	left: 0;
	top: 52px;
	z-index: 7;
	display: none;
	width: 100%;
	padding: 20px;
	background: #fafafa;
}
.mobile_search_box form{
	width: 100%;
	padding:2px;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.mobile_search_text{
	float: left;
	line-height: 40px;
	padding-left: 15px;
	font-size: 14px;
	width:calc(100% - 40px);
	border: 0;
}

.mobile_search_btn_text{
	float: right;
	width: 40px;
	height: 40px;
	font-size: 22px;
	color: #00b7ee;
	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;
	font-weight: bold;
	color: #fff;
	margin-bottom: 8px;
}
.mobile_menu_b_clm .text{
	font-size: 14px;
	color: #fff;
}
.mobile_menu_b_clm .text a{
	color: #fff;
	word-break: break-all;
}


.mobile_lag_box{
	padding: 30px 0 20px;
	margin-bottom: 40px;
}
.mobile_lag_tt{
	font-size: 18px;
	color:#fff;
	font-weight: bold;
	padding-bottom: 18px;
}
.mobile_lag_text{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.mobile_lag_text a{
	color: #fff;
	font-size: 16px;
	margin-right: 25px;
}



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




/*
 * banner
 */
.banner_box{
	position: relative;
}
.banner{
	clear: both;
}
.banner .item a{
	display: block;
	overflow: hidden;
}
.banner.owl-theme .owl-controls{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	bottom: 15px;
}
.banner.owl-theme .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.banner.owl-theme .owl-dots .owl-dot.active span, 
.banner.owl-theme .owl-dots .owl-dot:hover span{
    background: #00b7ee;
    width:30px;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.scroll_dots.owl-theme .owl-controls{
	width: 100%;
	padding-top: 25px;
}
.scroll_dots.owl-theme .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #d5d5d5;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.scroll_dots.owl-theme .owl-dots .owl-dot.active span, 
.scroll_dots.owl-theme .owl-dots .owl-dot:hover span{
    background: #00b7ee;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}




.main_content{
	padding: 60px 0;
}

.ind_title1{
	display: block;
	margin-bottom: 30px;
}
.ind_title1 .line{
	width: 1px;
	height: 90px;
	background: #00b7ee;
	margin: 0 auto;
}
.ind_title1 .tt{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	line-height: 1;
	font-size: 64px;
	color: #444;
	font-family: "Roboto-Condensed";
	margin: 18px 0;
}
.ind_title1 .tt .icon{
	width: 20px;
	height: 20px;
	background: #00b7ee;
	margin-left: 8px;
	position: relative;
	top: 7px;
}
.ind_title1 .text{
	font-size: 18px;
	color: #666;
}

.ind_title1.colorf .tt,
.ind_title1.colorf .text{
	color: #fff;
}



.ind_box1{
	padding: 0 0 70px 0;
}

.ind_box1_list1{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ind_box1_list1 dd {
    width: calc((100% - 60px) / 4);
    margin: 15px 15px 0 0;
}
.ind_box1_list1 dd:last-child{
	margin-right: 0;
}
.ind_box1_list1 dd a{
	display: block;
	position: relative;
}
.ind_box1_list1 dd a .pic{
	overflow: hidden;
}
.ind_box1_list1 dd a .pic img{
	display: block;
	width: 100%;
}
.ind_box1_list1 dd a .tt{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-family: "Roboto-Condensed";
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 5%;
	background: rgba(2,2,2,.4);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.ind_box1_list1 dd a .tt::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border: 1px solid rgba(255,255,255,.35);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.ind_box1_list1 dd a:hover .tt::after{
	opacity: 1;
	left: 14px;
	top: 14px;
	width: calc(100% - 28px);
	height: calc(100% - 28px);
	border: 1px solid rgba(255,255,255,.35);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.ind_box1_b{
	display: -ms-flexbox;
	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;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 60px;
}

.ind_box1_b_l{
	width:calc(100% - 254px);
	font-size: 24px;
	line-height: 1.5;
	padding-right: 8%;
}
.ind_box1_b_r{
	width: 254px;
}
.ind_box1_b_btn{
	display: block;
	width: 100%;
	max-width: 180px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-family: "Roboto-Condensed";
	background: #00b7ee;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}


.ind_box2{
	height: 372px;
}

.ind_box2_video a{
	width: 100%;
	height: 100%;
	color: #fff;
	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;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	background: rgba(0,0,0,.5);
}

.ind_box2_video a .icon1{
	text-align: center;
}
.ind_box2_video a .tt{
	font-size: 18px;
	font-family: "";
	margin: 22px 0 10px;
}
.ind_box2_video a .icon2{
	font-size: 28px;
}


.ind_box3{
	background: #f3f3f3;
	padding: 0 0 70px 0;
}
.ind_pro_list1{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;	
}
.ind_pro_list1 dd{
	width: calc((100% - 50px) / 3);
	margin: 0 25px 25px 0;
}
.ind_pro_list1 dd a{
	display: block;
}
.ind_pro_list1 dd a .pic{
	overflow: hidden;
}
.ind_pro_list1 dd a .pic img{
	display: block;
	width: 100%;
}
.ind_pro_list1 dd a .tt{
	font-size: 18px;
	height: 50px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	color: #333;	
	font-family: "";
	background: #e2e2e2;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.ind_pro_list1 dd a:hover{
	box-shadow: 0 0 15px rgba(115,115,115,.2);
}
.ind_pro_list1 dd a:hover .pic img{
	-ms-transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transform: scale(1.03,1.03);
}
.ind_pro_list1 dd a:hover .tt{
	color: #fff;
	background: #00b7ee;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.ind_box4{

}

.ind_box4_scroll .item a{
	display: block;
}
.ind_box4_scroll_wrap{
	display: -ms-flexbox;
	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;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding:20px 20px;
	background: #e6e6e6;
}
.ind_box4_scroll_pic{
	width: 58%;
	overflow: hidden;
}
.ind_box4_scroll_pic img{
	display: block;
	width: 100%;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.ind_box4_scroll_con{
	width: 42%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding: 5px 5%;
}
.ind_box4_scroll_con .tt{
	font-size: 24px;
	line-height: 1.2;
	color: #444;
	font-family: "";
}
.ind_box4_scroll_con .line{
	width: 60px;
	height: 1px;
	background: #00b7ee;
	margin: 17px 0;
}
.ind_box4_scroll_con .text{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.ind_box4_scroll_con .text .text_tt{
	font-family: "";
}

.ind_box4_scroll.owl-carousel .owl-item.center .ind_box4_scroll_pic img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}
.ind_box4_scroll .item a:hover .ind_box4_scroll_pic img{
	-ms-transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transform: scale(1.03,1.03);
}



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

.news_list1 dd{
	width: 33.33%;
}
.news_list1 dd a{
	display: block;
	overflow: hidden;
}
.news_list1 dd a .pic{
	overflow: hidden;
	padding: 0 8%;
	margin-bottom: 12px;
}
.news_list1 dd a .pic img{
	width: 100%;
}
.news_list1 dd a .con{
	padding: 12px 9% 50px;
	border-left:1px solid #e6e6e6;
}
.news_list1 dd a .con .time{
	font-size: 14px;
	color: #00b7ee;
	font-family: "";
}
.news_list1 dd a .con .tt{
	font-size: 20px;
	color: #333;
	line-height: 1.2;
	font-family: "";
	margin: 10px 0 25px;
}
.news_list1 dd a .con .btn{
	width: 133px;
}

.news_list1 dd a:hover .pic img{
	-ms-transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transform: scale(1.03,1.03);
}



/* footer */
.footer{
	background: #222;
}
.footer_t_wrap{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer_t_item{
	width: 20%;
}
.footer_t_logo{
	display: block;
	margin-bottom: 25px;
}
.footer_t_item_contact_tt{
	font-size: 18px;
	color: #bcbcbc;
	line-height: 1.5;
}
.footer_t_item_contact_con{
	margin: 20px 0 30px;
}
.footer_t_item_contact_con a{
	display: block;
	font-size: 18px;
	line-height: 1.5;
	color: #eee;
	font-family: "";
}
.footer_t_item_contact_con a.mail{
	color: #00b7ee;
	text-decoration: underline;
}

.footer_t_rela_site{
	width: 212px;
	position: relative;
}
.footer_t_rela_site_tt{
	width: 100%;
	height: 30px;
	display: -ms-flexbox;
	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;
	padding: 0 12px;
	font-size: 16px;
	color: #666;
	border: 1px solid #7f7f7f;
	cursor: pointer;
}
.footer_t_rela_site_tt .tt{
	width: calc(100% - 30px);
}
.footer_t_rela_site_tt .icon{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	width: 30px;
	height: 30px;
	font-size: 18px;
	-ms-transform: rotateZ(-90deg);
	-webkit-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg);
	-moz-transform: rotateZ(-90deg);
	-o-transform: rotateZ(-90deg);
}
.footer_t_rela_site_down{
	display: none;
	position: absolute;
	left: 0;
	bottom: 30px;
	background: #fff;
	padding: 10px 0;
	width: 100%;
	text-align: center;
}
.footer_t_rela_site_down a{
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
.footer_t_rela_site_down a:hover{
	color: #fff;
	background: #00b7ee;
}


.footer_sm{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 35px;
}
.footer_sm a{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	width: 38px;
	height: 38px;
	font-size: 20px;
	color: #fff;
	margin-right: 8px;
}
.footer_sm a:nth-child(1){
	background: #3b5998;
}
.footer_sm a:nth-child(2){
	background: #007fb1;
}
.footer_sm a:nth-child(3){
	background: #00aced;
}
.footer_sm a:nth-child(4){
	background: #cd332d;
}
.footer_sm a:hover{
	-ms-transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.footer_t_item_pro,
.footer_t_item_link{
	width: 16%;
}
.footer_title{
	display: block;
	font-size: 30px;
	color: #eee;
	font-family: "Roboto-Condensed";
	margin-bottom: 25px;
}

.footer_list a{
	display: block;
	color: #999;
	font-size: 16px;
	line-height: 1.5;
	font-family: "";
	padding: 3px 0;
	position: relative;
}
.footer_list a::after{
	content: "";
	display: none;
	position: absolute;
	left:-30px;
	top: 50%;
	width: 20px;
	height: 1px;
	background: #00b7ee;
}
.footer_list a:hover{
	color: #fff;
	-ms-transform: translateX(8px);
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
	-moz-transform: translateX(8px);
	-o-transform: translateX(8px);
}
.footer_list a:hover::after{
	display:block;
}


.footer_t_item_inq{
	width: 24%;
	max-width: 290px;
}

.footer_t_item_form dd{
	margin-bottom:10px;
}
.footer_t_item_form_text,
.footer_t_item_form_area{
	display: block;
	width: 100%;
	padding-left: 14px;
	color: #999;
	font-size: 16px;
	line-height: 40px;
	background: none;
	font-family: "";
	border: 1px solid #4a4a4a;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.footer_t_item_form_area{
	resize: none;
	height: 120px;
	padding: 5px 14px;
}
.footer_t_item_form_text::-webkit-input-placeholder,
.footer_t_item_form_area::-webkit-input-placeholder{
	color: #828282;
}
.footer_t_item_form_text:focus,
.footer_t_item_form_area:focus{
	background: #383838;
}



.footer_t_item_form_btn{
	display: block;
	width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border: none;
	margin-top: 12px;
}
.footer_b{
	padding: 28px 0;
	line-height: 24px;
	font-family: "";
	border-top: 1px solid #424242;
}
.footer_b_text{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 14px;
	color: #767676;
}
.footer_b_text a{
	color: #767676;
}
.footer_b_text a:hover{
	color: #00b7ee;
	text-decoration: underline;
}
.footer_pic{
	margin-right: 20px;
}



.float_fix{
	position: fixed;
	right: 0;
	bottom: 25%;
	z-index: 4;
	width: 65px;
	background: #fff;
}
.float_fix_item{
	display: block;
	width: 100%;
	text-align: center;
	height: 65px;
	color: #666;
	padding-top: 13px;
	border: 1px solid #efefef;
	margin-top: -1px;
}

.float_fix_item .icon{
	font-size: 20px;
	margin-bottom: 1px;
}
.float_fix_item .tt{
	font-size: 12px;
}

.float_fix_item:hover{
	color: #fff;
	background: #00b7ee;
	border-color: #00b7ee;
}
.back_top{
	height: auto;
	padding: 10px 0;
	display: none;
}
.back_top .icon{
	font-size: 24px;
}

.mobile_footer_fix{
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 48px;
	z-index: 5;
	background: #333;
	box-shadow: 0 0 8px rgba(115,115,115,.2);
}
.mobile_footer_fix_con{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.mobile_footer_fix_item{
	width: 25%;
	height: 48px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	color: #fff;
}
.mobile_footer_fix_item .icon{
	font-size: 16px;
	margin-bottom: 1px;
}
.mobile_footer_fix_item .tt{
	font-size: 12px;
}


/* about */
.sub_banner{
	height: 421px;
}
.sub_banner .wrapper{
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.sub_banner_tt{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	width: 460px;
	height: 104px;
	color: #fff;
	font-size: 48px;
	font-family: "Roboto-Condensed";
	background: #00b7ee;
}

.about_box1{
	
}

.sub_title1{
	font-size: 36px;
	color: #00b7ee;
	font-family: "Roboto-Condensed";
	margin-bottom: 20px;
}
.about_text{
	color: #666;
	font-size: 18px;
	line-height: 2;
	max-width: 1230px;
	margin: 0 auto;
}
.about_text a{
	color: #00b7ee;
}
.about_box1_clm1{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #323e48;
}
.about_box1_clm1_video{
	width: 50%;
}
.about_box1_clm1_video a{
	display: block;
	position: relative;
	overflow: hidden;
}
.about_box1_clm1_video a img{
	display: block;
	width: 100%;
}
.about_box1_clm1_video a .icon{
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/video_icon.png) no-repeat center center / 102px 102px;
}
.about_box1_clm1_video a:hover img{
	-ms-transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transform: scale(1.03,1.03);
}
.about_box1_clm1_con{
	width: 50%;
	color: #f6f6f6;
	padding: 20px 6%;
	position: relative;
}
.about_box1_clm1_con::after{
	content: "";
	display: block;
	position: absolute;
	left: -42px;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -40px;
	border-style: solid;
	border-left-width: 0;
	border-right-width: 42px;
	border-top-width: 40px;
	border-bottom-width:40px;
	border-color: transparent #323e48 transparent transparent;
}
.about_box1_clm1_con_tt{
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.about_box1_clm1_con .about_text{
	color: #f6f6f6;
}


.about_box2{
	padding-bottom: 60px;
}
.about_box2_t{
	position: relative;
}
.about_box2_t::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 130%;
	background: #f8f8f8;
}
.about_box2_t .wrapper{
	position: relative;
}

.com1BoxOne4 {
    position: relative;
}

.com1BoxOne4_lunbo .item {
    position: relative;
}

.com1BoxOne4_lunbo .item:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.com1BoxOne4_lunbo .item .img_box {
    perspective: 900px;
    overflow: hidden;
}

.com1BoxOne4_lunbo .item .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.com1BoxOne4_lunbo .item .text {
    font-family: "OpenSans-Regular";
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(41, 41, 41, 0.7);
    box-sizing: border-box;
    padding: 12px 10px 12px 15px;
    text-transform: uppercase;
}

.com1BoxOne4_lunbo .owl-controls {
    position: absolute;
    bottom: -46px;
    left: 75px;
    width: calc(100% - 220px);
    height: 1px;
    background: #1c1c1c;
}

.com1BoxOne4_lunbo .owl-controls .owl-dots {
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
}


.com1BoxOne4_lunbo .owl-controls .owl-dots .owl-dot span {
    width: 100%;
    height: 5px;
    margin: 0;
    background: rgba(255, 255, 255, 0);
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.com1BoxOne4_lunbo .owl-controls .owl-dots .owl-dot.active span {
    background: #00b7ee;
}

.com1BoxOne4 .number_box {
    font-family: "OpenSans-Regular";
    font-size: 16px;
    color: #444444;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
	padding: 30px 0 0 22px;
	font-size: 24px;
	font-family: "OpenSans-Regular";
}

.com1BoxOne4 .number_box .num_01 {
    color: #444444;
}

.com1BoxOne4 .number_box .num_02 {
    color: #444444;
}

.com1BoxOne4 .prev_btn {
    font-size: 22px;
    color: #444444;
    position: absolute;
    bottom:0;
	right: 50px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.com1BoxOne4 .next_btn {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	width: 40px;
	height: 40px;
    font-size: 22px;
    color: #444444;
    position: absolute;
    bottom:0;
    right: 12px;
	cursor: pointer;
}

.about_box3_clm1{
	padding: 45px 0;
}
.about_box3_clm1_list{
	max-width: 970px;
	margin: 0 auto;
	background: #f8f8f8;
	padding: 25px;
	font-size: 18px;
	color: #666;
	font-style: italic;
	line-height: 2;
	border-left: 6px solid #00b7ee;
}


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

.about_box3_clm2 dd{
	width: calc((100% - 6px) / 2);
	overflow: hidden;
	margin: 0 6px 6px 0;
}
.about_box3_clm2 dd img{
	display: block;
	width: 100%;
}
.about_box3_clm2 dd:nth-child(2n){
	margin-right: 0;
}


.about_box4_rela{
	position: relative;
}
.about_box4_scroll{
	position: relative;
	padding: 30px 0 10px;  
	width: calc(100% - 100px);
	max-width: 1115px;
	margin: 0 auto;
}
.about_box4_scroll::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom:20px;
	z-index:-1;
	width: 100%;
	height: 3px;
	background: #00b7ee;
	margin-top: -2px;
}
.about_box4_scroll .item{
	position: relative;
	height: 50px;
	z-index: 3;
	cursor: pointer;
}
.about_box4_scroll .item .num{
	font-size: 18px;
	color: #444;
	text-align: center;
	font-family: "Roboto-Condensed";
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.about_box4_scroll .item .icon{
	position: absolute;
	left: 50%;
	bottom: 3px;
	z-index: 3;
	width: 18px;
	height: 18px;
	background: #fff;
	margin-left: -9px;
	border: 2px solid #00b7ee;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.about_box4_scroll.owl-carousel .owl-item.center .num{
	color: #00b7ee;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.about_box4_scroll.owl-carousel .owl-item.center .icon{
	border-color: #00b7ee;
	background: #00b7ee;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}


.about_box4_scroll_btn{
	position: absolute;
	top: 50%;
	width: 45px;
	height: 45px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 26px;
	color: #bfbfbf;
	border: 2px solid #bfbfbf;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	cursor: pointer;
}
.about_box4_scroll_prev{
	left: 0;
}
.about_box4_scroll_next{
	right: 0;
	-ms-transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}
.about_box4_scroll_btn:hover{
	color: #00b7ee;
	border-color: #00b7ee;
}


.about_box4_con{
	max-width: 900px;
	margin: 0 auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 70px;
}
.about_box4_con_num{
	width: 110px;
	font-size: 36px;
	color: #444;
	font-family: "Roboto-Condensed";
}
.about_box4_con_text{
	width: calc(100% - 110px);
	font-size: 18px;
	line-height: 2;
}


/* contact */
.contact_box1_wrap{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.contact_box1_l{
	width: 38%;
	padding: 0 5%;
}
.sub_title2{
	color: #444;
	margin-bottom: 20px;
}
.sub_title2 .tt{
	font-size: 30px;
	font-family: "Roboto-Condensed";
}
.sub_title2 .text{
	font-size: 16px;
	color: #444;
	line-height: 1.8;
	padding-top: 6px;
}

.contact_box1_l_list .item{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 0;
}
.contact_box1_l_list .item .icon{
	width: 40px;
	font-size: 30px;
	line-height: 1;
	color: #000;
}
.contact_box1_l_list .item .tt{
	width: calc(100% - 40px);
	padding-left: 4px;
	font-size: 18px;
	line-height: 1.6;
	color:#444;
}
.contact_box1_l_list .item .tt a{
	color: #444;
}
.contact_box1_l_list .item .tt a:hover{
	color: #00b7ee;
	text-decoration: underline;
}

.contact_box1_r{
	width: 58%;
}
.contact_form{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.contact_form dd{
	width: 48%;
	margin-bottom: 10px;
}
.contact_form_text,
.contact_form_area{
	width: 100%;
	line-height: 38px;
	padding-left: 12px;
	font-size: 14px;
	color: #333;
	background: #f9f9f9;
	border: 1px solid #ecf3fb;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.contact_form_text::-webkit-input-placeholder,
.contact_form_area::-webkit-input-placeholder{
	color: #888;
}
.contact_form_area{
	height: 130px;
	line-height: 1.5;
	resize:none;
	padding: 8px 12px;
}
.contact_form dd.ddw{
	width: 100%;
}

.contact_form_btn{
	display: block;
	width: 200px;
	border: none;
	margin-top: 10px;
}


/* hot_news_box1 */
.hot_news_scroll{
	position: relative;
	margin-bottom: 60px;
}
.hot_news_scroll::after{
	content: "";
	position: absolute;
	right: 10px;
	top: 0;
	display: block;
	width: 90px;
	height: 102px;
	background: url(../images/hot_news_icon.png) no-repeat center center / 100% auto;
}
.hot_news_scroll .item a{
	display: -ms-flexbox;
	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;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px;
	background: #f2f2f2;
}
.hot_news_pic{
	width: 45%;
	overflow: hidden;
}
.hot_news_pic img{
	width: 100%;
}
.hot_news_con{
	width: 49%;
	padding: 15px 100px 15px 0;
}
.hot_news_tt{
	font-size: 24px;
	line-height: 1.2;
	color: #333;
	font-family: "";
}
.hot_news_time{
	font-size: 14px;
	color: #00b7ee;
	font-family: "";
	margin: 15px 0 18px;
}
.hot_news_text{
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	margin-bottom: 40px;
}
.hot_news_btn{
	width: 130px;
}

.hot_news_scroll .item a:hover .hot_news_pic img{
	-ms-transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transform: scale(1.03,1.03);
}


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

.news_list2 dd{
	width: 30%;
	margin: 0 5% 35px 0;
}
.news_list2 dd a{
	display: block;
	overflow: hidden;
}
.news_list2 dd a .pic{
	overflow: hidden;
	margin-bottom: 12px;
}
.news_list2 dd a .pic img{
	width: 100%;
}
.news_list2 dd a .con{
	padding: 12px 3%;
}
.news_list2 dd a .con .time{
	font-size: 14px;
	color: #00b7ee;
	font-family: "";
}
.news_list2 dd a .con .tt{
	font-size: 20px;
	color: #333;
	line-height: 1.2;
	font-family: "";
	margin: 10px 0 0;
}
.news_list2 dd a:hover .pic img{
	-ms-transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transform: scale(1.03,1.03);
}


/*
 * page
 */
 .page{
	text-align: center;
    padding:25px 0;
}
.pro_list_page{
	padding: 4% 0;
}
.page a{

	padding:5px 8px;
	align-items: center;
	line-height: 28px;
	text-align: center;
	color: #222;
	font-size: 14px;
	margin: 0 4px;
	font-family: "";
	border: 1px solid #e6e6e6;
}
.page a.hover,.page a:hover{
	color: #fff;
	background:#505050;
	border: 1px solid #505050;
}



/* news_Det */
.location{
	height: 50px;
	padding: 15px 0;
	line-height: 20px;
	font-family: "";
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	background: #ececec;
}
.location a{
	font-size: 16px;
	color: #666;
}
.location a:hover{
	color: #00b7ee;
}
.news_det_wrap{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.news_det_l{
	width: 69%;
}
.news_det_title{
	font-size: 36px;
	font-family: "";
	font-weight: bold;
	margin-bottom: 12px;
}

.news_det_time{
	font-size: 16px;
	color: #00b7ee;
	font-style: italic;
	font-family: "";
}

.news_det_con{
	padding: 4% 0;
	font-size: 16px;
	line-height: 1.8;
	color: #444;
}

.news_det_page{
	padding: 30px 0;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}
.news_det_page_item{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 6px 0;
}
.news_det_page_item .tt{
	width: 90px;
	font-size: 16px;
	font-family: "";
	color: #444;
}
.news_det_page_item .text{
	width: calc(100%  - 100px);
	padding-left: 10px;
	font-size: 16px;
	color: #444;
}
.news_det_page_item .text a{
	color: #444;
}
.news_det_page_item .text a:hover{
	color: #00b7ee;
	text-decoration: underline;
}


.news_det_r{
	width: 26%;
	max-width: 375px;
	background: #ededed;
}

.news_det_r_tt{
	font-size: 24px;
	line-height: 44px;
	color: #fff;
	font-family: "Roboto-Condensed";
	padding: 0 6%;
	background: #323e48;
}
.news_det_r_con{
	padding: 6%;
}
.news_det_r .news_list2 dd{
	width: 100%;
	margin: 0 0 20px 0;
}



/* pro_det_t */

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

.pro_det_pic{
	width: 55.5%;
}
.pro_det_pic_scroll{
	margin-bottom: 20px;
}
.pro_det_pic_scroll .item{
	display: block;
	position: relative;
}
.pro_det_pic_scroll .item img{
	max-width: none;
	-webkit-transition: none;
	transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}
.pro_det_pic_scroll_bars{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.pro_det_pic_scroll_bars .item{
	width: calc((100% - 40px) / 4);
	margin: 0 10px 10px 0;
	overflow: hidden;
	border: 1px solid transparent;
	cursor: pointer;
}
.pro_det_pic_scroll_bars .item:last-child{
	margin-right: 0;
}
.pro_det_pic_scroll_bars .item.active{
	border-color: #d3d3d3;
}

.pro_det_inf{
	width: 44%;
	padding: 25px 0 0 5%;
}
.pro_det_title{
	font-size: 28px;
	color: #444;
	font-family: "";
	font-weight: bold;
	margin-bottom: 20px;
}
.pro_det_title2{
	font-size: 16px;
	color: #444;
	font-family: "";
	margin-bottom: 25px;
}
.pro_det_title2 a{
	padding-right:10px;
}
.pro_det_desc{
	font-size: 16px;
	line-height: 1.8;
	color: #444;
	margin-bottom:60px;
}

.pro_det_btns{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.pro_det_btn{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	width: 47%;
	line-height: 47px;
	font-size: 18px;
	color: #444;
	font-family: "";
	background: #dfdfdf;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.pro_det_btn:hover,
.pro_det_btn.hover{
	color: #fff;
	background: #00b7ee;
	box-shadow: 0 0 15px rgba(229,0,17,.25);
}


.pro_det_b_bars_box{
	width: 100%;
	height: 55px;
}
.pro_det_b_bars_bg{
	width: 100%;
	background: #3a3a3a;
	height: 55px;
	position: relative;
	z-index: 3;
}
.pro_det_b_bars{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 330px;
}
.pro_det_b_bars .item{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	height: 55px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding:0 25px;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.pro_det_b_bars .item:hover,
.pro_det_b_bars .item.hover{
	background: #00b7ee;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.main_l{
	width: 260px;
}
.main_l_clm{
	margin-bottom: 40px;
	background: #ededed;
}
.main_l_clm:last-child{
	margin-bottom: 0;
}
.main_l_tt{
	font-size: 24px;
	font-weight: bold;
	line-height: 44px;
	color: #fff;
	padding: 0 8%;
	background: #323e48;
}
.main_l_list{
	border-top: 1px solid #fff;
}
.main_l_list dd{
	border-bottom: 1px solid #fff;
}
.main_l_list dd a{
	display: block;
	line-height: 44px;
	font-size: 16px;
	color: #666;
	padding: 0 8%;
}
.main_l_list dd.hover a,
.main_l_list dd a:hover{
	color: #fff;
	background: #00b7ee;
}
.hot_pro_scroll_box{
	padding:15px;
}

.hot_pro_scroll .item .pic{
	overflow: hidden;
}
.hot_pro_scroll .item .pic img{
	display: block;
	width: 100%;
}
.hot_pro_scroll .item .con{
	padding: 18px 0 0;
}
.hot_pro_scroll .item .con .tt{
	font-size: 20px;
	color: #444;
	font-weight: bold;
	margin-bottom: 8px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.hot_pro_scroll .item .con .text{
	font-size: 16px;
	line-height: 1.6;
	color: #444;
}
.hot_pro_scroll .item a:hover .pic img{
	-ms-transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transform: scale(1.03,1.03);
}
.hot_pro_scroll .item a:hover .con .tt{
	color: #00b7ee;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.hot_pro_scroll.owl-theme .owl-dots .owl-dot span{
	background: #323e48;
}


.main_r{
	width: calc(100% - 266px);
	padding-left: 4%;
}

.pro_det_b_tabs_item{
	margin-bottom: 40px;
}
.pro_det_b_tabs_item:last-child{
	margin-bottom: 0;
}

.pro_det_b_text{
	font-size: 16px;
	color: #444;
	line-height: 1.8;
}
.pro_det_b_tabs table{
	width: 100%;
}
.pro_det_b_tabs table tr td{
	border: 1px dashed #d2d2d2;
	font-size: 12px;
	color: #444;
	font-family: "";
	padding: 10px;
}
/* .pro_det_b_tabs table tr:nth-child(1){
	color: #fff;
	background: #444444;
}
 */


.pro_det_adv_list dd{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 15px;
	color: #444;
	border-bottom: 1px solid #e6e6e6;
}
.pro_det_adv_list dd:last-child{
	border: none;
}
.pro_det_adv_list dd .icon{
	width: 60px;
	font-size: 44px;
	text-align: center;
}
.pro_det_adv_list dd .con{
	width: calc(100% - 60px);
	padding-left: 3.5%;
}
.pro_det_adv_list dd .con .tt{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 4px;
}
.pro_det_adv_list dd .con .text{
	font-size: 16px;
	line-height: 1.8;
}


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

.pro_det_b_app_l,
.pro_det_sandwich_l{
	width: 52%;
}

.pro_det_b_text{
	font-size: 16px;
	line-height: 1.8;
	color: #444;
}
.pro_det_b_app_l_list dd{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-family: "";
}
.pro_det_b_app_l_list dd .icon{
	width: 30px;
}
.pro_det_b_app_l_list dd .tt{
	width: calc(100% - 30px);
}

.pro_det_b_app_r,
.pro_det_sandwich_video{
	width: 43%;
}
.pro_det_b_app_scroll.owl-theme .owl-controls{
	padding-top: 12px;
}

.pro_det_sandwich_video a{
	display: block;
	overflow: hidden;
}
.pro_det_sandwich_video a img{
	display: block;
	width: 100%;
}


.pro_det_inq_tt2{
	font-size: 16px;
	line-height: 1.6;
	color: #666;
	margin-bottom: 30px;
}

.pro_det_inq_form{
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
}
.pro_det_inq_form_wrap{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.pro_det_inq_form_l{
	width: 35%;
}
.pro_det_inq_form_r{
	width: 63%;
}

.pro_det_inq_form_text,
.pro_det_inq_form_area{
	display: block;
	width: 100%;
	line-height: 40px;
	font-size: 14px;
	color: #444;
	padding-left: 10px;
	font-family: "";
	background: #fff;
	border: 1px solid #ecf3fb;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	margin-bottom: 10px;
}
.pro_det_inq_form_text:last-child{
	margin-bottom: 0;
}
.pro_det_inq_form_area{
	height: 100%;
	resize: none;
	margin-bottom: 0;
}


.pro_det_inq_form_btn{
	width: 200px;
}




/* pro_list */
.pro_lis3{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.pro_lis3 dd{
	width: calc((100% - 60px) / 3);
	margin: 0 30px 30px 0;
}
.pro_lis3 dd a{
	display: block;
}
.pro_lis3 dd a .pic{
	overflow: hidden;
	border: 1px solid #e5e5e5;
}
.pro_lis3 dd a .pic img{
	width: 100%;
}
.pro_lis3 dd .con{
	padding: 18px 0 10px;
}
.pro_lis3 dd .con .tt{
	font-size: 20px;
	color: #444;
	font-family: "";
	margin-bottom: 8px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.pro_lis3 dd .con .text{
	font-size: 16px;
	line-height: 1.6;
}
.pro_lis3 dd a:hover .pic img{
	-ms-transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transform: scale(1.03,1.03);
}
.pro_lis3 dd a:hover .con .tt{
	color: #00b7ee;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}



/* project_list */
.project_bars{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #e4e4e4;
	padding: 22px 3%;
	margin: 50px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.project_bars a{
	width: 19%;
	margin-right: 1%;
}
.project_bars a{
	display: block;
	font-size: 16px;
	color: #444;
	line-height: 1.5;
	padding: 4px 0;
	font-family: "";
}
.project_bars a:hover,
.project_bars a.hover{
	color: #00b7ee;
}


.project_list1{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.project_list1 dd{
	width: 48%;
	margin: 0 4% 30px 0;
}
.project_list1 dd:nth-child(2n){
	margin-right: 0;
}
.project_list1 dd a{
	display: block;
}
.project_list1 dd a .pic{
	overflow: hidden;
}
.project_list1 dd a .pic img{
	width: 100%;
}
.project_list1 dd a .con .tt{
	line-height: 57px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	background: #5e5f62;
	font-family: "";
	border-top: 1px solid #fff;
}
.project_list1 dd a .con .text{
	font-size: 16px;
	line-height: 1.8;
	margin: 18px 0;
}
.project_list1 dd a .con .btn{
	width: 133px;
}
.btn_style1{
	display: block;
	min-width: 133px;
	line-height: 42px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #00b7ee;
	border-radius: 3px;
	font-family: "";
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.project_list1 dd a:hover .pic img{
	-ms-transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transform: scale(1.03,1.03);
}



/* project_det */
.project_t_pic{
	width: 55%;
	overflow: hidden;
}
.project_t_pic img{
	width: 100%;
}
.project_t_inf{
	width: 45%;
	padding: 25px 0 0 4%;
}
.project_det_title{
	color: #444;
	font-family: "";
}

.project_det_desc{
	padding: 0px 0 35px;
}
.project_det_desc .item{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 16px;
	color: #444;
	line-height: 1.6;
	padding: 5px 0;
}
.project_det_desc .tt{
	width: 75px;
	font-family: "";
}
.project_det_desc .text{
	width: calc(100% - 75px);
	padding-left: 5px;
}
.project_t_btn{
	width: 100%;
	max-width: 350px;
}

.project_b{
	
}
.project_det_pic_rela{
	position: relative;
	padding: 0 60px;
}
.project_det_pic_scroll_btn{
	position: absolute;
	top: 46%;
	z-index: 2;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
	font-size: 28px;
	background: rgba(50,62,72,.64);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.project_det_pic_scroll_prev{
	left: 20px;
}
.project_det_pic_scroll_next{
	right: 20px;
	-ms-transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}

.project_det_pic_scroll_btn:hover{
	background: rgba(50,62,72,.8);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.project_det_pic_scroll .item{
	overflow: hidden;
}
.project_det_pic_scroll .item:hover img{
	-ms-transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transform: scale(1.03,1.03);
}


/* 404 */
.error_page_con{
	padding: 4% 0;
}
.error_page_tt{
	color: #00b7ee;
	font-size: 48px;
	line-height: 1.2;
	font-family: "";
	font-weight: bold;
	padding: 0 0 8px;
}
.error_page_text{
	font-size: 24px;
	margin-bottom: 40px;
}
.error_page_btn{
	display: block;
	width: 250px;
	height: 42px;
	font-size: 16px;
	color: #00b7ee;
	line-height: 38px;
	font-family: "";
	border: 2px solid #00b7ee;
	border-radius: 42px;
	margin: 0 auto;
}
.error_page_btn:hover{
	color: #fff;
	background: #00b7ee;
}



.float_window{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 6;
    width: 230px;
    box-shadow:0 0 10px rgba(115,115,115,.2);
}

.float_window_rela{
    padding: 20px;
    background: #fff;
    position: relative;
}
.float_window_close{
    position: absolute;
    right: -20px;
    top: -20px;
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    text-shadow: 0 0 5px rgba(0,0,0,.8);
    transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
}
.float_window_tt{
    font-size: 22px;
    color: #333;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom:15px;
}
.float_window_text,
.float_window_area{
    display: block;
    width: 100%;
    height: 36px;
    font-size: 14px;
    padding-left: 15px;
    border: 1px solid #dedede;
    background: none;
    margin-bottom:10px;
}
.float_window_area{
    height: 80px;
    padding-top: 10px;
    resize: none;
}

.float_window_btn{
    display: block;
    width: 150px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #00b7ee;
    border: none;
}

.float_window.hover{
    left: -230px;
}
.float_window.hover .float_window_close{
    transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
}
</pre></body></html>