/* CSS Document */
.web_node{width:100%; overflow:hidden; height:400px; position:relative; margin:auto; min-width:1200px; background-position:center; }
.web_node>h3{ font-size:24px; text-align:center; line-height:25px; color:#FFF; margin-top:37px}
.node_all{margin:auto; width:1200px; overflow:hidden;}
.node_all>ul{margin-top:17px}
.node_all>ul>li{ /*width:17%;*/width:192px; display:block; float:left; /*margin-left:3%*/margin-left:52px;}

.node_all_no{ width:222px; height:130px; border:1px #6f99ee solid; color:#6f99ee; transition:0.5s }
.node_all_no>p{  font-size:24px; text-align:center; margin-top:26px;color:#6f99ee}
.node_all_no>span{  font-size:12px; text-align:center; display:block; margin:auto; margin-top:20px;color:#6f99ee}
.node_all_no>i{ width:24px; height:24px; display:block; margin:auto; margin-top:10px; margin-bottom:10px}
.node_all_no:hover{ border:1px #6f99ee solid; border-radius:5px; background:#6f99ee}
.node_all_no:hover p{ color:#FFF}
.node_all_no:hover span{ color:#FFF}
.node_all_no:hover i{ color:#FFF;}
a:hover{ text-decoration:none}
@keyframes fangda{0%{ transform:scale(0);opacity:.8}
				  30%{ transform:scale(0.5); opacity:.2}
				  100%{transform:scale(1); opacity:0}}
				  
.web_node { background:url(../img/back.jpg) no-repeat !important;}
				  
.node_all_no{ height:120px !important;}
.node_hocer_no{border:1px #6f99ee solid; border-radius:5px; background:#6f99ee; height:120px !important;}
.node_hocer_no .node_hover_p{ color:#FFF; margin-top:10px !important;}
.node_hocer_no .node_hover_span{ color:#FFF; margin-top:10px}
.node_all li{ margin-top:20px}
.node_hover a{ width:130px; height:30px; line-height:30px; text-align:center; background:#ffc000; color:#FFF; font-size:14px; margin:auto; margin-top:12px; display:none}
.node_jf_a_hover:hover{ border-radius:5px; background:#ffe036; color:#F00}
.node_hover .node_jf_a_hover{ display:block; transition:0.5s }