.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
}

.head {
    width: 100%;
    min-width: 1200px;
    /*height: 180px;*/
    /*background: url(../images/top_bg.png) center no-repeat;*/
    background-size: cover;
}

.head .top-logo {
    width: 1200px;
    height: 120px;
    line-height: 120px;
    margin: 0 auto;
}

.head .top-logo .logo {
    width: 546px;
    height: 68px;
    margin-left: 5px;
}

.head .top-logo .top_right .register {
    color: #1081D9;
    font-size: 12px;
    margin-top: 10px;
    text-align: right;
}

.head .top-logo .top_right .search_box {
    width: 270px;
    height: 40px;
    line-height: 25px;
    position: relative;
    top: 40px;
}

.head .top-logo .top_right .search_box input {
    display: inline-block;
    box-sizing: border-box;
    width: 200px;
    height: 35px;
    float: left;
    padding: 0 5px;
    border: solid 1px #1081D9;
}

.head .top-logo .top_right .search_box input::-webkit-input-placeholder {
    color: #bdbdbd;
}

.head .top-logo .top_right .search_box input::-moz-placeholder {
    color: #bdbdbd;
}

.head .top-logo .top_right .search_box input:-moz-input-placeholder {
    color: #bdbdbd;
}

.head .top-logo .top_right .search_box input::-ms-input-placeholder {
    color: #bdbdbd;
}

.head .top-logo .top_right .search_box .search_btn {
    width: 70px;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    background-image: url(/static/images/search.png);
    background-position: 10px;
    background-repeat: no-repeat;
    background-color: #1081D9;
    color: #fff;
    font-size: 12px;
    padding-left: 30px;
    cursor: pointer;
}

.head .top-nav {
    width: 100%;
    text-align: center;
    background: #1081D9;
    color: #fff;
    font-size: 16px;
    height: 50px;
}

