@charset "utf-8";
/* CSS Document */
body{background:#E0E9ED;}
p{ padding:0; margin:0;text-indent:2em;}
* {box-sizing: border-box;}

.wrap{  color: #555; font-size:1.1rem; line-height:2.2em; background:#E0E9ED;}
.main{ width:1170px; margin:0 auto;  }
.head{background:#09C; text-align:center; margin:0 auto; height:400px; background:#01295d url(images/icchead.jpg) center no-repeat;}
.intro{ background:#fff; color:#0d387f;  box-shadow: 0 3px 5px #ccc; margin-top:-30px; z-index:100;  padding:15px 70px; border-radius:10px; }
.conbox{ background:#fff; padding:50px 70px 30px 70px; box-shadow: 0 3px 5px #ccc; margin-top:60px; border-radius:10px;}
.fz{ font-size:0.9em;}
.lxbox{width:33%;padding-right:10px;}
.lxbox1{padding-right:0px;}
.contitle{ font-weight:bold; text-align:center; height:2.5em; line-height:2.4em; font-size:1.4em; background:#003079; color:#fff; border-radius:10px; box-shadow: 0 3px 5px #aaa;position:absolute; margin-top:-80px; z-index:100; left:50%; width:340px; margin-left:-170px; }

@media screen and (min-width:600px) and (max-width:960px){
.head{width:100%;background:#0C9; text-align:center; margin:0;background:#01295d url(images/iccheadpad.jpg) center top no-repeat; background-size: 100% auto; background-repeat: no-repeat; height:400px;top: 0;left: 0;right: 0;bottom: 0;}
.wrap{ color: #555; font-size:1rem; line-height:2em; background:#E0E9ED;}
.main{width:100%; margin:0;}
.intro{width:100%; background:#fff;  box-shadow: 0 2px 3px #ccc; padding:10px;border-radius:10px; }
.conbox{ background:#fff; padding:50px 20px 20px 20px; box-shadow: 0 3px 5px #ccc; margin-top:60px; border-radius:10px;}
.fz{ font-size:0.8em;}
.lxbox{display:block;width:100%}
}
@media screen and (max-width: 600px) {
.wrap{ color: #555; font-size:1rem; line-height:2em; background:#E0E9ED;}
.main{width:100%; margin:0;}
.head{width:100%;background:#0C9; text-align:center; margin:0;background:#01295d url(images/iccheadphone.jpg) center top no-repeat; background-size: 100% auto; background-repeat: no-repeat; height:260px;top: 0;left: 0;right: 0;bottom: 0;}
.intro{width:100%; background:#fff;  box-shadow: 0 2px 3px #ccc; padding:10px;border-radius:10px; }
.conbox{ background:#fff; padding:40px 20px 20px 20px; box-shadow: 0 3px 5px #ccc; margin-top:60px; border-radius:10px;}
.fz{ font-size:0.8em;}
.lxbox{display:block; padding-right:0px;width:100%;}
.lxbox1{ display:block;padding-right:0;}
.contitle{ font-weight:bold; text-align:center; height:2.4em; line-height:2.4em; font-size:1.2em; background:#003079; color:#fff; border-radius:10px; box-shadow: 0 3px 5px #aaa;position:absolute; margin-top:-60px; z-index:100; left:50%; width:280px; margin-left:-140px; }

}

.phone{ color:#06C; font-size:1.3em}
.fz{ font-size:0.8em;}
hr{ border: 1px solid #eee;}
.footer {background:#222;color:#fff;font-size: 0.8rem; padding: 8px 0 35px 0;text-align: center; margin-top: 45px;height: 90px;line-height:2em}
