@media screen and (max-width: 1024px) {
    html,body {
      min-width: 1100px;
    }
  }
body {font-size: 14px;font-family: "微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif;}
/* css 重置 */
input,select,option,button {outline: 0;}
img {border: none;}
* {margin: 0;padding: 0;}
input {outline: none;border: 0;}
input, label, img, th {vertical-align: middle;}
.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;}
.mar_top_10{margin-top: 10px;}
.mar_top_20{margin-top: 20px;}
.bg_white{background: #fff;}
#p1,#p3,#p4,#footer{padding:10px;box-sizing: border-box;}



/* .copyHeader{position: absolute;top:0;left: 0;z-index: -1;} */
/* 背景轮播 */
.bgchange {position: absolute;top: 0;left: 0;z-index: -1;width: 100%;height: 600px;}
.bgchange .bgchangebd {width: 100%;height: 600px;}
.bgchange .bgchangebd ul {width: 100%;height: 600px;min-width: 100%;min-height: 600px;}
.bgchange .bgchangebd li {width: 100%;height: 600px;background-position: top center;background-repeat: no-repeat;min-width: 100%;height: 600px;}
.bgchange .bgchangebd .li_1{background-image: url(../images/02.png);}
.bgchange .bgchangebd .li_2{background-image: url(../images/03.png);}
.bgchange .bgchangebd .li_3{background-image: url(../images/04.png);}
.bgchange .bgchangebd .li_4{background-image: url(../images/05.png);}

/* 头部 */
.header{width: 1100px;margin-top: 100px;}
.header .logo{background: url(../images/logo.png);width: 622px;height: 144px;margin-left: 50px;}

/* 导航 */
.header .navmenu{margin-top: 100px;height: 42px;background: url(../images/bg_navmenu_01.png) repeat-x;position: relative;}
.header .navmenu ul{width: 815px;}
.header .navmenu ul li{float: left;width: 128px;height: 42px;text-align: center;font-size: 18px;line-height: 42px;}
.header .navmenu ul li:hover,
.header .navmenu ul li.on{background-color: #fff;}
.header .navmenu ul li:hover a,
.header .navmenu ul li.on a{color: #d42f30;}
.header .navmenu ul li a{color:#fff;}
.header .navmenu ul .navActive{background-color: #fff;}
.header .navmenu ul .navActive a{color: #d42f30;}
/* 导航 -- 适老化 */
.oldModel .header .navmenu ul li{font-size: 24px;width: auto;}
.oldModel .header .navmenu ul li a{padding: 0 14px;}
/* 搜索 */
.header .navmenu .search{width:285px; padding-top:6px; text-align:left; }
.header .navmenu .search .text{ border:0px solid #dedee0; height:30px; line-height:30px; width:158px; font-size:14px; color:#ccc; padding:0 0 0 10px; background:#ffffff; }
.header .navmenu .search .button{background:url(../images/btn_search.png) no-repeat;height:30px; width:39px; color:#fff; cursor:pointer;border:0;padding:0;}
.header .navmenu .search .button2{background:#fff;height:30px; width:64px; color:#e44f2d; cursor:pointer;border:0;padding:0;border:1px #e44f2d solid;}
/* 工具条 */
.header .utils{height:40px;line-height:40px;padding:0 8px;color:#333;background: #fff;}
.header .utils .r{width: 530px;text-align: right;}
.header .utils .r a{display:inline-block;padding:0 10px;line-height:25px;background:#f14e00;border:1px #cd0020 solid;height:25px;color:#fff;margin-top:6px;}
.header .utils .r a:hover{background:#fff;color:#cd0020;}
/* 工具条 -- 适老化 */
.oldModel .header .utils .r{width: 680px;}
.oldModel .header .utils,
.oldModel .header .utils a{font-size: 18px;}

/* 无障碍 */
.header .utils .r .oldmode{display:inline-block;height:25px;line-height:25px;border:#F76B00 1px solid;}
.header .utils .r .oldmode a{border-width:0;margin:0;}
.header .utils .r .oldmode a.btnWza{background-color:transparent;color:#F76B00;}
.header .utils .r .oldmode a.btnOldmode{background-color:#F79600;color:#fff;}

/* 页脚 */
#footer .cp{border-top:4px #cd0020 solid;padding:30px 0;text-align:center;color:#666;}
#footer .cp .pic{padding-top:10px;}
/* 页脚 -- 适老化 */
.oldModel #footer .cp{font-size: 22px;}

/* 面包屑 */
.guide{font-size: 14px;padding: 20px 10px 20px 10px;border-bottom: 1px #ccc solid;box-sizing: border-box;}
.guide a:hover{color: #f60;}
/* 面包屑 -- 适老化*/
.oldModel .guide{font-size: 20px;}