.head .top-nav .nav {
    display: inline-block;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.head .top-nav .nav li {
    width: 100px;
    float: left;
    transition: all 0.3s ease;
    margin-right: 15px;
    position: relative;
    height: 100%;
}

.head .top-nav .nav li a {
    display: inline-block;
    width: 100%;
  
    height: 100%;
    line-height: 50px;
}

.head .top-nav .nav li a:hover {
    color: #fff;
}

.head .top-nav .nav li > ul {
    width: 100px;
    position: absolute;
    left: 0;
    z-index: 100;
    background: #1081D9;
    display: none;
}

.head .top-nav .nav li:hover > ul {
    display: block;
}

.head .top-nav .nav li:hover > ul li:hover {
    background: #0B5AA7;
}

.head .top-nav .nav .on {
    background: #0B5AA7;
}

.top_banner {
    width: 100%;
    height: 300px;
    /*margin-top: 5px;*/
    margin-bottom: 20px ;
    background-size: 100% 100%;
}
.top_banner2 {
    width: 1200px;
    height: 300px;
    margin:5px auto 20px auto;
    background-size: 100% 100%;
}

.content {
    box-sizing: border-box;
    width: 1200px;
    margin: 10px auto 30px auto;
    background: #fff;
}

.content .content1 {
    width: 100%;
}

.content .content1 .content1_left {
    width: 870px;
    height: 300px;
}

.content .content1 .content1_left .wrapper {
    width: 445px;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.content .content1 .content1_left .wrapper .d1 {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.content .content1 .content1_left .wrapper .d1 .newstitle {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    padding: 0 80px 0 20px;
    position: absolute;
    left: 0;
    top: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content .content1 .content1_left .wrapper .d2 {
    width: 60px;
    height: 8px;
    position: absolute;
    right: 10px;
    bottom: 16px;
    z-index: 10;
}

.content .content1 .content1_left .wrapper .d2 li {
    width: 8px;
    height: 8px;
    background: #fff;
    float: left;
    margin-left: 8px;
}

.content .content1 .content1_left .wrapper .d2 .nuw {
    background: #1081D9;
}

.content .content1 .content1_left .news_box {
    box-sizing: border-box;
    width: 425px;
    height: 300px;
    background: #fdfaf9;
    padding: 0 20px;
    border: solid 1px #fbf2f2;
}

.content .content1 .content1_left .news_box .news_title {
    height: 38px;
    line-height: 38px;
    border-bottom: solid 2px #1081D9;
}

.content .content1 .content1_left .news_box .news_title .news_title_left {
    color: #1081D9;
    font-weight: bold;
    background: url(/static/images/xsjl.png) left no-repeat;
    padding-left: 30px;
}

.content .content1 .content1_left .news_box .news_item {
    width: 100%;
}

.content .content1 .content1_left .news_box .news_item .news_item_center {
    height: 210px;
}

.content .content1 .content1_left .news_box .news_item .news_item_center > ul {
    display: block;
    width: 100%;
}

.content .content1 .content1_left .news_box .news_item .news_item_center > ul li {
    height: 20px;
    margin-bottom: 10px;
    color: #424242;
    font-size: 14px;
}

.content .content1 .content1_left .news_box .news_item .news_item_center > ul li a {
    display: inline-block;
    float: left;
    width: 320px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content .content1 .content1_left .news_box .news_item .news_item_center > ul li a:hover {
    color: #1081D9;
}

.content .content1 .content1_left .news_box .news_item .news_item_center > ul li a i {
    color: #1081D9;
    margin-right:5px
}

.content .content1 .content1_left .news_box .news_item .news_item_center > ul li span {
    display: inline-block;
    float: right;
    color: #bdbdbd;
    font-size: 12px;
}

.content .content1 .content1_right {
    box-sizing: border-box;
    width: 310px;
    height: 300px;
    margin-left: 20px;
    border: solid 1px #fbf2f2;
}

.content .content1 .content1_right .news_title {
    box-sizing: border-box;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;

}

.content .content1 .content1_right .news_title .news_title_left {
    color: #1081D9;
    font-weight: bold;
    background: url(/static/images/zjqy.png) left no-repeat;
    padding-left: 30px;
}

.content .content1 .content1_right .news_item {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
}

.content .content1 .content1_right .news_item .news_item_center {
    height: 210px;
}

.content .content1 .content1_right .news_item .news_item_center > ul li {
    height: 30px;
    margin-bottom: 10px;
    color: #424242;
    font-size: 14px;
    line-height: 30px;
}

.content .content1 .content1_right .news_item .news_item_center > ul li a {
    display: inline-block;
    float: left;
    width: 200px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content .content1 .content1_right .news_item .news_item_center > ul li a:hover {
    color: #1081D9;
}

.content .content1 .content1_right .news_item .news_item_center > ul li a i {
    color: #1081D9;
    margin-right: 5px;
}

.content .content1 .content1_right .news_item .news_item_center > ul li span {
    display: inline-block;
    float: right;
    color: #bdbdbd;
    font-size: 12px;
}

.content .content2 {
    width: 1200px;
    height: 310px;
    margin-top: 20px;
}

.content .content2 .content2_left {
    box-sizing: border-box;
    width: 425px;
    height: 310px;
    border: solid 1px #fbf2f2;
    margin-right: 20px;
}

.content .content2 .content2_left .news_title {
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
}

.content .content2 .content2_left .news_title .xxjm {
    color: #1081D9;
    font-weight: bold;
    background: url(/static/images/xxjm.png) left no-repeat;
    padding-left: 35px;
}

.content .content2 .content2_left .news_title .kpxc {
    color: #1081D9;
    font-weight: bold;
    background: url(/static/images/kpxc.png) left no-repeat;
    padding-left: 35px;
}

.content .content2 .content2_right .news_title .hyzz {
    color: #1081D9;
    font-weight: bold;
    background: url(/static/images/user.png) left no-repeat;
    padding-left: 35px;
}
.content .content2 .content2_left .news_middle_banner {
    padding: 0 15px;
    margin: 0 auto;
}

.content .content2 .content2_left .news_middle_banner img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.content .content2 .content2_left .news_item {
    width: 395px;
    padding: 0 15px;
}

.content .content2 .content2_left .news_item .news_item_center > ul li {
    height: 20px;
    margin-bottom: 10px;
    color: #424242;
    font-size: 14px;
}

.content .content2 .content2_left .news_item .news_item_center > ul li a {
    display: inline-block;
    float: left;
    width: 320px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content .content2 .content2_left .news_item .news_item_center > ul li a:hover {
    color: #1081D9;
}

.content .content2 .content2_left .news_item .news_item_center > ul li a i {
    color: #1081D9;
    margin-right: 5px;
}

.content .content2 .content2_left .news_item .news_item_center > ul li span {
    display: inline-block;
    float: right;
    color: #bdbdbd;
    font-size: 12px;
}

.content .content2 .content2_right {
    box-sizing: border-box;
    width: 310px;
    height: 310px;
    border: solid 1px #fbf2f2;
    padding: 0 15px;
}

.content .content2 .content2_right .news_title {
    height: 38px;
    line-height: 38px;
}

.content .content2 .content2_right .news_title .news_title_left {
    color: #1081D9;
    font-weight: bold;
}

.content .content2 .content2_right .hyzx_item {
    width: 100%;
    /*height: 80px;*/
}

.content .content2 .content2_right .hyzx_item img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.content .content2 .content2_right .hyzx_item img:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.content .content2 .content2_right .hyzx_item:nth-child(3) {
    margin: 10px 0;
}

.content .content3 {
    box-sizing: border-box;
    width: 1200px;
    height: 120px;
    border: solid 1px #fbf2f2;
    margin-top: 20px;
    padding: 0 15px;
}

.content .content3 .xhjs .news_title {
    height: 38px;
    border-bottom: solid 2px #1081D9;
    line-height: 38px;
}

.content .content3 .xhjs .news_title .news_title_left {
    color: #1081D9;
    font-weight: bold;
}

.content .content3 .xhjs > ul {
    margin-top: 10px;
}

.content .content3 .xhjs > ul li {
    width: 18.4%;
    /*height: 60px;*/
    float: left;
    margin: 0 1%;
}
.content .content3 .xhjs > ul li img{
    width: 100%;
    height: 100%;
}

.content .content3 .xhjs > ul li:first-child {
    margin-left: 0;
}

.content .content3 .xhjs > ul li:last-child {
    margin-right: 0;
}

.content .content3 .xhjs > ul li:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.content .content4 {
    box-sizing: border-box;
    width: 1200px;
    height: auto;
    border: solid 1px #fbf2f2;
    margin-top: 20px;
    padding: 0 15px;
    overflow: hidden;
}

.content .content4 .yqlj .news_title {
    height: 38px;
    border-bottom: solid 2px #1081D9;
    line-height: 38px;
}

.content .content4 .yqlj .news_title .news_title_left {
    color: #1081D9;
    font-weight: bold;
}

.content .content4 .yqlj > ul {
    margin-top: 10px;
}

.content .content4 .yqlj > ul li {
    /*width: 250px;*/
    height: 70px;
    float: left;
    margin: 10px 4px;
}

.content .content4 .yqlj > ul li:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.content .content4 .yqlj > ul li:nth-child(7n-6) {
    margin-left: 0;
}

.content .content4 .yqlj > ul li:nth-child(7n) {
    margin-right: 0;
}

.content .content4 .yqlj > ul li img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.foot {
    width: 100%;
    min-width: 1200px;
    padding: 40px 0;
    background: #1081D9;
}

.foot p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    opacity: 0.5;
    line-height: 28px;
}
.nev_left{
    border:1px solid #F2F7FF;

}
.nev_left li a{
    display: block;
    padding: 10px;
    color: #1C93F5;
}
.nev_left li a:hover{
    background: #0B5AA7;
    color:#ffffff
}
.nev_left li .on{
    background: #0B5AA7;
    color:#ffffff
}

.modle_6 {
    padding: 30px;
}

.modle_6 ul li .conts_s .titb {
    font-weight: bold;
    font-size: 16px;
    color: #1a1a1a;
}
.modle_6 ul li .cm_box_img_item img{
    width:100%;
    height: 100%;
}
.modle_6 ul li .conts_s .dectsb {
    font-size: 14px;
    color: #737373;
    margin: 15px 0;
    height: 38px;
    overflow: hidden;
}

.modle_6 ul li .conts_s .infosb .time {
    font-size: 12px;
    color: #737373;
}

.modle_6 ul li .conts_s .infosb .see {
    font-size: 12px;
    color: #737373;
    background: url(../images/img21.jpg) left center no-repeat;
    padding-left: 25px;
}

.modle_6 ul li {
    position: relative;
    padding-left: 200px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dedede;
}

.modle_6 ul li .img {
    width: 180px;
    height: 100px;
    left: 0px;
    position: absolute;
    top: 0px;
}

.modle_6 ul li .conts_s {
    position: relative;

}

.modle_6 ul li:hover .conts_s .titb {
    color: #0B5AA7;
}
.page_1 {
    text-align: center;
    padding: 10px 0;
    margin-top: 25px;
}

.page_1 a {
    padding: 4px 10px;
    border: 1px solid #d3d3d4;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    background: #ffffff;
    margin: 0px 0px;
    color: #666666;
}

.page_1 a:hover {
    background: #0B5AA7;
    color: #fff;
    border: 1px solid #0B5AA7;
}

.page_1 .on {
    background: #0B5AA7;
    color: #fff;
    border: 1px solid #0B5AA7;
}
.title_txt h1{
    text-align: center;
    font-size: 24px;
}
