/* ==========================================================================
   通用样式
   ========================================================================== */
body{ background:#FFF;opacity: 1; width:100%; height:100%;} 
ul,ol,li,h1,h2,h3,h4,h5,h6,p,dl,dd,dt{margin:0;padding:0;list-style:none;}
a{text-decoration: none;}
img{border:0;}

/***********************首页样式*****************************************
****************************************************************/
.index_visible{ background:url(../images/bg_01.jpg) no-repeat; width:100%; height:100%; background-size:100% 100%; position:absolute; top:0; left:0; margin:0; padding:0;}
.index_visible img{ width:100%; opacity:1;}
.index_visible .index_logo_top{width:30%; position:absolute; top:1%; right:2%;}
.index_visible .index_logo{width: 25%;position: absolute;top: 25%;left: 38%;}
.index_visible .index_02{ width: 71%;position: absolute;top: 50%;left: 15%;}
.index_visible .index_03{ width: 71%;position: absolute;top: 59%;left: 15%;}
.index_visible .index_04{ width: 71%;position: absolute;top: 65%;left: 15%;}

.index_visible .index_list img{ width:100%;}
.index_visible .index_list{ width:70%; position:absolute; top: 0%;left: 22%; }
.index_visible .index_list ul{ width:82%;}
.index_visible .index_list li{float:left;}
.index_visible .index_list .list_true{width: 20%;margin: 10% 0% 10% 0%;}

/*tel样式*/
.tel_bg{ background:#011434; margin:0; padding:0;}
.tel_content{ width:100%; margin:0; padding:0; position:relative;}
.tel_content ul{ position:absolute; top:0; left:0; width:100%;}
.tel_content img{ width:100%;}
.tel_logo{ width: 30%;margin: 15% auto 0%;}
.tel_num{width: 74%;margin: 9% auto 0%;}
.tel_boda{width: 26%;margin: 7% auto 0%;}
.backto img{ width:100%;}
.backto{ position:absolute; top:2%; right:4%; width:18%;}

/*************苹果四样式********************/
@media only screen and (min-device-width: 100px) and (max-device-width:320px) and (max-device-height:568px){
.tel_address{width: 93%;margin: 15% auto 0%;}

}
/*************高度小于568px的其他宽屏手机样式********************/
@media only screen and  (min-device-width:321px) and (max-device-height:568px){
.tel_address{width: 93%;margin: 15% auto 0%;}
}

/*************高度小于568px的其他窄屏手机样式********************/
@media only screen and (min-device-width: 100px) and (max-device-width:320px) and (min-device-height:568px){
.tel_address{width: 93%;margin: 30% auto 0%;}

}
/*************高度大于568px的其他宽屏手机样式********************/
@media only screen and (min-device-width:321px) and (min-device-height:568px){
.tel_address{width: 93%;margin: 30% auto 0%;}
}
/*************苹果五样式********************/
@media only screen and (device-width: 320px) and (device-height:568px){
.tel_address{width: 93%;margin: 30% auto 0%;}
}
