body{background: #efefef; font-family: "微软雅黑", "Microsoft YaHei"; overflow-x: auto;}
ul,li{list-style: none;}
a{text-decoration: none;}

.clearfix{clear: both; content: "";}

.header{}
.header .head{width: 1200px; margin: auto;}
.header .head .logo{float: left; padding: 20px 0;}
.header .head .logo img{height: 81px;width:478;}
.header .head .search{float: right; height: 220px; width: 245px;}

.search .top-info{text-align: right;}
.search .top-info span{padding-left: 10px; margin-left: 10px; line-height: 30px; color: #ffffff; cursor: pointer; background: url(../images/t-arr.png) left center no-repeat;}
.search-form{border: 1px solid #98c0f2; background: rgba(0,0,0,.3); width: 245px; margin-top: 80px; padding: 5px;}
.search-form .keyword-input{outline: none; border: none; background: transparent; width: 190px; float: left;}
.search-form .btn-search{background: url(../images/search.png) center no-repeat; outline: none; float: right; border: none; width: 30px; margin: 0; padding: 0;}

.nav {background: #ffaa13 }
.nav > ul{margin: 0 auto; width: 1200px; padding: 0;}
.nav > ul li.item{float: left; width: 150px; text-align: center; line-height: 45px; list-style: none; position: relative;}
.nav > ul li.item > a{color: #ffffff; font-size: 16px; display: block;}
.nav > ul li.item .sub_nav{display: none;}
.nav > ul li.item:hover{background: #A60000; cursor: pointer;}
.nav > ul li.item:hover .sub_nav{display: block; position: absolute; left: 0; right: 0; top: 45px; background: url(../images/nav_bg.png); margin: 0; padding: 0; z-index: 2000;}
.nav > ul li.item:hover .sub_nav li{float: left; list-style: none; width: 100%; line-height: 30px; padding: 0; margin: 0;}
.nav > ul li.item:hover .sub_nav li a{color: #ffffff; font-size: 12px; text-align: center; display: block;}

.body{min-height: 600px;}

.main-body{width: 1200px; margin: 0 auto;}

.banner{width: 100%; text-align: center;}

.index-news{margin: 10px 0; width:1200px; background: #ffffff;}
.index-news .content{padding: 10px;}
.index-news .news_photo{float: left; width: 400px;}
.index-news .list-box{float:right; width: 740px; padding-left: 20px;}
.index-news .title{border-bottom: 1px solid #dfdfdf; display: block; line-height: 40px;}
.index-news .title span{font-size: 18px; color: #A60000; float: left; padding: 0 10px;}
.index-news .title a{font-size: 12px; color: #666666; float: right; padding: 0 10px;}

.index-box{margin: 10px 0; width: 1200px; display: flex; justify-content: space-between;}
.index-box .list-box{padding: 0 10px; width: 50%; margin: 0 10px; background: #ffffff; border: 1px solid #cccccc; box-sizing: content-box;}
.index-box .list-box:nth-child(odd){margin-left: 0;}
.index-box .list-box:nth-child(even){margin-right: 0;}
.index-box .list-box .title{border-bottom: 1px solid #dfdfdf; padding: 10px 0;}
.index-box .list-box .title:after{clear: both; content: ""}
.index-box .list-box .title span.t{font-size: 18px; color: #A60000; float: left; padding-left: 10px; border-left: 5px solid #A60000;}
.index-box .list-box .title a{float: right; font-size: 12px; color: #666666;}
.index-box .list-box .content{padding: 10px 0;}

.list-box table tr{border-bottom: 1px dotted #dfdfdf;}
.list-box table td{padding: 8px 0;}

.page-body{width: 1200px; margin: 20px auto; background: #ffffff; padding: 20px; box-sizing: border-box;}

.search-page{background: #ffffff; border: 1px solid #cccccc; padding: 10px;}

.footer{background: #ff0000; padding: 20px 0; text-align: center; font-size: 12px; color: #ffffff;}
.footer p{padding: 0; margin: 0; line-height: 25px;}
.footer a{color: #ffffff;}

.footer .link{margin: 10px auto; text-align: center;}
.footer .link ul{margin: 0; padding: 0; display: inline-block;}
.footer .link ul li{display: inline-block; padding: 0 10px 0 0;}
.foot-count span{display: inline-block; height: 20px; line-height: 20px; overflow: hidden; padding: 0 2px;}

@media screen and (max-width: 1200px) {
    .nav,.banner,.footer {width: 1200px;}
    .banner img{width: 1200px;}
    .index-box{width: 1200px;}
}