body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,code,em,img,q,small,strong,dd,dl,dt,li,ol,ul,fieldset,form,label,table,tbody,tr,th,td,input{margin:0;padding:0;border:0;color: #000;}
body{font-size:12px;max-width:1080px;margin:0 auto;background:#fff;font-family:'Microsoft YaHei',Helvetica,Arial,sans-serif;-webkit-tap-highlight-color:rgba(0,0,0,0);}
a,a:active,a:hover,a:focus,a:visited{text-decoration:none;}
a,img{-webkit-touch-callout:none;}
ol,ul,li{list-style:none;}
textarea,input[type="password"],input[type="text"]{resize:none;outline:0;-webkit-appearance:none;white-space:pre-wrap;word-wrap:break-word;background:#fff;}
.clearfix:after{display:block;clear:both;content:"";visibility:hidden;height:0;}	
/*头部*/
header{background:#114a94;height: 45px;padding:10px 0;display: -webkit-flex;display: flex;}
header .logo{float: left;display: block;width: 80px;height: 45px;background: url(../images/logo.png) no-repeat;background-size: 100% auto;margin-left: 20px;}
header .search{margin-right: 15px;float: right;-webkit-flex: 1;flex: 1;}
header .search_box{width: 80%;float: right;background: #4874ad;border-radius: 9px;overflow: hidden;padding:7px;}
header .search_input{width: 80%;float: left;display: block;height: 30px;background: none;font-size: 16px;color: #fff;}
header .search_pic{float: right;display: block;}

/*导航*/
.menu{position: relative;width: 100%;top: 0;left: 0;background: #fff;overflow: hidden;height: 50px;box-shadow: 1px 1px 5px #d8d8d8;}
.menu::-webkit-scrollbar{display: none;}
.menu:after{position: absolute;content: "";width: 35px;height: 30px;display: block;background: #fff url(../images/arrow.png) no-repeat;background-size: auto 100%;top: 10px;right: 0px;}
.nav{padding:5px 30px 15px 15px;border-bottom: 1px solid #d8d8d8;overflow-x: scroll;overflow-y: hidden;white-space: nowrap;-webkit-overflow-scrolling:touch;transition: 0.25s all ease;}
.nav::-webkit-scrollbar{display: none;}
.nav a{padding-right: 15px;font-size: 18px;line-height: 40px;color: #353535;}
.nav a.on{color: #870000;font-weight: bold;}

/*主体部分*/
.zhan{height: 51px;overflow:hidden;display: none;}
.content{padding: 0 15px 10px;}
.xian{border-top: 1px solid #d8d8d8;padding: 0 15px 70px;}
.content h2.title{line-height: 36px;font-size: 20px;margin: 10px 0 10px;}
.list li{padding: 10px 0;}
.list li .right{width: 32%;float: right;overflow:hidden;margin-left: 7px;}
.list li .right img{width: 100%;}
.list li h3{font-size: 16px;}
.list li h3 a{display: block;height: 20px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.list li .left p{color: #7a7a7a;font-size: 13px;margin-top: 7px;line-height: 22px;}
.list li .left p a{color: #870000;}

.more{width: 90%;height: 36px;line-height: 36px;text-align: center;font-size: 20px;color: #fff;background: #114a94;border-radius: 7px;margin: 10px auto;}

/*底部*/
footer{position: fixed;left: 0;bottom: 0;width: 100%;height: 65px;background: #fff;border-top: 1px solid #d8d8d8;box-shadow: -1px -1px 5px #d8d8d8;}
footer ul{display: -webkit-flex;display: flex;}
footer li{-webkit-flex: 1;flex: 1;text-align: center;}
footer li a{display: block;width: 30px;padding-top: 35px;margin: 10px auto 0;background: url(../images/bottom.png) no-repeat;background-size: 450px auto;}
footer li a.read{background-position: -93px 0;}
footer li a.office{background-position: -188px 0;}
footer li a.map{background-position: -281px 0;}
footer li a.video{background-position: -375px 0;}
footer li a.sy.on{background-position: 0 -71px;}
footer li a.read.on{background-position: -93px -71px;}
footer li a.office.on{background-position: -188px -71px;}
footer li a.map.on{background-position: -281px -71px;}
footer li a.video.on{background-position: -375px -71px;}
.aboutme{display: none;}