@media screen and (max-width: 1300px) {
    body {
        min-width:1200px;
    }
  }
/* 公共样式 */

input,
select,
option,
button {
    outline: 0;
}

img {
    border: none;
}

* {
    margin: 0;
    padding: 0;
}

input {
    outline: none;
    border: 0;
}

.w {
    width: 1100px;
    margin: 0 auto;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #535353;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfix {
    zoom: 1;
}
/* header开始 */

.header {
    height: 280px;
    position: relative;
    max-width: 1920px;
}
.header  .logoBox {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -550px;
    top:56px;
}
.header  .logoBox .headerLogo{
    width: 467px;
}

.header  .logoBox .searchForm{
    position: relative;
    padding-top: 100px;
}
.header  .logoBox .searchForm input{
    height: 32px;
    line-height: 32px;
    width: 170px;
    border:1px solid #959595;
    border-radius: 15px;
    box-sizing: border-box;
    padding-left: 8px;
    position: relative;
}
.header  .logoBox .searchForm .sousuo{
    position: absolute;
    right: 0;
    right: 12px;
    top: 155px;
}
/* nav开始 */

.nav {
    height: 67px;
    background-color: #347CC2;
}
.nav .nav-in {
    width:1200px;
    position: relative;
    overflow: hidden;
}
.nav .nav-in li{
   float:left;
   height:67px;
   line-height:67px;
   padding:0 45px;
}
.nav .nav-in li a{
   color:#fff;
   font-size:20px;
}
.nav .nav-in li:hover {
    background-color: #0F5BA4;
}

/* footer */

/*footer*/
.footer{height:164px;}
.footer .footerbox{width: 1200px; height:122px;padding-top:42px;position:relative;}
.footer .commonFont{color:#ccc;text-decoration:none;}
.footer .footerbox .msg{font-size: 14px;color: #ccc;text-align: center; line-height: 24px;margin:0 24px 0 24px;}
.footer .footerbox .dang {display:inline-block;width: 56px;height: 69px;margin-left:183px;}
.footer .footerbox .zheng {width: 110px;height: 55px;margin-top:7px;}
 .footer .footerbox .msg .address,.footer .footerbox .msg .host{display:inline-block;}
 .footer .footerbox .msg p .photo{text-decoration:underline #ccc;font-size:16px;line-height:24px;color:#ccc;}