html,
body,
ul,
li,
h1 {
    padding: 0;
    margin: 0;
}

input {
    outline: none;
}

* {
    font-family: "microsoft yahei";
}

img {
    border: 0;
}

.bd ul,
.hd ul {
    list-style-type: none;
}

html,
body,
.main {
    width: 100%;
    min-width: 1400px;
    height: auto;
    margin: auto;
}

a {
    text-decoration: none;
    color: black;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.nav1 {
    width: 100%;
    height: 170px;
}

.nav1-con1 {
    width: 100%;
    height: 30px;
    background-color: #f4f4f4;
}

.nav1-con1-con {
    width: 1400px;
    height: 30px;
    margin: auto;
}

.nav1-con1-con span {
    font-size: 14px;
    color: #96aeb9;
    line-height: 30px;
}

.zi {
    margin-right: 5px;
}

.nav1-con2 {
    width: 100%;
    height: 140px;
    background: url(../img/top-bg.png);
    background-size: 100% 100%;
}

.nav1-con2-con {
    width: 1400px;
    height: 140px;
    margin: auto;
}

.logo {
    margin-top: 10px;
}

.logo img {
    width: 265px;
    height: 115px;
}

.text {
    margin: 50px 0 0 200px;
}

.text img {
    width: 425px;
    height: 40px;
}

.sousuo {
    margin-top: 50px;
    position: relative;
}

.nav1-input-in {
    width: 305px;
    height: 40px;
    background: rgb(0, 0, 0, 0);
    border: 1px solid #38687e;
    padding-left: 20px;
    font-size: 14px;
    color: #bababa;
}

.nav1-input-btn {
    width: 15px;
    border: 0;
    position: absolute;
    top: 15px;
    left: 290px;
}

/* 导航 */


.nav2 {
    width: 100%;
    background-color: #38687e;
}

.nav1-list {
    width: 100%;
}

.nav1-list-con {
    width: 1400px;
    height: 60px;
    margin: auto;
}

.nav1-list-ul {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    padding: 0;
    /* line-height: 60px; */
    list-style: none;
    font-size: 0;
}

.nav1-list-ulli {
    width: 140px;
    height: 58px;
    display: inline-block;
    color: white;
    text-align: center;
    /* margin: 0 24px 0 24px; */
}

.one {
    height: 60px;
    margin: 0;
    line-height: 60px;
}

.nav-on {
    border-bottom: 3px solid white;
}

.nav1-list-ulli a {
    color: white;
    font-size: 16px;
}

.nav1-list-uls li a {
    color: white;
    font-size: 14px;
}

.nav1-list-ulli:hover .nav1-list-uls {
    display: block;
}

.nav1-list-uls li {
    width: 140px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    float: left;
}

.nav1-list-uls li:hover {
    background: rgba(56, 104, 126, 1);
}

.nav1-list-uls {
    background: rgba(56, 104, 126, .7);
    width: 140px;
    z-index: 9;
    display: none;
    position: absolute;
    padding: 0;
    list-style-type: none;
    padding: 15px 0;
}


/* 三级导航 */

.nav1-list-uls li {
    position: relative;
}

.three-nav {
    background: rgba(56, 104, 126, .7);
    position: absolute;
    margin-top: -30px;
    margin-left: 140px;
    display: none;
    padding: 15px 0;
}

.three-nav li {
    height: 30px;
}

.three-nav li a {
    font-size: 14px;
}

.nav1-list-uls li:hover .three-nav {
    display: block;
}

/* 结束 */

.nav3 {
    width: 100%;
    height: 440px;
    background-image: url(../img/new-bg.png);
    background-size: 100% 100%;
    padding-top: 30px;
}

.nav3-con {
    width: 1340px;
    height: 380px;
    background-color: white;
    margin: auto;
    padding: 30px;
}

.nav3-con-left,
.nav3-con-right {
    height: 380px;
}

.nav3-con-left {
    width: 670px;
}

.nav3-con-right {
    width: 640px;
}


/* 小图轮播 */

.slideBox {
    width: 670px;
    height: 380px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 15px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    padding: 0;
    margin-right: 12px;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 8px;
    width: 10px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    border: 1px solid white;
    cursor: pointer;
    border-radius: 50%;
}

.slideBox .hd ul li.on {
    background: white;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 670px;
    height: 380px;
    display: block;
}

.bd ul li p a{
    font-size: 14px;
    color: white;
    margin-left: 30px;
}

.bd ul li p {
    width: 670px;
    height: 60px;
    position: relative;
    top: -60px;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 60px;
    margin: 0;
}

.bd ul {
    padding: 0;
}


/* 结束 */

.title {
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.news{
    font-weight: bold;
    color: #38687e;
}

.lanmu {
    margin-right: 50px;
    height: 38px;
}

.lanmus{
    border-bottom: 3px solid #38687e;
}

.lanmu img,
.lanmu span {
    vertical-align: top;
}

.lanmu span {
    position: relative;
    top: -3px;
    color: rgb(56, 104, 126);
    font-size: 20px;
}

.lanmu a {
    font-size: 20px;
}

.more {
    position: absolute;
    top: -40px;
    right: 0;
}

.more a {
    font-size: 14px;
    color: #a3a3a3;
}

.list ul {
    padding-top: 20px;
    padding-left: 18px;
    list-style-type: none;
    font-size: 16px;
}

.list ul li {
    position: relative;
    line-height: 2.2em;
}

.list ul li:after {
    width: 5px;
    height: 5px;
    background: #c9c9c9;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: -15px;
    bottom: 12px;
}

.list span {
    float: right;
    color: #929292;
}

.list1,
.list2,
.list3 {
    display: none;
    position: relative;
}

.nav4,
.nav5,
.nav6 {
    width: 100%;
    background-color: #f4f4f4;
}

.nav4-con {
    width: 1400px;
    margin: auto;
    height: 410px;
    padding-top: 30px;
}

.nav4-con-left,
.nav4-con-right {
    height: 350px;
    background-color: white;
    padding: 30px;
}

.nav4-con-left,
.nav5-con-left {
    width: 860px;
}

.nav4-con-right,
.nav5-con-right {
    width: 390px;
    position: relative;
}

.nav5-con-right-img{
    background-color: #f4f4f4;
}

.list li:hover a {
    color: #38687e;
}

.list li:hover:after {
    background: #38687e;
}

.list-one {
    height: 150px;
    background-color: #f4f4f4;
    margin-left: -18px;
    margin-bottom: 10px;
}

.list-one:after {
    display: none;
}

.list-one-p {
    margin: 0;
    padding: 0 20px;
}

.list-one-title {
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
}

.list-one-time,
.list-one-con {
    font-size: 14px;
}

.list-one-con {
    line-height: 1.8em;
}

.list-one-con a {
    color: #a4a4a4;
}

.list-one-time a {
    color: #38687e;
}

#list ul {
    padding-top: 30px;
}

#more {
    top: 30px;
    right: 30px;
}

