/*Header Wrap*/
.div-head-top-head { width: 1200px; height: 70px; position: relative; margin: auto;}
.div-head-top-head-wrap { width: 100%; height: 70px; border-bottom: 1px solid #cccccc; position: relative;}
.div-head-top-line-wrap { width: 100%; height: 30px;position: relative;}
.div-head-top-line { width: 1200px; height: 30px; position: relative;margin: auto; line-height: 30px; font-size: 12px; }
.div-head-logo-wrap { height: 40px; position: absolute; top:15px}
.div-head-logo-wrap img { height: 100%;}
.div-head-top-wrap  { position: absolute; right: 0px; padding-right: 20px;}
.div-head-top-menu { float: left;}
.cursorhand { cursor: pointer;}
/*Responsive */

@media screen and (max-width: 1200px) { 
    .div-head-top-line{width: 100%;}
    .div-head-top-head{width: 100%;} 
    .div-head-logo-wrap { left: 15px;}
}

