@-webkit-keyframes upIn{
	0%{opacity:0; -webkit-transform:translate3d(0,-30px,0);}
	100%{opacity:1; -webkit-transform:translate3d(0,0,0);}
}
@-moz-keyframes upIn{
	0%{opacity:0; -moz-transform:translate3d(0,-30px,0);}
	100%{opacity:1; -moz-transform:translate3d(0,0,0);}
}
@keyframes upIn{
	0%{opacity:0; transform:translate3d(0,-30px,0);}
	100%{opacity:1; transform:translate3d(0,0,0);}
}



@-webkit-keyframes downIn{
	0%{opacity:0; -webkit-transform:translate3d(0,30px,0);}
	100%{opacity:1; -webkit-transform:translate3d(0,0,0);}
}
@-moz-keyframes downIn{
	0%{opacity:0; -moz-transform:translate3d(0,30px,0);}
	100%{opacity:1; -moz-transform:translate3d(0,0,0);}
}
@keyframes downIn{
	0%{opacity:0; transform:translate3d(0,30px,0);}
	100%{opacity:1; transform:translate3d(0,0,0);}
}



@-webkit-keyframes leftIn{
	0%{opacity:0; -webkit-transform:translate3d(-30px,0,0);}
	100%{opacity:1; -webkit-transform:translate3d(0,0,0);}
}
@-moz-keyframes leftIn{
	0%{opacity:0; -moz-transform:translate3d(-30px,0,0);}
	100%{opacity:1; -moz-transform:translate3d(0,0,0);}
}
@keyframes leftIn{
	0%{opacity:0; transform:translate3d(-30px,0,0);}
	100%{opacity:1; transform:translate3d(0,0,0);}
}



@-webkit-keyframes rightIn{
	0%{opacity:0; -webkit-transform:translate3d(30px,0,0);}
	100%{opacity:1; -webkit-transform:translate3d(0,0,0);}
}
@-moz-keyframes rightIn{
	0%{opacity:0; -moz-transform:translate3d(30px,0,0);}
	100%{opacity:1; -moz-transform:translate3d(0,0,0);}
}
@keyframes rightIn{
	0%{opacity:0; transform:translate3d(30px,0,0);}
	100%{opacity:1; transform:translate3d(0,0,0);}
}



@-webkit-keyframes fadeIn{
	0%{opacity:0;}
	100%{opacity:1;}
}
@-moz-keyframes fadeIn{
	0%{opacity:0;}
	100%{opacity:1;}
}
@keyframes fadeIn{
	0%{opacity:0;}
	100%{opacity:1;}
}

@-webkit-keyframes fadeOut{
	0%{opacity:1;}
	100%{opacity:0;}
}
@-moz-keyframes fadeOut{
	0%{opacity:1;}
	100%{opacity:0;}
}
@keyframes fadeOut{
	0%{opacity:1;}
	100%{opacity:0;}
}