.right-img,
.right-img img {
    width: 390px;
    height: 140px;
}

.right-img {
    margin-top: 25px;
    margin-bottom: 20px;
}

.right-text p {
    text-indent: 32px;
    line-height: 1.8em;
}

.right-text a {
    font-size: 16px;
    text-indent: 32px;
}



.nav5-con {
    width: 1400px;
    margin: auto;
    height: 455px;
    padding-top: 30px;
}

.nav5-con-left,
.nav5-con-right {
    height: 395px;
    background-color: white;
    padding: 30px;
}

.nav5-con-right-con {
    width: 390px;
    height: 330px;
    background-color: #f4f4f4;
    margin-top: 30px;
}

.nav5-con-right-img img {
    width: 390px;
    height: 330px;
}

.nav6 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.nav6-con {
    width: 1340px;
    height: 240px;
    margin: auto;
    background-color: white;
    padding: 30px;
}

/* 图片新闻 */

.picMarquee-left {
    width: 1340px;
    position: relative;
    margin-top: 30px;
}

.picMarquee-left .hd {
    /* overflow: hidden; */
    width: 30px;
    height: 30px;
    position: absolute;
    top: -50px;
    right: 0;
}

.picMarquee-left .hd .prev,
.picMarquee-left .hd .next {
    display: block;
    width: 22px;
    height: 25px;
    float: right;
    margin-right: -35px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    top: -30px;
    right: 30px;
    
}

.picMarquee-left .hd .next {
    float: left;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    margin: 0 8px;
    float: left;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.picMarquee-left .bd ul li .pic img {
    width: 320px;
    height: 180px;
    display: block;
}

.picMarquee-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picMarquee-left .bd ul li .titles {
    width: 320px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.5);
}

.picMarquee-left .bd ul li .titles a{
    color: white;
}

#lanmu{
    width: 1340px;
}

.nav7{
    width: 100%;
    height: 50px;
}

.nav7-con{
    width: 1400px;
    margin: auto;
    height: 50px;
}

.nav7-lanmu{
    line-height: 50px;
}

.nav7-lanmu a{
    font-weight: bold;
    font-size: 16px;
    color: #38687e;
}

.lianjie-list{
    width: 1330px;
    height: 50px;
}

.lianjie-list ul{
    list-style-type: none;
    height: 50px;
}

.lianjie-list ul li{
    float: left;
    height: 50px;
    line-height: 50px;
    margin-left: 90px;
}

.nav8{
    width: 100%;
    background-color: #38687e;
    display: flex;
}

.nav8-con{
    width: 1400px;
    margin: auto;
}

.copyright{
    width: 890px;
    margin-top: 70px;
}

.copyright p{
    margin: 0;
    line-height: 2em;
    font-size: 14px;
    color: white;
}

.qr{
    width: 260px;
    margin: 20px 0;
}

.qr ul{
    list-style-type: none;
}

.qr ul li{
    float: left;
    margin-right: 20px;
}

.qr ul li:last-child{
    margin-right: 0;
}

.qr p{
    height: 20px;
    margin: 0;
    background-color: white;
    text-align: center;
    color: #38687e;
    font-size: 14px;
    line-height: 20px;
    margin-top: 3px;
}

