/*头部*/
body{
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
}

.head{
    width: 100%;
    height: 215px;
    background: url("../images/banenr-bj.jpg") no-repeat;
    background-size: 100% 100%;
}
.swf_item{
    margin-top: 50px;
    width: 580px;
    height: 150px;
    float: right;
    position: relative;
	z-index:1000
}
.nav{
    width: 100%;
    height: 48px;
    border-bottom: solid 2px #ff9600;
    background-color: #f6dc01;
}
ul,li{
    margin: 0;
    padding: 0;
    list-style:none
}
.nav_list{
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
.nav_list li{
    line-height: 48px;
    width: 100px;
    height: 100%;
    text-align: center;
    font-size: 16px;
    color: #000;
	margin-right: 22px
}
.nav_list li:last-child{
	margin-right: 0
}
.check{
    background-color: #ff9600;
    color: #fff !important;
}
.check a{
    color: #fff !important;
}
.nav_list li a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
}
.nav_list li a:link{
    color: #000;
}
.nav_list li a:visited{
    color: #000;
}
.nav_list li a:hover{
    background-color: #ff9600;
    color: #fff;
}
.nav_list li a:active{
    color: #000;
}
.news_search{
    width: 100%;
    height: 70px;
    background-color: #fff;
}
.within{
    width: 1200px;
    margin: 0 auto;
}
.news{
    float: left;
    display: flex;
}
.news_icon{
    display: flex;
    line-height: 70px;
}
.news_icon img{
    display: block;
    width: 24px;
    height: 24px;
    margin-top: 24px;
}
.news_title{
    margin-left: 10px;
    color: #666;
    font-weight: bold;
    font-size: 16px;
}
.head1_1_2{
    width: 600px;
    margin-left: 35px
}
.txtMarquee-top{
    overflow: hidden;
    position: relative;
    height: 40px;
    padding: 12px 0;
}
.txtMarquee-top .infoList li{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #666
}
.txtMarquee-top .infoList li a{
    font-size: 16px;
    color: #444;
    text-decoration: none;
}
.txtMarquee-top .infoList li a:hover{
    color: red;
}
.txtMarquee-top .infoList li span{
    color: #666;
    padding-left: 30px;
}
.search{
    width: 300px;
    height: 42px;
    float: right;
    margin-top: 15px;
    display: flex;
}
.search1{
    width: 220px;
    height: 38px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border: solid 1px #d7d0d0;
    background-color: #f8f8f8;
    display: flex;
}
.search1 img{
    margin-left: 10px;
    margin-top: 10px;
    width: 17px;
    height: 17px;
}
.search1 input{
    display: block;
    border: none;
    height: 36px;
    width: 188px;
    border: none;
    font-size: 14px;
    color: #999;
    background-color: #f8f8f8;
    margin-left: 5px;
    outline-color: #ff9600;
}
.search_submit{
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #ff9600;
    border: none;
    color: #fff;
    font-size: 14px;
    outline: none;
}
/*头部结束*/

/*底部*/
.foot{
    margin-top: 50px;
    width: 100%;
    height: 152px;
    background-color: #2d2e32;
    color: #7c7f88;
    font-size: 14px;
    text-align: center;
}
.foot_addr{
    padding-top: 35px;
}
.foot_info{
    margin-top: 15px;
}
.foot_info span+span{
    margin-left: 23px;
}
.icp{
    margin-top: 15px;
}
/*底部结束*/