﻿/* CSS Document */

.phone_dl {
 display: none;
}


@media only screen and (max-width:768px) {
 div.nav_content h1 {
 display: block;
 position: absolute;
 top: 13px;
 left: 50%;
 font-weight: normal;
 font-size: 18px;
 color: #fff;
 transform: translateX(-50%);
 }
 .wrap .header,
 .wrap .headerIn,
 .main_left {
 width: 100%;
 padding: 0 3%;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 /* Firefox */
 -webkit-box-sizing: border-box;
 /* Safari */
 }
 .main,
 .Img_top {
 width: 100%
 }
 .wrap .header {
 padding-top: 52px
 }
 div.wrap .linkmap {
 width: 100%;
 padding: 2px 10px 2px 25px;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 /* Firefox */
 -webkit-box-sizing: border-box;
 /* Safari */
 }
 .nav .sy2_ul {
 display: none!important
 }
 .nav_content {
 width: 100%;
 height: 52px;
 position: fixed;
 top: 0;
 left: 0;
 background: #0551A9;
 z-index: 100
 }
 .nav_content .nav {
 width: 100%;
 position: absolute;
 top: 52px;
 left: 0;
 height: 0;
 overflow: hidden;
 display: block;
 }
 .nav_content .nav .sy1_ul {
 width: 100%
 }
 div.sy1_box {
 display: block;
 }
 .nav_content .nav .sy1_li {
 float: none;
 display: block;
 width: 100%;
 }
 div .nav .sy1_li a.sy1_tit {
 line-height: 40px;
 height: 40px;
 font-size: 16px;
 color: #fff;
 display: block;
 background: #0551A9;
 }
 .nav_content .Mobleheader {
 display: block
 }
 .Menuco {
 width: 52px;
 height: 52px;
 background: url(../images/menu-iconbgH.gif) no-repeat center center;
 background-size: 60%
 }
 #img {
 display: none
 }
 div.headerIn {
 display: none;
 }
 .banner .arrow_btn {
 display: none;
 }

} 