.qr img{
    width: 120px;
    height: 120px;
}

.list11 ul,.list21 ul{
    display: none;
}

.new-nav{
    width: 100%;
    background-color: #f4f4f4;
    padding: 30px 0;
}

.new-nav-con{
    width: 1400px;
    margin: auto;
    background-color: white;
}

.weizhi{
    height: 30px;
    line-height: 30px;
    text-align: right;
    margin-right: 30px;
    font-size: 14px;
    color: #b2b1b1;
}

.weizhi span,.weizhi a{
    font-size: 14px;
    color: #b2b1b1;
}

.weizhi a{
    margin-right: 8px;
}

.shizi-title{
    width: 1340px;
    height: 60px;
    margin: 0 30px;
    background-color: #f4f4f4;
    margin-bottom: 40px;
}

.shizi-title ul{
    list-style-type: none;
}

.shizi-title ul li{
    text-align: center;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 60px;
    padding: 0 10px;
}

.shizi-title ul li:hover a{
    font-size: 20px;
    color: #38687e;
    font-weight: bold;
}

.shizi-on a{
    font-size: 20px;
    color: #38687e;
    font-weight: bold;
}

.shizi-con{
    width: 1340px;
    margin: 0 30px;
    padding-bottom: 30px;
}

.shizi-con ul{
    list-style-type: none;
    /* display: flex; */
}

.shizi-con ul li{
    width: 115px;
    float: left;
    height: 190px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #f4f4f4;
}

.shizi-con ul li img{
    width: 115px;
    height: 160px;
}

.shizi-con ul li p{
    height: 30px;
    line-height: 20px;
    margin: 0;
}

.shizi-con ul li:hover{
    background-color: #38687e;
}

.shizi-con ul li:hover a{
    color: white;
}

.img-list-con{
    margin: 0 30px;
   padding-bottom: 30px;
}

.img-list-con ul{
    list-style-type: none;
}

.img-list-con ul li{
    width: 315px;
    height: 180px;
    float: left;
    margin-right: 26px;
    margin-bottom: 25px;
    position: relative;
    /* overflow: hidden; */
}

.img-list-con img{
    width: 315px;
    height: 180px;
}

.img-list-con p{
    width: 315px;
    margin: 0;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: white;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
}

.xinxi-list-con {
    margin: 0 30px;
    padding-bottom: 30px;
}

.xinxi-list-con ul{
    list-style-type: none;
}

.xinxi-list-con li{
    height: 110px;
    background-color: #f4f4f4;
    margin-bottom: 30px;
}

.list-con-li{
    height: 110px;
    margin: 0 30px;
}

.xinxi-title a{
    font-size: 16px;
}

.xinxi-text a{
    font-size: 14px;
    color: #b2b1b1;
}

.list-con-left p{
    margin: 0;
}

.list-con-left{
    height: 55px;
    line-height: 30px;
    margin-top: 25px;
}

.xinxi-list-time{
    width: 55px;
    height: 75px;
    border: 1px solid #38687e;
    border-radius: 8px;
    margin-top: 16px;
}

.xinxi-list-time p{
    margin: 0;
    text-align: center;
}

.month{
    padding-top: 2px;
}

.month,.year{
    font-size: 14px;
    color: #b2b1b1;
}

.day{
    font-size: 24px;
    color: #38687e;
    font-weight: bold;
}

.xinxi-list-con li:hover{
    background-color: white;
    box-shadow: 0 4px 10px 0 rgba(31, 35, 41, .15);
}

.xinxi-list-con li:hover .xinxi-title a{
    color: #38687e;
}

.details-con{
    padding-top: 30px;
}

.details-con h2{
    text-align: center;
    color: #38687e;
    margin: 0;
}

.details-title p{
    font-size: 14px;
    color: #b2b1b1;
    text-align: center;
    margin-top: 10px;
}

.details-text{
    padding: 45px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    margin: 0 30px;
}

.down-up{
    margin: 0 30px;
    height: 145px;
    line-height: 145px;
}

.down-up p{
    margin: 0;
}

.down-up a{
    color: #b8b7b7;
}

.down-up a:hover{
    color: #38687e;
}

.danye,.sousuo-ye{
    padding: 30px;
    padding-top: 0;
}

.p_no_d{
    background-color: #38687e !important;
    border: 1px solid #38687e !important;
}

.list-ones{
    background-color: white;
    box-shadow: 0 4px 10px 0 rgba(31, 35, 41, .15);
}

#sousuo-id span,#sousuo-id a{
    font-size: 16px;
    font-weight: bold;
}



.xinxi-title span{
    font-size: 16px !important;
    font-weight: bold !important;
}

.xinxi-list-con li:hover .xinxi-title span{
    color: #38687e !important;
}


.shizi-title {
    margin-bottom: 20px;
}

.subNav {
    margin: 0 30px 30px 30px;
    background-color: #f4f4f4;
    padding: 15px;
}

.subNav .list a {
    margin-right: 15px;
}

.subNav .list a.on,
.subNav .list a:hover {
    color: #38687e;
    font-weight: bold;
}

.new-nav-con {
    min-height: 400px;
}