body.bg_a{background:#000 url("../img/content_bg.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/content_bg.jpg*/ repeat; background-size:100% auto;}
body.full{
	position:relative;
	width:100%;
	min-width:1200px;
	height:100%;
	overflow:hidden;

}

#video{width:100%; min-width:1200px; height:600px; background:url("../img/video_cover.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/video_cover.jpg*/ no-repeat center 0; -webkit-animation:fadeIn 1s 0.15s both; -moz-animation:fadeIn 1s 0.15s both; animation:fadeIn 1s 0.15s both;}
#video a{display:block; width:100%; height:100%;}

#pro_feature{width:100%; min-width:1200px; max-width:1400px; height:170px; margin:0 auto; -webkit-animation:downIn 1s 0.8s both; -moz-animation:downIn 1s 0.8s both; animation:downIn 1s 0.8s both; }
#pro_feature li{float:left; width:8.3333%; height:170px; background-position:center 0; background-repeat:no-repeat; opacity:0.6; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
#pro_feature li a{position:relative; display:block; width:100%; height:100%; overflow:hidden;}
#pro_feature li a:after{content:''; position:absolute; bottom:-2px; left:0; width:100%; height:2px; background:#0098a5; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
#pro_feature li:hover{opacity:1;}
#pro_feature li:hover a:after{bottom:0;}
/*#pro_feature .feature01{background-image:url(../img/pro_feature01.jpg);}
#pro_feature .feature02{background-image:url(../img/pro_feature02.jpg);}
#pro_feature .feature03{background-image:url(../img/pro_feature03.jpg);}*/

.pro_list_wrap{width:100%; min-width:1200px;}
.pro_list_wrap header{
	padding:45px 0 55px;
	text-align:center;
	background-image: url(../../images/contact/title_bg.png);
	background-repeat: repeat-x;
	background-position: 0 bottom;
}
.pro_list_wrap header h1{color:#fff; font-size:48px;}
.pro_list_wrap header summary{color:#737373;}

.pro_list{position:relative; width:100%; min-width:1200px; max-width:1400px; margin:40px auto 40px; overflow:hidden;border-top:1px solid #363635;}
.pro_list:after{content:''; position:absolute; top:0; left:0; width:1px; height:100%; background:#363635;}
.pro_list li{float:left; width:25%; height:530px;border-bottom:1px solid #363635; position:relative;}
.pro_list li:after{content:''; position:absolute; right:0; top:0; height:100%; width:1px; background:#363635;}
.pro_list li a{position:relative; display:block; text-align:center;}
.pro_list li img{display:block; height:240px; margin:auto; padding-top:88px; opacity:0.8; -webkit-transition:opacity 0.3s, transform 0.6s; -moz-transition:opacity 0.3s, transform 0.6s; transition:0.6s;}
.pro_list li a h2{margin:45px 0 15px; color:#0098a5;}
.pro_list li a aside{width:86%; margin:auto; color:#999; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.pro_list li:hover img{opacity:1; -webkit-transform:translate3d(0,-15px,0); -moz-transform:translate3d(0,-15px,0); transform:translate3d(0,-15px,0);}
.pro_list li a:hover aside{color:#ddd;}

#understand{position:absolute; left:50%; margin-left:-80px; bottom:20px; color:#0098a5;}
#buy{position:absolute; right:50%; margin-right:-80px; bottom:20px; color:#0098a5;}




.pro_list2{width:100%; min-width:1200px;}
.pro_list2 li{width:1200px; margin:auto; padding:50px 0; overflow:hidden; border-bottom:1px solid #333335;}
.pro_list2 li picture{float:left; width:400px; text-align:center;}
.pro_list2 li div{float:left; width:600px; margin-left:200px;}
.pro_list2 li div h2{color:#0098a5; font-size:80px;}
.pro_list2 li div p{color:#999;}
.pro_list2 li div a{display:block; width:100px; margin-top:65px; padding-left:36px; background:url("../img/icon_cart.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/icon_cart.png*/ no-repeat 0 center; color:#0098a5; line-height:30px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.pro_list2 li div a:hover{color:#00c1d1;}

.service_feature{width:100%; min-width:1200px; height:146px; border-top:1px solid #000; background:#1d1d1d url("../img/service_feature.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/service_feature.jpg*/ no-repeat center 0; overflow:hidden;}


.product{width:100%; min-width:1200px; height:700px; background:#000 url("../img/pro_bg.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/pro_bg.jpg*/ no-repeat center 0;}
.product .container{width:1200px; height:700px; margin:auto;}
.product .preview{position:relative; float:left; width:475px; height:606px; padding-top:94px;}
.product .preview picture{width:100%; height:606px; overflow:hidden;}
.product .preview picture img{display:block; max-width:100%; *width:100%; margin:auto;}
.product .preview ul{position:absolute; bottom:30px; left:0; width:100%; height:14px; text-align:center; -webkit-user-select:none; user-select:none;}
.product .preview ul li{display:inline-block; *display:inline; *zoom:1; width:14px; height:14px; border-radius:50%; margin:0 10px; background:#5a5a5a; cursor:pointer; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.product .preview ul li.act, .product .preview ul li:hover{background:#0098a5;}

.product .pro_info{
	position:relative;
	float:right;
	width:570px;
	height:606px;
	padding-top:94px;
	line-height:40px;
	font-size: 14px;
}
.product .pro_info b{float:left; margin-left:10px; color:#747474;}
.product .pro_info .mobile{position:absolute; top:50px; right:0; color:#0098a5;}
.product .pro_info h1{height:90px; line-height:90px; color:#fff; font-size:30px; border-top:1px dotted #3c3b3c; border-bottom:1px dotted #3c3b3c;}
.product .pro_info aside{margin-bottom:25px; overflow:hidden;}
.product .pro_info .price{margin-top:25px; font-size:30px; color:#0098a5;}
.product .pro_info .price sub{font-size:18px; vertical-align:baseline;}


.product .pro_info aside label{float:left; width:40px; height:40px; margin-right:25px; color:#666;}
.product .pro_info aside ul{float:left;}
#choose li{position:relative; float:left; width:36px; height:36px; margin-right:10px; border:2px solid #212121; cursor:pointer; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
#choose li.act, #choose li:hover{border-color:#0098a5;}
#choose li.act:after{content:''; position:absolute; right:0; bottom:0; width:12px; height:12px; background:url("../img/choosed.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/choosed.png*/ no-repeat;}


.product .pro_info aside a{float:left;}
.product .pro_info aside input{float:left; width:46px; height:38px; border:1px solid #0098a5; background:#242424; color:#fff; line-height:38px; text-align:center;}
#count a{width:38px; height:38px; border:1px solid #0098a5; background:#004c53; color:#ccc; line-height:38px; text-align:center; font-size:18px; -webkit-transition:0.2s; -moz-transition:0.2s; transition:0.2s;}
#count a:hover{color:#fff;}
#count a:active{background:#0098a5;}

#pro_server span{position:relative; float:left; height:38px; padding:0 18px; border:1px solid #888; color:#888; cursor:pointer; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; -webkit-user-select:none; user-select:none;}
#pro_server span:after{content:''; position:absolute; right:0; bottom:0; width:12px; height:12px; background:url("../img/choosed_gray.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/choosed_gray.png*/ no-repeat;}
#pro_server span.act{color:#fff; border-color:#0098a5;}
#pro_server span.act:after{background:url("../img/choosed.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/choosed.png*/ no-repeat;}

.product .pro_info .buy_wrap{padding:28px 0; border-top:1px dotted #3c3b3c; border-bottom:1px dotted #3c3b3c; overflow:hidden;}
.product .pro_info .buy_wrap a{float:left;}
.product .pro_info .buy_wrap a img{vertical-align:-3px;}
.product .pro_info .buy{width:152px; height:40px; text-align:center; font-size:16px; background:#fff; color:#0098a5; margin-right:15px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.product .pro_info .buy:hover{background:#ddd;}
.product .pro_info .cart{width:152px; height:40px; text-align:center; font-size:16px; background:#0098a5; color:#fff; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.product .pro_info .cart:hover{background:#00c1d1;}
.product .pro_info .qrcode{margin-left:34px; padding-left:40px; line-height:20px; background:url("../img/icon_qrcode.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/icon_qrcode.png*/ no-repeat 0 center; color:#0098a5;}
.product .pro_info p{margin-top:25px; color:#747474; line-height:24px;}
.product .pro_info p a{color:#0098a5;}
.product .pro_info .qrcode:hover, .product .pro_info p a:hover, .product .pro_info .mobile:hover{text-decoration:underline;}


#product_detail{width:1200px; margin:auto; padding-top:34px;}
#product_detail h2{position:relative; width:140px; height:64px; line-height:64px; color:#0098a5; text-align:center; background:url("../img/icon_detail.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/icon_detail.png*/ no-repeat 5px center; *border-bottom:1px solid #0098a5;}
#product_detail h2:after{content:''; position:absolute; bottom:-1px; left:0; width:100%; height:1px; background:#0098a5;}
#product_detail .details{width:1200px; border-top:1px solid #1a1a1a; color:#999;}
#product_detail .details td{padding:40px 0 40px 20px; border-bottom:1px solid #1a1a1a;}
#product_detail .details p{line-height:30px;}
#product_detail .details p img{vertical-align:middle;}
#product_detail .details a{color:#0098a5; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
#product_detail .details a:hover{color:#00c1d1;}
#product_detail .details .tt{width:220px; padding-left:0; border-right:30px solid #000; font-size:18px; vertical-align:top;}

#product_more{position:relative; width:1200px; height:500px; margin:auto; padding-top:156px; text-align:center; background:url("../img/pro_more_bg.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/pro_more_bg.jpg*/ no-repeat center bottom;}
#product_more h2{margin-bottom:15px; color:#fff; font-size:32px;}
#product_more a{color:#0098a5; font-size:18px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
#product_more a:hover{color:#00c1d1;}
#product_more img{position:absolute; bottom:0; left:50%; margin-left:-250px;}

.pro_menu{width:1200px; height:62px; margin:auto; line-height:62px; border-bottom:1px solid #212121;}
.pro_menu h1{float:left; font-size:18px; color:#0098a5;}
.pro_menu .buy_now{float:right; width:125px; height:30px; margin-top:16px; color:#fff; border-radius:3px; background:#0098a5 url("../img/icon_cart_w.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/icon_cart_w.png*/ no-repeat 15px center; line-height:30px; text-indent:45px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.pro_menu .buy_now:hover{background-color:#00c1d1;}
.pro_menu ul{float:right; height:62px;}
.pro_menu ul li{float:left; margin-right:50px;}
.pro_menu ul li a{position:relative; display:block; height:62px; padding:0 10px; color:#fff; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.pro_menu ul li a:after{content:''; position:absolute; bottom:-1px; left:0; width:100%; height:1px; background:transparent; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.pro_menu ul li.act a, .pro_menu ul li a:hover{color:#0098a5;}
.pro_menu ul li.act a:after, .pro_menu ul li a:hover:after{background:#0098a5;}


.gallery_wrap{width:1200px; height:685px; margin:auto; overflow:hidden; position:relative;}
#gallery{overflow:hidden; position:absolute; top:100px; left:300px; height:500px;}
#gallery li{float:left; width:300px; height:500px; margin:0 30px; opacity:0.15;}
#gallery li:before{content:''; display:inline-block; width:0; height:100%; vertical-align:middle;}
#gallery li img{width:100%; line-height:500px; vertical-align:middle;}
.gallery_wrap button{opacity:0.5; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.gallery_wrap button:hover{opacity:1;}
#gallery_prev{position:absolute; top:50%; left:0; margin-top:-45px; width:45px; height:90px; border:none; background:url("../img/gallery_prev.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/gallery_prev.png*/ no-repeat;}
#gallery_next{position:absolute; top:50%; right:0; margin-top:-45px; width:45px; height:90px; border:none; background:url("../img/gallery_next.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/gallery_next.png*/ no-repeat;}


.summary_indicator{position:absolute; top:50%; right:5%; width:14px; z-index:10;}
.summary_indicator li{position:relative; width:14px; height:12px; margin:10px 0; cursor:pointer;}
.summary_indicator li i{position:absolute; top:0; right:1px; width:10px; height:10px; border:1px solid #a0a0a0; border-radius:50%; -webkit-transform:scale(0); -moz-transform:scale(0); transform:scale(0); -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.summary_indicator li b{position:absolute; top:4px; right:4px; width:6px; height:6px; background:#a0a0a0; border-radius:50%; -webkit-transform:scale(1); -moz-transform:scale(1); transform:scale(1); -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.summary_indicator li span{display:none; position:absolute; top:-4px; right:22px; width:80px; height:20px; border-radius:3px; background:#00beed; color:#000; line-height:20px; font-size:12px; text-align:center; -webkit-animation:fadeIn 1s 0.1s both; -moz-animation:fadeIn 1s 0.1s both; animation:fadeIn 1s 0.1s both;}

.summary_indicator li.act i, .summary_indicator li:hover i{-webkit-transform:scale(1); -moz-transform:scale(1); transform:scale(1);}
.summary_indicator li.act b, .summary_indicator li:hover b{-webkit-transform:scale(0); -moz-transform:scale(0); transform:scale(0);}
.summary_indicator li.act span, .summary_indicator li:hover span{display:block;}

#container{position:absolute; top:0; left:0; width:100%; height:100%;}
#container .pages{position:relative; width:100%; height:100%; overflow:hidden;}
.pages .main{width:1200px; margin:auto;}
#container .pages .middle{position:absolute; top:0; left:50%; margin-left:-600px; width:1200px;}


.summary_share{position:fixed; right:5%; bottom:5%; z-index:10; opacity:0.6; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.summary_share:hover{opacity:1;}

#summary01{background:url("../img/summary_bg01.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/summary_bg01.jpg*/ no-repeat center; text-align:center; opacity:0; -webkit-transition:0.7s; -moz-transition:0.7s; transition:0.7s;}
#summary01 .main{display:none;}
#summary01 .main h2{margin:1.6% 0 1%; font-size:48px; letter-spacing:4px; -webkit-animation:downIn 1s 0.1s both; -moz-animation:downIn 1s 0.1s both; animation:downIn 1s 0.1s both;}
#summary01 .main summary{margin-bottom:1%; color:#aaa; -webkit-animation:downIn 1s 0.4s both; -moz-animation:downIn 1s 0.4s both; animation:downIn 1s 0.4s both;}
#summary01 .main_video{color:#0098a5; font-size:20px; -webkit-animation:fadeIn 1s 1s both; -moz-animation:fadeIn 1s 1s both; animation:fadeIn 1s 1s both;}
#summary01 .main_video img{vertical-align:-4px;}
#summary01 .pro{display:block; margin:3% auto 0; height:50%; opacity:0; -webkit-transition:1s 2s; -moz-transition:1s 2s; transition:1s 2s; -webkit-animation:profloat 2.6s linear 2.6s infinite alternate both; -moz-animation:profloat 2.6s linear 2.6s infinite alternate both; animation:profloat 2.6s linear 2.6s infinite alternate both;}

#summary01.animated{opacity:1;}
#summary01.animated .main{display:block;}
#summary01.animated .pro{opacity:1;}

@-webkit-keyframes profloat{
	0%{-webkit-transform:translate3d(0,-4px,0);}
	100%{-webkit-transform:translate3d(0,4px,0);}
}
@-moz-keyframes profloat{
	0%{-moz-transform:translate3d(0,-4px,0);}
	100%{-moz-transform:translate3d(0,4px,0);}
}
@keyframes profloat{
	0%{transform:translate3d(0,-4px,0);}
	100%{transform:translate3d(0,4px,0);}
}


#dialog{display:none; position:absolute; top:0; right:0; bottom:0; left:0;}
#dialog.fixed{position:fixed;}
#dialog .overlay{width:100%; height:100%; background:#666; background:rgba(0,0,0,0.6);}
#dialog .video_wrap{position:absolute; top:50%; left:50%; width:800px; height:600px; margin:-300px 0 0 -400px;}

#dialog #video_gb{position:absolute; right:-35px; top:75px; background:url("../img/A6_gb.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/A6_gb.jpg*/ no-repeat; width:35px; height:35px; border:0;}

#summary02{background:url("../img/summary_bg02.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/summary_bg02.jpg*/ no-repeat center bottom; text-align:center; text-align:center;}
#summary02 .main{display:none;}
#summary02 h2{margin:4.5% 0 1%; font-size:48px; letter-spacing:4px; -webkit-animation:downIn 1s 0.1s both; -moz-animation:downIn 1s 0.1s both; animation:downIn 1s 0.1s both;}
#summary02 summary{margin-bottom:1%; color:#aaa; -webkit-animation:downIn 1s 0.4s both; -moz-animation:downIn 1s 0.4s both; animation:downIn 1s 0.4s both;}
#summary02 ul{position:relative; z-index:2; width:955px; height:66px; margin:2% auto 2%; overflow:hidden; -webkit-animation:fadeIn 1s 1s both; -moz-animation:fadeIn 1s 1s both; animation:fadeIn 1s 1s both;}
#summary02 ul li{float:left; width:190px; height:66px; border-right:1px dotted #4d4c4c; font-size:20px; color:#aaa;}
#summary02 ul li:last-of-type{border-right:none;}
#summary02 a{position:relative; z-index:2; color:#0098a5; font-size:20px; border-bottom:1px dotted #0098a5; -webkit-animation:fadeIn 1s 1.8s both; -moz-animation:fadeIn 1s 1.8s both; animation:fadeIn 1s 1.8s both;}
#summary02 .pro{position:absolute; bottom:0; left:50%; margin-left:-591px; -webkit-transform:translate3d(0,120px,0); -moz-transform:translate3d(0,120px,0); transform:translate3d(0,120px,0); -webkit-transition:1.2s ease-in-out 2.4s; -moz-transition:1.2s ease-in-out 2.4s; transition:1.2s ease-in-out 2.4s;}

#summary02.animated .main{display:block;}
#summary02.animated .pro{ -webkit-transform:translate3d(0,0,0); -moz-transform:translate3d(0,0,0); transform:translate3d(0,0,0);}




#summary03{background:url("../img/summary_bg03.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/summary_bg03.jpg*/ no-repeat center; text-align:center; text-align:center;}
#summary03 .main{display:none;}
#summary03 h2{margin:5% 0 2%; font-size:48px; letter-spacing:4px; -webkit-animation:downIn 1s 0.1s both; -moz-animation:downIn 1s 0.1s both; animation:downIn 1s 0.1s both;}
#summary03 summary{margin-bottom:1%; color:#aaa; -webkit-animation:downIn 1s 0.4s both; -moz-animation:downIn 1s 0.4s both; animation:downIn 1s 0.4s both;}
#summary03 a{position:relative; z-index:2; color:#0098a5; font-size:20px; border-bottom:1px dotted #0098a5; -webkit-animation:fadeIn 1s 1s both; -moz-animation:fadeIn 1s 1s both; animation:fadeIn 1s 1s both;}
#summary03 .pro{display:none; position:absolute; bottom:0; left:50%; margin-left:-363px; -webkit-animation:fadeIn 1s 2s both; -moz-animation:fadeIn 1s 2s both; animation:fadeIn 1s 2s both;}

#summary03.animated .main{display:block;}
#summary03.animated .pro{display:block;}



#summary04{background:#f6ede1 url("../img/summary_bg04.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/summary_bg04.jpg*/ no-repeat center bottom; background-size:auto 100%; text-align:center; text-align:center; opacity:0; -webkit-transition:1s; -moz-transition:1s; transition:1s;}
#summary04 .main{display:none;}
#summary04 h2{margin:5% 0 2%; font-size:48px; letter-spacing:4px; color:#000; -webkit-animation:downIn 1s 0.8s both; -moz-animation:downIn 1s 0.8s both; animation:downIn 1s 0.8s both;}
#summary04 summary{margin-bottom:1%; color:#000; -webkit-animation:downIn 1s 1.1s both; -moz-animation:downIn 1s 1.1s both; animation:downIn 1s 1.1s both;}
#summary04 a{position:relative; z-index:2; color:#0098a5; font-size:20px; border-bottom:1px dotted #0098a5; -webkit-animation:fadeIn 1s 1.7s both; -moz-animation:fadeIn 1s 1.7s both; animation:fadeIn 1s 1.7s both;}

#summary04.animated{opacity:1;}
#summary04.animated .main{display:block;}




#summary05{background:#000 url("../img/summary_bg05.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/summary_bg05.jpg*/ no-repeat center top;}
#summary05 .main{display:none; text-align:center;}
#summary05 .main .buy_now{display:block; width:160px; height:40px; margin:10% auto 2%; color:#fff; border-radius:3px; background:#0098a5 url("../img/icon_cart_w.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/icon_cart_w.png*/ no-repeat 30px center; line-height:40px; font-size:20px; text-indent:40px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;; -webkit-animation:fadeIn 0.7s both; -moz-animation:fadeIn 0.7s both; animation:fadeIn 0.7s both;}
#summary05 .main .buy_now:hover{background-color:#00bca7;}
#summary05 .main h2{margin-bottom:2%; padding-top:3.5%; border-top:1px solid #222; font-size:18px; letter-spacing:4px; -webkit-animation:downIn 1s 0.1s both; -moz-animation:downIn 1s 0.1s both; animation:downIn 1s 0.1s both;}
#summary05 .main .share{margin:0 30px; -webkit-animation:fadeIn 1s 0.6s both; -moz-animation:fadeIn 1s 0.6s both; animation:fadeIn 1s 0.6s both;}
#summary05 .main .share img{width:50px;}
#summary05 .main .share:last-of-type{-webkit-animation-delay:0.8s; -moz-animation-delay:0.8s; animation-delay:0.8s;}

#summary05.animated .main{display:block;}

#container #footer{position:absolute; bottom:0; left:0; opacity:0; -webkit-transition:1s 0.4s; -moz-transition:1s 0.4s; transition:1s 0.4s; -webkit-transform:translate3d(0,100px,0); -moz-transform:translate3d(0,100px,0); transform:translate3d(0,100px,0);}
#container .animated #footer{opacity:1; -webkit-transform:translate3d(0,0,0); -moz-transform:translate3d(0,0,0); transform:translate3d(0,0,0);}



.a6_indicator{position:absolute; top:50%; right:5%; width:14px; z-index:10;}
.a6_indicator li{position:relative; width:14px; height:12px; margin:10px 0; cursor:pointer;}
.a6_indicator li i{position:absolute; top:0; right:1px; width:10px; height:10px; border:1px solid #a0a0a0; border-radius:50%; -webkit-transform:scale(1); -moz-transform:scale(1); transform:scale(1); -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.a6_indicator li b{position:absolute; top:0; right:1px; width:12px; height:12px; background:#0098a5; border-radius:50%; -webkit-transform:scale(0); -moz-transform:scale(0); transform:scale(0); -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.a6_indicator li span{display:none; position:absolute; top:-4px; right:22px; width:80px; height:20px; border-radius:3px; background:rgba(0,0,0,0.2); color:#00beed; line-height:20px; font-size:12px; text-align:center; -webkit-animation:fadeIn 1s 0.1s both; -moz-animation:fadeIn 1s 0.1s both; animation:fadeIn 1s 0.1s both;}
.a6_indicator li span:after{content:''; position:absolute; right:-6px; top:4px; border-left:6px solid rgba(0,0,0,0.2); border-top:6px solid transparent; border-bottom:6px solid transparent;}

.a6_indicator li.act i, .a6_indicator li:hover i{-webkit-transform:scale(0); -moz-transform:scale(0); transform:scale(0);}
.a6_indicator li.act b, .a6_indicator li:hover b{-webkit-transform:scale(1); -moz-transform:scale(1); transform:scale(1);}
.a6_indicator li.act span, .a6_indicator li:hover span{display:block;}

#a601 .bg{display:none; position:absolute; top:0; right:0; bottom:0; left:0; background:url("../img/a6_bg1.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/a6_bg1.jpg*/ no-repeat center bottom; background-size:auto 100%; -webkit-animation:fadeIn 1s 0.1s both; -moz-animation:fadeIn 1s 0.1s both; animation:fadeIn 1s 0.1s both;}
#a601 .downarr{position:absolute; bottom:20px; left:50%; width:100px; margin-left:-50px; text-align:center; color:#0098a5; font-size:20px;}
#a601 .downarr img{display:block; margin:6px auto 0; -webkit-animation:profloat 1.8s linear 0.2s infinite alternate both; -moz-animation:profloat 1.8s linear 0.2s infinite alternate both; animation:profloat 1.8s linear 0.2s infinite alternate both;}

#a601.animated .bg{display:block;}


#a608 .bg{display:none; position:absolute; top:0; right:0; bottom:0; left:0; background:url("../img/a6_08.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/a6_08.jpg*/ no-repeat center bottom; background-size:auto 100%; -webkit-animation:fadeIn 1s 0.1s both; -moz-animation:fadeIn 1s 0.1s both; animation:fadeIn 1s 0.1s both;}
#a608.animated .bg{display:block;}


#a609 .bg{display:none; position:absolute; top:0; right:0; bottom:0; left:0; background:url("../img/a6_09.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/a6_09.jpg*/ no-repeat center bottom; background-size:auto 100%; -webkit-animation:fadeIn 1s 0.1s both; -moz-animation:fadeIn 1s 0.1s both; animation:fadeIn 1s 0.1s both;}
#a609.animated .bg{display:block;}

#a610 .bg{display:none; position:absolute; top:0; right:0; bottom:0; left:0; background-size:auto 100%; -webkit-animation:fadeIn 1s 0.1s both; -moz-animation:fadeIn 1s 0.1s both; animation:fadeIn 1s 0.1s both;}
#a610.animated .bg{display:block;}


#a602 .bg{display:none; position:absolute; top:0; right:0; bottom:0; left:0; background:url("../img/a6_bg2.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/a6_bg2.jpg*/ no-repeat center bottom; background-size:auto 100%; -webkit-animation:fadeIn 1s 0.1s both; -moz-animation:fadeIn 1s 0.1s both; animation:fadeIn 1s 0.1s both;}
#a602 .bg a{position:absolute; top:50%; left:50%; width:128px; height:40px; padding-top:180px; margin:-110px 0 0 -64px; background:url("../img/icon_a6video.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/icon_a6video.png*/ no-repeat 0 0; color:#fff; font-size:30px; text-align:center; opacity:0.8; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
#a602 .bg a:hover{opacity:1;}

#a602.animated .bg{display:block;}

#a603{background:url("../img/a6_bg3.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/a6_bg3.jpg*/ no-repeat center top; background-size:auto 100%; opacity:0; -webkit-transition:1s; -moz-transition:1s; transition:1s;}
#a603 .main{display:none;}
#a603 h2{display:inline-block; *display:inline; *zoom:1; font-size:42px; color:#c59f7a;  -webkit-animation:downIn 1s 0.8s both; -moz-animation:downIn 1s 0.8s both; animation:downIn 1s 0.8s both;}
#a603 summary{font-size:36px; color:#c59f7a; -webkit-animation:fadeIn 1s 1.8s both; -moz-animation:fadeIn 1s 1.8s both; animation:fadeIn 1s 1.8s both;}
#a603 aside{font-size:24px; -webkit-animation:fadeIn 1s 2.1s both; -moz-animation:fadeIn 1s 2.1s both; animation:fadeIn 1s 2.1s both; color:#c59f7a;}
#a603 aside span{width:550px; padding-top:8px; margin-top:8px; font-size:14px;display:block; border-top:1px solid #fff; color:#ccc;}
#a603 ul{margin:7% 0 5%; color:#939393; font-size:16px; line-height:30px; -webkit-animation:leftIn 1s 2.8s both; -moz-animation:leftIn 1s 2.8s both; animation:leftIn 1s 2.8s both;}
#a603 p{ -webkit-animation:fadeIn 1s 3.6s both; -moz-animation:fadeIn 1s 3.6s both; animation:fadeIn 1s 3.6s both;}

#a603.animated{opacity:1;}
#a603.animated .main{display:block;}


#a604{background:url("../img/a6_bg4.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/a6_bg4.jpg*/ no-repeat center top; background-size:auto 100%; opacity:0; -webkit-transition:1s; -moz-transition:1s; transition:1s;}
#a604 .main{display:none; margin-top:3%;}
#a604 .main{text-align:center;}
#a604 .main h3{font-size:30px; line-height:36px; -webkit-animation:downIn 1s 0.8s both; -moz-animation:downIn 1s 0.8s both; animation:downIn 1s 0.8s both;}
#a604 .main h2{font-size:36px; -webkit-animation:fadeIn 1s 1.1s both; -moz-animation:fadeIn 1s 1.1s both; animation:fadeIn 1s 1.1s both;}
#a604 .main aside{position:relative; margin-top:60px; font-size:20px; color:#434343; -webkit-animation:fadeIn 1s 1.4s both; -moz-animation:fadeIn 1s 1.4s both; animation:fadeIn 1s 1.4s both;}
/*#a604 .main aside:before{content:''; position:absolute; top:-22px; left:50%; width:24px; height:2px; margin-left:-12px; background:#434343;}*/

#a604.animated{opacity:1;}
#a604.animated .main{display:block;}



#a605{background:url("../img/a6_bg5.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/a6_bg5.jpg*/ no-repeat center top; background-size:auto 100%; opacity:0; -webkit-transition:1s; -moz-transition:1s; transition:1s;}
#a605 .main{display:none; text-align:center; margin-top:5%;}
#a605 h3{font-size:30px;}
#a605 h2{font-size:60px;}
#a605 aside{margin-top:30px; font-size:24px;}
#a605 aside a{margin:0 38px; color:#0098a5;}

#a605.animated{opacity:1;}
#a605.animated .main{display:block;}



#a606{background:#000 url("../img/summary_bg05.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/summary_bg05.jpg*/ no-repeat center top;}
#a606 .main{display:none; text-align:center;}
#a606 .main .buy_now{display:block; width:140px; height:40px; margin:5% auto 2%; color:#fff; border-radius:3px; background:#0098a5 url("../img/icon_cart_w.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/icon_cart_w.png*/ no-repeat 10px center; line-height:40px; font-size:18px; text-indent:20px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;; -webkit-animation:fadeIn 0.7s both; -moz-animation:fadeIn 0.7s both; animation:fadeIn 0.7s both;}
#a606 .main .buy_now:hover{background-color:#00c1d1;}
#a606 .main h2{margin-bottom:2%; padding-top:2%; border-top:1px solid #222; font-size:22px; letter-spacing:4px; -webkit-animation:downIn 1s 0.1s both; -moz-animation:downIn 1s 0.1s both; animation:downIn 1s 0.1s both;}
#a606 .main .share{ margin:0 30px; -webkit-animation:fadeIn 1s 0.6s both; -moz-animation:fadeIn 1s 0.6s both; animation:fadeIn 1s 0.6s both;}
#a606 .main .share:last-of-type{-webkit-animation-delay:0.8s; -moz-animation-delay:0.8s; animation-delay:0.8s;}
#a606 .main .share img{width:50px;}
#a606.animated .main{display:block;}

#a607 .pro_wrap{display:none; width:100%; height:100%;}
#a607 .main{position:absolute; bottom:-660px; left:0; width:100%; height:1234px; background:url("../img/a6_pro07.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/a6_pro07.png*/ no-repeat center 0; -webkit-animation:mainIn 2s 0.2s both, fadeOut 1s 2.2s both;}
@-webkit-keyframes mainIn{
	0%{-webkit-transform:translate3d(0,0,0);}
	100%{-webkit-transform:translate3d(0,-500px,0);}
}
@-moz-keyframes mainIn{
	0%{-moz-transform:translate3d(0,0,0);}
	100%{-moz-transform:translate3d(0,-500px,0);}
}
@keyframes mainIn{
	0%{transform:translate3d(0,0,0);}
	100%{transform:translate3d(0,-500px,0);}
}
#a607 #pro_detail{position:absolute; bottom:0; left:50%; width:1920px; height:863px; margin-left:-960px; background:url("../img/a6_pro071.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/a6_pro071.png*/ no-repeat 0 0; -webkit-animation:flipIn 1.6s 2.2s both;}
#a607 #pro_detail.animated{display:block;}
@-webkit-keyframes flipIn{
	0%{opacity:0; -webkit-transform:perspective(1000px) rotateY(40deg) translate3d(0,0,0);}
	100%{opacity:1; -webkit-transform:perspective(1000px) rotateY(0deg) translate3d(0,40px,0);}
}
@-moz-keyframes flipIn{
	0%{opacity:0; -moz-transform:perspective(1000px) rotateY(40deg) translate3d(0,0,0);}
	100%{opacity:1; -moz-transform:perspective(1000px) rotateY(0deg) translate3d(0,40px,0);}
}
@keyframes flipIn{
	0%{opacity:0; transform:perspective(1000px) rotateY(40deg) translate3d(0,0,0);}
	100%{opacity:1; transform:perspective(1000px) rotateY(0deg) translate3d(0,40px,0);}
}

#a607 .pro_detail_front{width:1920px; height:863px; background:url("../img/a6_pro071.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/a6_pro071.png*/ no-repeat 0 0; -webkit-animation:detail_front 3s 3.85s both; -moz-animation:detail_front 3s 3.85s both; animation:detail_front 3s 3.85s both;}
@-webkit-keyframes detail_front{
	0%{width:1920px;}
	100%{width:0;}
}
@-moz-keyframes detail_front{
	0%{width:1920px;}
	100%{width:0;}
}
@keyframes detail_front{
	0%{width:1920px;}
	100%{width:0;}
}

#a607.animated .pro_wrap{display:block;}



#service_banner{width:100%; min-width:1200px; height:450px; background:url("../img/service_banner.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/service_banner.jpg*/ no-repeat center 0;}
#service_self{width:100%; min-width:1200px; height:590px; padding-top:28px; background:url("../img/service_self_bg.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/service_self_bg.jpg*/ no-repeat center 0;}
#service_self h2{position:relative; width:1200px; height:60px; margin:auto; background:url("../img/icon_me.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/icon_me.png*/ no-repeat 0 center; border-bottom:1px solid #3a3a3d; text-indent:40px; color:#0098a5; line-height:60px;}
#service_self h2:after{content:''; position:absolute; bottom:-1px; left:0; width:140px; height:1px; background:#0098a5;}
#service_self ul{width:1200px; margin:50px auto 0; overflow:hidden; text-align:center;}
#service_self ul li{float:left; width:399px; height:200px; margin:0 1px 1px 0;}
#service_self ul li a{position:relative; display:block; height:70px; padding-top:130px; background:#000; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
#service_self ul li a b{position:absolute; top:28px; left:50%; width:131px; height:102px; margin-left:-65px; background:url("../img/icon_chat.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/icon_chat.png*/ no-repeat; opacity:0; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
#service_self ul li a i{position:absolute; top:25px; left:50%; width:100px; height:100px; margin-left:-50px;}

#service_self ul li.self01 a i{background:url("../img/service_self01.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/service_self01.png*/ no-repeat;}
#service_self ul li.self02 a i{background:url("../img/service_self02.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/service_self02.png*/ no-repeat;}
#service_self ul li.self03 a i{background:url("../img/service_self03.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/service_self03.png*/ no-repeat;}
#service_self ul li.self04 a i{background:url("../img/service_self04.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/service_self04.png*/ no-repeat;}
#service_self ul li.self05 a i{background:url("../img/service_self05.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/service_self05.png*/ no-repeat;}
#service_self ul li.self06 a i{background:url("../img/service_self06.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/service_self06.png*/ no-repeat;}

#service_self ul li a p{font-size:22px; color:#888; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}

#service_self ul li a:hover{background:#0098a5;}
#service_self ul li a:hover b{opacity:1;}
#service_self ul li a:hover p{color:#fff;}


.service_qa_wrap{width:100%; min-width:1200px; padding:20px 0; background:#0d0d0d;}
#service_qa{width:1200px; margin:auto; padding-top:50px; overflow:hidden;}
#service_qa .qa_list{width:560px;}
#service_qa .qa_list h2{height:60px; border-bottom:1px solid #0098a5; color:#0098a5; font-size:22px; text-indent:40px; background:url("../img/icon_question.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/icon_question.png*/ no-repeat 0 center; line-height:60px;}
#service_qa .qa_list ul{}
#service_qa .qa_list ul li{position:relative; padding-left:8px; border-bottom:1px solid #202020;}
#service_qa .qa_list ul li h3{position:relative; z-index:2; height:74px; line-height:74px; color:#d0d0d0; font-size:16px; cursor:pointer; -webkit-user-select:none; user-select:none; -webkit-transition:color 0.3s; -moz-transition:color 0.3s; transition:color 0.3s;}
#service_qa .qa_list ul li h3 span{margin-right:10px; color:#666;}
#service_qa .qa_list ul li div{display:none; margin-bottom:25px; padding:30px; border-radius:4px; background:#262626; color:#cfcfd0; line-height:30px;}
#service_qa .qa_list ul li i{position:absolute; top:27px; right:8px; width:20px; height:20px; border-radius:50%; background:#6f6e70 url("../img/icon_arr_w.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/icon_arr_w.png*/ no-repeat center center; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}

#service_qa .qa_list ul li.act h3, #service_qa .qa_list ul li:hover h3{color:#fff;}
#service_qa .qa_list ul li.act i{background-color:#0098a5; -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); transform:rotate(180deg);}

.s_title{width:1200px; margin:50px auto 20px; font-size:22px; color:#0098a5; text-align:left;}

.service_title{position:relative; width:1200px; height:60px; margin:auto; background:url("../img/icon_me.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/icon_me.png*/ no-repeat 0 center; border-bottom:1px solid #3a3a3d; text-indent:40px; color:#0098a5; line-height:60px; margin-top:20px;}
.service_title:after{content:''; position:absolute; bottom:-1px; left:0; width:140px; height:1px; background:#0098a5;}

#service_contact{width:1200px; margin:50px auto 80px; overflow:hidden;}
#service_contact li{float:left; width:280px; height:330px; margin:0 10px; text-align:center;}
#service_contact li.online{background:url("../img/service_01.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/service_01.jpg*/ no-repeat;}
#service_contact li.telephone{background:url("../img/service_02.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/service_02.jpg*/ no-repeat;}
#service_contact li.weixin{background:url("../img/service_03.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/service_03.jpg*/ no-repeat;}
#service_contact li.network{background:url("../img/service_04.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/service_04.jpg*/ no-repeat;}
#service_contact li a{display:block; height:100%;}
#service_contact li h2{padding:38px 0 5px 0; font-size:22px; color:#0098a5; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
#service_contact li aside{color:#666; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
#service_contact li:hover h2{color:#00c1d1;}
#service_contact li:hover aside{color:#aaa;}


#job_cover{position:absolute; top:98px; bottom:70px; width:100%; min-width:1200px; background:url("../img/job_cover.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/job_cover.jpg*/ no-repeat center 0; background-size:cover; *background-size:auto 100%;}
#job_cover a{position:absolute; bottom:7%; left:50%; width:175px; height:46px; margin-left:-87px; line-height:46px; border:1px solid #fff; border-radius:4px; color:#fff; text-align:center; font-size:18px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
#job_cover a img{vertical-align:-5px;}
#job_cover a:hover{background:#0098a5; border-color:#0098a5;}

#job_banner{width:100%; min-width:1200px; height:385px; background:url("../img/job_banner.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/job_banner.jpg*/ no-repeat center 0;}

.job_site{
	width:1200px;
	margin:auto;
	height:66px;
	line-height:66px;
	color:#4e4e4e;
	border-bottom:1px solid #212121;
	font-size: 14px;
}
.job_site a{color:#4e4e4e;}
.job_site a:hover{color:#0098a5;}
.job_site span{color:#0098a5;}
.job_site .back{float:right; padding-left:22px; color:#0098a5; background:url("../img/icon_back_arr.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/icon_back_arr.png*/ no-repeat 0 center;}
.job_site .back:hover{color:#00c1d1; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}



.job_site1{
	width:1200px;
	margin:auto;
	height:66px;
	line-height:66px;
	color:#4e4e4e;
	border-bottom:1px solid #212121;
	font-size: 14px;
}
.job_site1 a{color:#4e4e4e;}
.job_site1 a:hover{color:#0098a5;}
.job_site1 span{color:#0098a5;}
.job_site1 .back{float:right; padding-left:22px; color:#0098a5; background:url("../img/icon_back_arr.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/icon_back_arr.png*/ no-repeat 0 center;}
.job_site1 .back:hover{color:#00c1d1; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}

#job_list{width:1200px; margin:auto; padding-top:45px;}
#job_list .options{margin-bottom:40px;}
#job_list .options dl{position:relative; margin-bottom:25px; padding-left:85px; line-height:24px; overflow:hidden; color:#6f6f6f;}
#job_list .options dl dt{position:absolute; top:0; left:0; font-size:16px;}
#job_list .options dl dd{position:relative; float:left; padding:0 18px;}
#job_list .options dl dd:after{content:''; position:absolute; top:7px; right:0; width:1px; height:10px; background:#242424;}
#job_list .options dl dd:last-of-type:after{display:none;}
#job_list .options dl dd a{color:#6f6f6f; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
#job_list .options dl dd.act a, #job_list .options dl dd a:hover{color:#0098a5;}

.job_list{width:1198px; margin:0 auto 115px; border:1px solid #161718; border-radius:4px; background:#0b0c0c;}
.job_list span{position:relative; display:block; float:left; line-height:24px; text-align:center;}
.job_list .job_list_title{color:#0098a5; border-bottom:1px solid #161718; overflow:hidden;}
.job_list .job_list_title span{ line-height:50px;}
.job_list .job_list_title span:after{content:''; position:absolute; top:20px; right:0; height:10px; width:1px; background:#242424;}
.job_list .job_list_title span:last-of-type:after{display:none;}
.job_list .job_name{width:340px; text-align:left; text-indent:20px;}
.job_list .job_type{width:240px;}
.job_list .job_addr{width:190px;}
.job_list .job_num{width:180px;}
.job_list .job_date{width:248px;}
.job_list ul{color:#8c8c8c;}
.job_list ul li{overflow:hidden; border-bottom:1px solid #161718;}
.job_list ul li span{line-height:40px;}

#job_detail{width:1200px; margin:auto; padding:45px 0 95px; background:url("../img/job_detail_bg.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/job_detail_bg.jpg*/ no-repeat right bottom;}
#job_detail h1{margin-bottom:25px; color:#0098a5; font-size:24px;}
#job_detail .job_info{margin-bottom:70px; overflow:hidden;}
#job_detail .job_info span{float:left; margin-right:38px; color:#999;}
#job_detail .job_info span i{color:#fff;}
#job_detail dl{position:relative; margin-bottom:48px; padding-left:95px; line-height:30px; color:#999;}
#job_detail dl dt{position:absolute; top:0; left:0;}
#job_detail .getjob{display:block; width:150px; height:40px; margin-left:100px; color:#fff; background:#0098a5; line-height:40px; text-align:center; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
#job_detail .getjob:hover{background:#00c1d1;}


.pagination{width:100%; height:40px; margin:55px 0 40px; text-align:center;}
.pagination a{display:inline-block; width:34px; height:34px; text-align:center; line-height:34px; border:1px solid #353535; background:#2e2e2e; color:#666; border-radius:3px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.pagination a.prev, .pagination a.next{width:60px;}
.pagination a.prev{margin-right:8px;}
.pagination a.next{margin-left:8px;}
.pagination i{display:inline-block; width:40px; text-align:center; line-height:34px; color:#666;}

.pagination a:hover{background:#0098a5; color:#fff; border-color:#0098a5;}



#about_banner{
	width:100%;
	min-width:1200px;
	height:450px;
	background-color: #000;
	background-image: url(../../images/contact/about_banner.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
}
.item_list{width:1200px; margin:auto; overflow:hidden;}
.item_list figure{height:450px; overflow:hidden;}
.item_list figcaption{float:left; width:560px; height:100%; padding-left:40px;}
.item_list figcaption h2{padding:75px 0 45px; font-size:24px; color:#fff;}
.item_list figcaption summary{width:90%; font-size:16px; color:#777;}
.item_list figure img{float:left;}


.history_wrap{position:relative; width:1200px; height:775px; margin:0 auto 95px; background:url("../img/about_history_bg.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/about_history_bg.jpg*/ no-repeat;}
#history{position:absolute; top:230px; left:0; width:100%; text-align:center;}
#history h3{font-size:200px; color:#717171; color:rgba(255,255,255,0.4);}
#history p{width:655px; margin:auto; font-size:18px; line-height:32px; color:#fff;}

.history_wrap .year_wrap{position:absolute; bottom:0; left:0; width:1200px; height:92px; background:#fff; overflow:hidden;}
.history_wrap .year_wrap ul{position:absolute; top:0; left:0; width:100%; height:92px; line-height:92px;}
.history_wrap .year_wrap ul li{position:relative; float:left; width:200px; height:92px; color:#666; text-align:center; font-size:24px; cursor:pointer; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.history_wrap .year_wrap ul li:before{content:''; position:absolute; top:-14px; left:50%; width:0; height:0; margin-left:-14px; border-left:14px solid transparent; border-right:14px solid transparent; border-top:14px solid #000; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.history_wrap .year_wrap ul li:after{content:''; position:absolute; top:20px; right:0; width:1px; height:52px; background:#c1c1c1;}
.history_wrap .year_wrap ul li:nth-of-type(6n):after{display:none;}

.history_wrap .year_wrap ul li:hover{color:#0098a5;}
.history_wrap .year_wrap ul li.act{color:#0098a5;}
.history_wrap .year_wrap ul li.act:before{top:0;}

.history_wrap .ctrls{position:absolute; right:0; bottom:100px;}
.history_wrap .ctrls button{width:28px; height:28px; margin-left:10px; background:#fff; border:none; color:#999; font-size:12px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.history_wrap .ctrls button:hover{background:#0098a5; color:#fff;}


#honor_banner{width:100%; min-width:1200px; height:450px; background:#000 url("../img/honor_banner.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/honor_banner.jpg*/ no-repeat center 0;}
#honor.item_list figure{height:320px;}
#honor .approve{width:1200px; height:330px; text-align:center;}
#honor .approve h3{padding-top:60px; font-size:24px; color:#fff;}


#news_banner{width:100%; min-width:1200px; height:450px; background:#000 url("../img/news_banner.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/news_banner.jpg*/ no-repeat center 0;}
.news_nav{width:1200px; margin:20px auto; overflow:hidden;}
.news_nav li{float:left; width:120px; height:40px; margin-right:15px;}
.news_nav li a{display:block; height:40px; line-height:40px; color:#fff; text-align:center; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.news_nav li.act a, .news_nav li a:hover{background:#0098a5;}

.news_wrap{
	width:1200px;
	margin:20px auto 60px;
	overflow:hidden;
	font-size: 14px;
}
.news_list_box{width:800px; float:left;}
#news_list{padding-bottom:76px; background:#181819;}
#news_list li{margin:0 40px; padding:45px 0; border-bottom:1px solid #49484a;}
#news_list li a{color:#fff; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
#news_list li a h2{font-size:24px;}
#news_list li a h3{text-align:right; margin-top:15px;}
#news_list li a:hover{color:#0098a5;}
#news_list li aside, #news aside{height:40px; margin:40px 0 35px; padding:0 10px; line-height:40px; background:#101111; color:#444;}
/*.bdsharebuttonbox{float:right;}*/
.bdsharebuttonbox{position:absolute; bottom:0; right:0;}
 #news article .bdsharebuttonbox a{display:block; margin:0; color:#666; height:40px; line-height:40px; background-image:url("../img/icon_news_share.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/icon_news_share.png*/; background-position:8px center; background-repeat:no-repeat; background-color:#0098a5; color:#fff; font-size:14px; padding:0 10px 0 30px;}
#news_list li aside a, #news aside a{display:block; margin:0; padding-left:25px; color:#666; height:40px; line-height:40px; background:url("../img/icon_news_share.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/icon_news_share.png*/ no-repeat 0 center; font-size:14px;}
#news_list li aside a:hover, #news aside a:hover{color:#fff;}
#news_list li picture{width:720px; height:300px; overflow:hidden;}
#news_list li picture img{width:100%;}
#news_list li summary{margin-top:36px;}

#news_special{float:right; width:310px; padding:20px; background:#181819;}
#news_special h3{font-size:24px; color:#fff; line-height:65px;}
#news_special ul{}
#news_special ul li{height:30px; /*margin-bottom:22px;*/ overflow:hidden;}
#news_special ul li a{display:block; height:100%; line-height:30px;}
#news_special ul li picture{float:left; width:90px; height:90px; overflow:hidden;}
#news_special ul li picture img{width:100%; -webkit-transition:0.7s; -moz-transition:0.7s; transition:0.7s;}
#news_special ul li p{float:left; width:190px;overflow:hidden;text-overflow:ellipsis; white-space:nowrap;}
#news_special ul li aside{float:right; color:#848484; font-size:10px;}
#news_special ul li a:hover img{-webkit-transform:scale(1.08); -moz-transform:scale(1.08); transform:scale(1.08);}

#news{float:left; width:800px; background:#181819;}
#news article{padding:45px 40px; position:relative;}
#news img{max-width:100%;}
#news p{margin-bottom:14px; line-height:26px;}

#news .other{height:120px; border-top:1px solid #232324; overflow:hidden;}
#news .other a{width:150px; height:50px; margin-top:40px; background-color:#202020; background-repeat:no-repeat; color:#fff; text-align:center; line-height:50px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
#news .other a:hover{background-color:#0098a5;}
#news .other .other_prev{float:left; background-image:url("../img/icon_news_prev.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/icon_news_prev.png*/; background-position:20px center;}
#news .other .other_next{float:right; background-image:url("../img/icon_news_next.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/icon_news_next.png*/; background-position:118px center;}


.map_wrap{width:100%; min-width:1200px; padding:35px 0 70px; background:#121314;}
#map{width:1200px; margin:auto; overflow:hidden;}
#map h1{height:85px; margin-bottom:40px; font-size:30px; line-height:85px; color:#fff; text-align:center; border-bottom:1px solid #1d1d1e;}
#map div{overflow:hidden; margin-bottom:20px;}
#map div h2{height:48px; line-height:48px; color:#fff; font-size:18px;}
#map div h3{ font-size:15px; margin:8px 0;}
#map div ul {padding:10px; border-top:1px solid #0098a5; overflow:hidden;}
#map div ul li{float:left; border-bottom:1px solid #1d1d1e; margin:0 10px; width:148px;}
#map div ul li a{display:block; padding-left:20px; line-height:58px; background:url("../img/icon_map_bt01.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/icon_map_bt01.png*/ no-repeat 0 center; }
#map div ul li div{width:100%; overflow:hidden;}
#map div ul li div p a{ background:url("../img/icon_map_arr01.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/icon_map_arr01.png*/ no-repeat 0 center; line-height:35px;}


.model{width:1200px; margin:auto; padding:52px 0; overflow:hidden;}
.model .left_nav{float:left; width:280px;}
.model .left_nav h1{height:82px; line-height:82px; text-indent:32px; color:#fff; font-size:18px; background:url("../../images/contact/model_h1_bg.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/model_h1_bg.jpg*/ no-repeat;}
.model .left_nav ul{padding-bottom:30px; background:#1a1b1c;}
.model .left_nav ul li{height:50px; line-height:50px;}
.model .left_nav ul li a{position:relative; display:block; text-indent:25px; color:#777; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.model .left_nav ul li a:after{content:''; position:absolute; top:15px; right:15px; width:20px; height:20px; border-radius:50%; background-color:#333; background-color:rgba(0,0,0,0.4); background-image:url("../../images/contact/icon_news_next.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/icon_news_next.png*/; background-position:center center; background-size:auto 8px; background-repeat:no-repeat; opacity:0; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}

.model .left_nav ul li.act a, .model .left_nav ul li a:hover{background:#00c1d1; color:#fff;}
.model .left_nav ul li.act a:after, .model .left_nav ul li a:hover:after{opacity:1;}
.model .right_con{float:right; width:854px; min-height:600px; padding:0 23px 50px; overflow:hidden; background:#19191a;}
.model .right_con h2{height:82px; line-height:82px; border-bottom:1px solid #303031; text-indent:23px; color:#fff; font-size:18px;}
.model .right_con article{padding:35px 23px; color:#878787;}
.model .right_con article p{line-height:26px; padding-top:14px;}


.feedback_box{width:100%; min-width:1200px; background:url("../img/feedback.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/feedback.jpg*/ no-repeat center;  overflow:hidden;}

.feedback{width:1200px; margin:0 auto 40px;}
.feedback h2{margin:20px 0 40px; border-bottom:1px solid #4e4e4f; position:relative; height:61px; width:100%;}

.feedback h2 span{float:left; font-size:24px; border-bottom:1px solid #0098a5; height:61px;line-height:61px;}

.feedback aside{color:#666;}
.feedback aside p{text-align:right; width:670px; margin:8px 0; color:#888;}

.feedback .mark{width:100%; color:#999; padding:10px 0; border-bottom:1px solid #353637;}
.feedback .mark h3{margin-bottom:10px;}
.feedback .mark label{margin-bottom:10px; width:99%; margin-left:1%; display:block;}
.feedback .mark label input{margin-right:10px; margin-top:5px; float:left; }

.feedback .advice{width:100%; padding:10px 0; color:#999;}
.feedback .advice h3{margin-bottom:10px;}
.feedback .advice textarea{ border-radius:5px; border:1px solid #434343; background:#222; width:592px; height:158px; padding:8px; line-height:24px;}

.feedback .contact{padding:10px 0;}
.feedback .contact h3{margin-bottom:10px;}
.feedback .contact input{ margin-bottom:24px; color: #5a5a5a; background-image:url("../img/feedback01.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/feedback01.png*/; border: 1px solid #434343; padding:16px 12px 16px 53px ; width:260px; color:#a0a0a0; border-radius:5px; background-color:#222; background-repeat:no-repeat; background-position:13px center;}
.feedback .contact input.phone{background-image:url("../img/feedback02.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/feedback02.png*/;}
.feedback .submit{width:120px; height:48px; font-size:16px; border-radius:5px; border:0; background:#0098a5; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.feedback .submit:hover{background:#00a7b5;}



.video_list{width:1100px; margin:30px auto; padding:50px 49px; background:#232325; border:1px solid #333335; border-radius:5px; overflow:hidden;}
.video_list li{float:left; width:500px; height:340px; margin:25px;}
.video_list li a{display:block; height:100%;}
.video_list li a picture{width:100%; height:310px; overflow:hidden;}
.video_list li a picture img{width:100%; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.video_list li a h2{height:30px; line-height:30px; color:#999; font-size:16px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}

.video_list li a:hover img{-webkit-transform:scale(1.05); -moz-transform:scale(1.05); transform:scale(1.05);}
.video_list li a:hover h2{color:#0098a5;}


.picture_wrap{width:1100px; margin:30px auto; padding:50px 49px; background:#232325; border:1px solid #333335; border-radius:5px; overflow:hidden;}
.picture_wrap h2{padding-left:25px; color:#fff; font-size:16px;}
.picture_wrap ul{padding:20px 0; overflow:hidden;}
.picture_wrap ul li{float:left; width:225px; height:225px; margin:25px 24px; border:1px solid #333335; overflow:hidden; cursor:pointer; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.picture_wrap ul li a{display:block; height:100%;}
.picture_wrap ul li a img{width:100%;}

.picture_wrap ul li:hover{border-color:#ccc;}

.video_show{width:1200px; margin:50px auto;}
.video_show h1{padding:20px 0 20px 200px;}
.video_show video{display:block; margin:auto; border:1px solid #111;}


.merchants{width:100%; height:600px; background:url("../img/zhaos01.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/zhaos01.jpg*/ no-repeat center; position:relative; overflow:hidden;}

#merchants_type{width:100%; height:230px; background:#1b1b1d; border-top:1px solid #333335;}
#merchants_type li{float:left; width:33.33%; height:230px; text-align:center; position:relative;}
#merchants_type li a{position:absolute; left:0; top:0; width:100%; display:block; height:100%; border-right:1px solid #333335;}
#merchants_type li h2{margin-top:60px; padding-top:80px; color:#0098a5; font-size:20px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
#merchants_type li i{width:100%; height:100%; display:block;}
#merchants_type li.merchants_type_01 i{background:url("../img/zhaos05.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/zhaos05.jpg*/ no-repeat center / 100% 100%;}
#merchants_type li.merchants_type_02 i{background:url("../img/zhaos06.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/zhaos06.jpg*/ no-repeat center / 100% 100% ;}
#merchants_type li.merchants_type_03 i{background:url("../img/zhaos07.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/zhaos07.jpg*/ no-repeat center / 100% 100% ;}

#merchants_type li.merchants_type_01 h2{background:url("../img/zhaos02.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/zhaos02.png*/ no-repeat center top;}
#merchants_type li.merchants_type_02 h2{background:url("../img/zhaos03.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/zhaos03.png*/ no-repeat center top;}
#merchants_type li.merchants_type_03 h2{background:url("../img/zhaos04.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/zhaos04.png*/ no-repeat center top;}

#merchants_type li a:hover h2{color:#0aa4b0;}
#merchants_type li.merchants_type_03 a{ border-right:none;}

.wrap{width:1170px; margin:0 auto; overflow:hidden;}

.dianzi{width:100%; height:373px; background:url("../img/dianzi01.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/dianzi01.jpg*/ no-repeat center; overflow:hidden; border-bottom::1px solid #2c2d2e;}

.dianzi_gy{width:100%; height:498px; background:url("../img/dianzi02.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/dianzi02.jpg*/ no-repeat center; overflow:hidden; text-align:center;}
.dianzi_gy_wrap{width:880px; margin:0 auto; overflow:hidden;}
.dianzi_gy_wrap h2{margin-top:60px; margin-bottom:15px; color:#0098a5; font-size:30px;}
.dianzi_gy article{margin-bottom:70px; line-height:23px; color:#a9a9a9;}


.dianzi_pt{width:100%; min-height:500px; background:url("../img/dianzi04.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/dianzi04.jpg*/;}
.dianzi_pt h2{margin-top:30px; margin-bottom:10px; color:#0098a5; font-size:30px; text-align:center;}
.dianzi_pt article{margin-bottom:25px; line-height:23px; color:#a9a9a9; text-align:center;}

.dianzi_pt summary{width:100%; padding-bottom:6px; background:#8e8e8e; border-radius:5px;}
.dianzi_pt div ul{overflow:hidden; background:#cdcdcd; border-radius:5px;}
.dianzi_pt div ul li{width:19.93%; float:left; border-right:1px dotted #949494; border-bottom:1px dotted #949494;}
.dianzi_pt div ul li:nth-of-type(5n){border-right:none;}
.dianzi_pt div ul li:last-of-type{border-bottom:none;}
.dianzi_pt div ul li img{width:100%;}


.dianzi_jm{min-height:515px; background:url("../img/dianzi15.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/dianzi15.jpg*/;}
.dianzi_jm h2{margin-top:30px; margin-bottom:10px; color:#0098a5; font-size:30px; text-align:center;}
.dianzi_jm article{margin-bottom:25px; line-height:23px; color:#a9a9a9; text-align:center;}
.dianzi_jm ul{overflow:hidden;}
.dianzi_jm ul li{padding-left:70px; min-height:110px; float:left; width:42%; background:no-repeat left 8px; }
.dianzi_jm ul li h3{color:#0098a5; font-size:20px;}
.dianzi_jm ul li aside{color:#a9a9a9;}
.dianzi_jm ul li.jm01{background-image:url("../img/dianzi16.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/dianzi16.png*/;}
.dianzi_jm ul li.jm02{background-image:url("../img/dianzi17.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/dianzi17.png*/;}
.dianzi_jm ul li.jm03{background-image:url("../img/dianzi18.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/dianzi18.png*/;}
.dianzi_jm ul li.jm04{background-image:url("../img/dianzi19.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/dianzi19.png*/;}
.dianzi_jm ul li.jm05{background-image:url("../img/dianzi20.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/dianzi20.png*/;}
.dianzi_jm ul li.jm06{background-image:url("../img/dianzi21.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/dianzi21.png*/;}


.dianzi_bz{width:100%;padding:30px 0; background:url("../img/dianzi04.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/dianzi04.jpg*/;}
.dianzi_bz h2{ margin-bottom:10px; color:#0098a5; font-size:30px; text-align:center;}
.dianzi_bz aside{margin-bottom:25px; line-height:23px; color:#a9a9a9; text-align:center;}
.dianzi_bz ul{overflow:hidden;}
.dianzi_bz ul li{overflow:hidden; margin-bottom:20px;}
.dianzi_bz ul li article{width:240px; height:100%; float:left; overflow:hidden;}
.dianzi_bz ul li article p{padding:20px; color:#fff; font-size:20px;}

.dianzi_bz ul li summary{background:#1b1b1b; float:left; padding:20px; width:890px; color:#a9a9a9;}
.dianzi_bz ul li summary p{padding-left:15px; margin-bottom:10px; position:relative; overflow:hidden;}
.dianzi_bz ul li summary p:after{content:''; position:absolute; left:0; top:9px; width:4px; height:4px; border-radius:50%; background:#a9a9a9;}
.dianzi_bz ul li summary p span{float:left;}
.dianzi_bz ul li summary p b{float:left; display:inline;}
.dianzi_bz ul li summary i{padding-left:15px; display:block; color:#0098a5;}

.dianzi_bz ul li.tianmao{background:#8c001b url("../img/dianzi22.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/dianzi22.png*/ no-repeat 0 center;}
.dianzi_bz ul li.yhao{background:#0098a5 url("../img/dianzi23.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/dianzi23.png*/ no-repeat 0 center;}
.dianzi_bz ul li.taobao{background:#f67d00 url("../img/dianzi24.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/dianzi24.png*/ no-repeat 0 center;}

.dianzi_lc{min-height:515px; background:url("../img/dianzi15.jpg")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/dianzi15.jpg*/;}
.dianzi_lc h2{margin-top:50px; margin-bottom:50px; color:#0098a5; font-size:30px; text-align:center;}
.dianzi_lc a{background:#0098a5; width:160px; height:48px; line-height:48px; text-align:center; color:#fff; border-radius:5px; display:block; margin:50px auto 0;}

#shenqin{display:none; position:fixed; left:50%; top:50%; margin:-236.5px 0 0 -200px; background:#3a3c40; width:400px; border:1px solid #6e6f70; border-radius:5px;}
#shenqin h2{position:relative; font-size:18px; text-align:center; color:#0098a5; padding:20px 0;}
#shenqin h2 i{cursor:pointer; display:block; position:absolute; right:20px; top:20px; width:18px; height:18px; background:url("../img/dianzi26.png")/*tpa=http://new.angelgroup.com.cn/template/zh-cn/img/dianzi26.png*/ no-repeat;}
#shenqin div{padding:0 25px; overflow:hidden; margin-bottom:8px;}
#shenqin div label{width:80px; display:inline-block; *display:inline; *zoom:1; color:#a9a9a9; line-height:40px;}
#shenqin div input{width:250px; height:38px; line-height:38px; padding:0 6px; border-radius:5px; border:1px solid #6f6f6f; color:#999; background:#e1e1e1;}
#shenqin a{background:#0098a5; width:160px; height:48px; line-height:48px; text-align:center; color:#fff; border-radius:5px; display:block; margin:3px auto 20px;}

#shiti_fixed{display:none; position:fixed; left:50%; top:50%; margin:-81px 0 0 -200px; background:#3a3c40; width:400px; border:1px solid #6e6f70; border-radius:5px;}
#shiti_fixed article{color:#a9a9a9; padding:20px 96px; overflow:hidden;}
#shiti_fixed article span{float:left;}
#shiti_fixed article p{float:left;}
#shiti_fixed a{background:#0098a5; width:160px; height:48px; line-height:48px; text-align:center; color:#fff; border-radius:5px; display:block; margin:10px auto 20px;}