.container1 {
    width: 100%;
    background: #fff;
}
.header {
    width: 100%;
    /* height: 190px; */
    box-shadow: 4px 4px 4px #ccc;
    background-size: cover;
    z-index: 1000;
}
.header-topline {
    width: 100%;
    height: 7px;
    background: #94070a;
}
.header-content-c {
    width: 100%;
    background-size: cover;
}
.header-content {
    width: 1240px;
    margin: 0 auto;
    height: 120px;
    overflow: hidden;
}
.hc_img {
    margin-top: 10px;
    position: relative;
}
.search {
    float: right;
    margin-top: 30px;
}
.searchs {
    float: left;
    width: 185px;
    height: 32px;
    border-radius: 20px;
    overflow: hidden;
    border: 1.2px solid #0e60b6;
    background: #fff;
}
.btns {
    color: #0c9adb;
    background: #fff;
    /* border: 1px solid #17f; */
    width: 46px;
    height: 32px;
    font-size: 20px;
    margin-left: 0px;
    display: inline-block;
    float: right;
    outline: none;
}
.header-nav {
    width: 100%;
    height: 60px;
    background: #164b97;
    /* border-top: 1px solid #ddd; */
}
.hnav-c {
    width: 1350px;
    height: 58px;
    margin: 0 auto;
    /* background: #6B6575; */
}
.nav {
    width: 100%;
    height: 58px;
}
.navs {
    width: 1350px;
    height: 60px;
    /* margin: 0 auto; */
    float: left;
}
.navss {
    /* padding: 17px 28px; */
    float: left;
    font-size: 18px;
    /* border-radius: 4px; */
    position: relative;
    transition: all 0.4s ease-out;
    color: #fff;
    width: 132px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.navssa {
    width: 100%;
    height: 100%;
    display: block;
    float: left;
    color: white;
}
.navs2 {
    position: absolute;
    top: 60px;
    left: 0px;
    display: none;
    z-index: 10;
}
.navs2 li {
    width: 114px;
    padding: 16px 20px;
    font-size: 15px;
    color: white;
    background: url(../images/navsbg.png);
    /* text-align: center; */
    position: relative;
    /* border-radius: 6px; */
    line-height: 20px;
    text-align: left;
}
.navss:hover{
	color:#164b97;
	background:#fefefe;
}
.navss:hover .fa-sort-desc{
    color:#164b97!important;
}
.navs2 li:hover{
	background: #164b97;
}
.navss:hover .navssa {
	color:#164b97!important;
}
.banner {
    width: 100%;
    height: 360px;
    z-index: 100;
    box-shadow: 0px 6px 6px #aaa;
}
.index-main-box {
    width: 100%;
    height: auto!important;
    overflow: hidden;
}
.index-main-box .index-main {
    width: 1300px!important;
    margin:0 auto;
}
.index-main-box .index-main .left {
    width: 730px;
    height: 54px;
    float: left;
    margin-top: -12px;
}
.model-title {
    width: 100%;
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #eee3f0;
}
.model-title .model {
    width: 96px;
    font-size: 24px;
    float: left;
        color: black;
}
.model-title .more {
    width: 40px;
    font-size: 13px;
    float: right;
    background: url(../images/more.png) right no-repeat;
}
.model-block {
    float: left;
    width: 38px;
    height: 3px;
    background: #084e96;
    position: relative;
    top: -2px;
    z-index: 1;
    margin-bottom: -2px;
}
.index-main-box .index-main .focus-news {
    width: 730px;
    height: 189px;
    margin-bottom: 26px;
}
.index-main-box .index-main .focus-news .sbanner {
    width: 337px;
    height: 189px;
    float: left;
}
.index-main-box .index-main .focus-news .sbanner-title {
    width: 373px;
    height: 189px;
    float: left;
    margin-left: 20px;
    text-align: left;
}
.footer_wrap {
    width: 100%;
    
    overflow: hidden;
 
 background-color: #333333bf;

}
.footer {
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
   
    /*background-size: 10%;*/
}
.footer .lf {
    float: left;
    width: 34%;
    overflow: hidden;
    margin: 30px 0;
}
.footer .md {
    float: left;
    width: 32%;
    overflow: hidden;
    margin: 30px 0;
}
.footer .rt {
    float: right;
    width: 34%;
    overflow: hidden;
    margin: 30px 0;
}
.footerList {
    overflow: hidden;
    border-left: 1px solid #fff;
    padding: 0 4%;
}
.footerTitle {
    margin-bottom: 10px;
}
.footerTitle h3 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}
.footerList ul {
    overflow: hidden;
}
.footerList ul li {
    float: left;
    width: 50%;
    margin-top: 10px;
}
.footerList ul li a {
    color: #ede6e6;
    font-size: 14px;
    display: block;
    height: 20px;
    overflow: hidden;
    margin-right: 10px;
}
.footerList ul li a i {
    color: #e8d3d3;
    font-style: normal;
    margin-right: 5px;
}
.footerList ul li a:hover{color:#fff;}
.footerList1 {
    border-right: 1px solid #fff;
}
.footerContact p {
    color: #ede6e6;
    font-size: 14px;
    margin-bottom: 12px;
}
.copyRight p {
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.footerContact{
	margin-top: 5px;
}
.copyRight {
    width: 100%;
    background: #164b97;
    overflow: hidden;
}
.news-box li span:hover{
	color: #164b97;
}
.notice-box .title:hover{
	color: #164b97;
}
.sbanner-title .title:hover{
	color: #164b97;
}
.fot{
	background: url(../images/bj.jpg) no-repeat center right;
	 background-size: 100%;
}
.mr {
    float: left;
    margin-left: 50px;
    width: 450px;
    height: 335px;
}
.ml{
     float: left;
     height: 335px;
     width: 450px;
}
.mm{
    width: 300px;
    float: left;
    height: 237px;
}
.box{
    width: 1000px;
    float: left;
}
.review-list01 li {
    width: 300px;
    margin-bottom: 20px;
}
.review-list01 li a {
    display: block;
    position: relative;
}
.review-img {
   
    display: block;
    width: 100%;
    padding-bottom: 29.948%;
    overflow: hidden;
    height: 0;
}
.review-img img{
     transition: all .3s ease-out;
    width: 100%;
}
.review-list01 li a:hover img {
    transform: scale(1.08);
}
.review-date1 {
    width: 100%;
    height: 100%;
    line-height: 89px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #f4f4f4;
    font-size: 20px;
    background-color: rgba(124, 118, 118, 0.8);
}
.review-date1 .date {
    padding-left: 10px;
    display: block;
    font-weight: bold;
}
.post {
    margin-bottom: 10px;
}

.post .tt {
    display: inline-block;
    width: 100%;
    border-bottom: 0px solid #e6e6e6;
}
.post1 .tt {
    border-bottom: 1px solid #164b97;
}
.post .tt .tit {
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: normal;
}
.post .more_btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 20px;
    margin-top: 10px;
    line-height: 20px;
    float: right;
}
.post1 .tt .tit .title {
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #164b97;
    cursor: pointer;
    width: 200px;
    font-family: Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜;
    line-height: 42px;
}
.post .con {
    padding: 0 0;
    margin: 0 auto;
}
.clearfix {
    display: block;
}
.news_list li.news7 {
    line-height: 34px;
    padding-left: 0px;
    background: url(../images/news-title-bg.png) left no-repeat;
}
.news_list li.news7 span.news_title {
    float: left;
    margin-left: 15px;
    font-family: Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜;
    font-size: 15px;
    line-height: 44px;
}
.news_list li.news7 span.news_meta {
    float: right;
    margin-left: 2px;
    color: #164b97;
    line-height: 44px;
    font-size: 14px;
}
.news_title a {
    color: #3b3b3b;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.news_title a:hover{
    color: #164b97;
}