@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
a,img,ul,li{ display:block;}
a:hover{cursor:pointer;}
body,html{ height:100%;}
ul,li,h2,h4,p{ list-style:none; margin:0; padding:0;}
.head{ width:1024px; margin-left:auto; margin-right:auto; margin-top:6px;height:50px; position:relative;}
.head .phone{ position:absolute; left:0; bottom:0;}
.head img{ float:left;}
.head p{ float:left;font-size: 12px;font-family: "IcedEarth";color: rgb( 97, 107, 118 );line-height: 1.286; margin-left:20px;}
.head .download{border-radius: 50%;background-color: rgb( 83, 219, 102 ); border-color:transparent;width: 50px;height: 50px; float:right; margin-left:30px;}
.download .info-back{border-radius:50%; width:50px; height:50px; background-color:black; position:relative; opacity:0.6; display: none;}
.download .info-back p{ position:absolute; left:-7px; top:10px;  width:27px; color:#ffffff; font-weight:bold;}
.head .download:hover .info-back{ display:block; cursor:pointer;}


.head .personal{border-radius: 50%;background-color: rgb( 203, 97, 242 );width: 50px;height: 50px;border-color:transparent;float:right; margin-left:30px;}
.personal .info-back_1{border-radius:50%; width:50px; height:50px; background-color:black; position:relative; opacity:0.6; display: none;}
.personal .info-back_1 p{ position:absolute; left:-7px; top:10px;  width:27px; color:#ffffff; font-weight:bold;}
.head .personal:hover .info-back_1{ display:block; cursor:pointer;}


.head .enterprise{border-radius: 50%;background-color: rgb( 98, 172, 243 ); border-color:transparent;width: 50px;height: 50px; float:right;}
.enterprise .info-back_2{border-radius:50%; width:50px; height:50px; background-color:black; position:relative; opacity:0.6; display: none;}
.enterprise .info-back_2 p{ position:absolute; left:-7px; top:10px;  width:27px; color:#ffffff; font-weight:bold;}
.head .enterprise:hover .info-back_2{ display:block; cursor:pointer;}


.head .movie{ border-radius:50%; background-color:#5e6d82; border-color:transparent; width:50px; height:50px; float:right;margin-left:30px;}
.movie .info-back_3{border-radius:50%; width:50px; height:50px; background-color:black; position:relative; opacity:0.6; display: none;}
.movie .info-back_3 p{ position:absolute; left:-7px; top:18px;  width:27px; color:#ffffff; font-weight:bold;}
.head .movie:hover .info-back_3{ display:block; cursor:pointer;}

.border{ clear:both;border: solid 1px #f5f5f5; width:100%; width:1024px; margin-left:auto; margin-right:auto; margin-top:4px;}

