html,
body,
p,
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: black;
}

* {
    font-family: "microsoft yahei";
}

.seach input::-webkit-input-placeholder {
    color: #243b73;
}

.seach input:-moz-placeholder {
    color: #243b73;
}

.seach input::-moz-placeholder {
    color: #243b73;
}

.seach input:-ms-input-placeholder {
    color: #243b73;
}


html,
body {
    min-width: 1300px;
    margin: 0;
    padding: 0;
    zoom: 1;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    border: none;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.main {
    width: 100%;
}

.header {
    width: 1200px;
    height: 178px;
    margin: auto;
}

.logo {
    margin-top: 45px;
}

/* 导航 */

.navigation {
    width: 100%;
    background: #2e4782;
    height: 60px;
}

.nav-con {
    width: 1200px;
    margin: auto;
}

.nav {
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 1;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    width: 133px;
    height: 60px;
    float: left;
    position: relative;
    display: inline;
    text-align: center;
}

.nav .on {
    background: #1a3676;
    color: #fff;
}

.nav .nLi h3 {
    height: 60px;
}

.nav .nLi h3 a {
    font-size: 16px;
    text-align: center;
    font-weight: 100;
}

.nav .sub {
    display: none;
    width: 133px;
    left: 0;
    top: 60px;
    position: absolute;
    background: #fff;
    line-height: 60px;
}

.nav .sub li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #000;
    zoom: 1;
}

.nav .sub a {
    display: block;
    color: #000;
    font-size: 14px;
}

.nav .sub a:hover {
    background: #1a3676;
    color: #fff;
}

.nav .on h3 a {
    height: 60px;
}

/* 大图轮播 */

.banner {
    width: 100%;
    height: 500px;
}

.nav2-lunbo {
    width: 100%;
    height: 500px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.nav2-lunbo .nav2-lunbo-hd {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 49%;
    bottom: 35px;
    z-index: 1;
}

.nav2-lunbo .nav2-lunbo-hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    padding: 0;
    margin-right: 12px;
    list-style: none;
}

.nav2-lunbo .nav2-lunbo-hd ul li {
    float: left;
    margin-right: 12px;
    width: 20px;
    height: 5px;
    cursor: pointer;
    background: #fff;
}

.nav2-lunbo .nav2-lunbo-hd ul li.on {
    background: #2f4883;
}

.nav2-lunbo .nav2-lunbo-bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.nav2-lunbo .nav2-lunbo-bd li {
    zoom: 1;
    vertical-align: middle;
}

.nav2-lunbo .nav2-lunbo-bd img {
    width: 100%;
    height: 500px;
    display: block;
}

/* 结束 */

.container {
    width: 100%;
    background: #f7f7f7;
    padding: 45px 0;
}

.cons {
    width: 1200px;
    margin: auto;
}

.content1 {
    height: 450px;
    box-shadow: 0 4px 10px 0 rgba(31, 35, 41, .15);
    background: #fff;
}

.content1 .con1-text {
    width: 400px;
    height: 450px;
    position: relative;
}

.content1 .con1-text .text {
    padding: 25px;
}

.content1 .con1-text .text .title {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: bold;
}

.content1 .con1-text .text .abs {
    line-height: 30px;
}

.content1 .con1-text .text .more a {
    font-size: 14px;
    color: #999999;
    position: absolute;
    bottom: 40px;
}

.con1-mg {
    overflow: hidden;
}

.con1-mg img {
    width: 800px;
    height: 450px;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.con1-mg:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.lanmu {
    height: 39px;
    border-bottom: 1px solid #dcdcdc;
    margin: 30px 0 40px 0;
}

.lanmu .name {
    height: 38px;
    border-bottom: 2px solid #183475;
}

.lanmu .name a {
    font-size: 20px;
    font-weight: bold;
}

.lanmu .more a {
    font-size: 14px;
    color: #999999;
    position: relative;
    top: 10px;
}

.con2-con {
    height: 322px;
    box-shadow: 0 4px 10px 0 rgba(31, 35, 41, .15);
    background: #fff;
}

/* 新闻轮播 */

.slideBox {
    width: 575px;
    height: 323px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    position: absolute;
    right: 30px;
    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: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.slideBox .hd ul li.on {
    background: #3f71e7;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.slideBox .bd li img {
    width: 575px;
    height: 323px;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.slideBox .bd li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.slideBox .bd li p {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    background: rgba(0, 0, 0, .7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
    color: #fff;
}

.con2-list {
    width: 625px;
}

.con2-list ul {
    padding: 30px 25px 0 25px;
}

.con2-list ul li.one {
    overflow: hidden;
}

.con2-list ul li.one .time {
    width: 75px;
    height: 65px;
    border: 1px solid #2e4782;
    text-align: center;
}

.con2-list ul li.one .time .day {
    font-size: 24px;
    color: #2e4782;
    font-weight: bold;
    line-height: 38px;
}

.con2-list ul li.one .time .year {
    font-size: 14px;
    color: #2e4782;
}

.con2-list ul li.one .text {
    width: 475px;
}

.con2-list ul li.one .text .title {
    font-weight: bold;
}

.con2-list ul li.one .text .abs {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

.con2-list ul li.one:hover .title {
    color: #3555a1;
}

.con2-list ul li.other {
    line-height: 54px;
    padding-left: 25px;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
}

.con2-list ul li.other span {
    float: right;
    font-size: 14px;
    color: #999999;
}

.con2-list ul li.other::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #b5b5b5;
    position: absolute;
    left: 5px;
    top: 24px;
}

.con2-list ul li.other:nth-of-type(5) {
    border: none;
}

.con2-list ul li.other:hover a {
    color: #3555a1;
    font-weight: bold;
}

.con2-list ul li.other:hover::before {
    background: #3555a1;
}

.con3-list {
    width: 590px;
    height: 255px;
    background: #fff;
    box-shadow: 0 4px 10px 0 rgba(31, 35, 41, .15);
}

.con3-list ul {
    padding: 10px 30px 10px 20px;
}

.con3-list ul li {
    line-height: 58px;
    padding-left: 25px;
    border-bottom: 1px solid #dcdcdc;
    position: relative;

}

.con3-list ul li:last-child {
    border: none;
}

.con3-list ul li span {
    float: right;
    font-size: 14px;
    color: #999999;
}

.con3-list ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #b5b5b5;
    position: absolute;
    left: 5px;
    top: 28px;
}

.con3-list ul li:hover a {
    color: #3555a1;
    font-weight: bold;
}

.con3-list ul li:hover::before {
    background: #3555a1;
}

.content4 {
    height: 260px;
    margin-top: 40px;
    box-shadow: 0 4px 10px 0 rgba(31, 35, 41, .15);
}

.content4 ul li {
    width: 300px;
    height: 260px;
    float: left;
    background: #fff;
    text-align: center;
}

.content4 ul li .con4-img {
    width: 55px;
    height: 55px;
    margin: auto;
    margin-top: 75px;
}

.content4 ul li#item1 .con4-img {
    background: url(../img/item1.png) no-repeat;
}

.content4 ul li#item2 .con4-img {
    background: url(../img/item2.png) no-repeat;
}

.content4 ul li#item3 .con4-img {
    background: url(../img/item3.png) no-repeat;
}

.content4 ul li#item4 .con4-img {
    background: url(../img/item4.png) no-repeat;
}

.content4 ul li p {
    font-size: 20px;
    font-weight: bold;
    color: #3555a1;
    margin-top: 15px;
}

.content4 ul li:hover {
    background: #3555a1;
}

.content4 ul li:hover p {
    color: #fff;
}

.content4 ul li#item1:hover .con4-img {
    background: url(../img/item1-1.png) no-repeat;
}

.content4 ul li#item2:hover .con4-img {
    background: url(../img/item2-1.png) no-repeat;
}

.content4 ul li#item3:hover .con4-img {
    background: url(../img/item3-1.png) no-repeat;
}

.content4 ul li#item4:hover .con4-img {
    background: url(../img/item4-1.png) no-repeat;
}

.content5 {
    margin-top: 30px;
}

.picMarquee-left {
    width: 1200px;
    position: relative;
}

.picMarquee-left .hd {
    height: 30px;
    position: absolute;
    right: 0;
    top: -85px;
}

.picMarquee-left .hd .prev,
.picMarquee-left .hd .next {
    display: block;
    width: 27px;
    height: 27px;
    float: right;
    margin-right: -80px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../img/right.png") no-repeat;
}

.picMarquee-left .hd .next {
    background: url("../img/left.png") no-repeat;
    margin-right: 55px;
}

.picMarquee-left .bd {
    overflow: hidden;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 180px;
    height: 270px;
    margin: 10px 25px 10px 0;
    box-shadow: 0 4px 10px 0 rgba(31, 35, 41, .15);
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
    overflow: hidden;
}

.picMarquee-left .bd ul li .pic img {
    width: 180px;
    height: 240px;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.picMarquee-left .bd ul li .pic a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.picMarquee-left .bd ul li .title {
    line-height: 30px;
    background: #fff;
    font-size: 14px;
}

.picMarquee-left .bd ul li:hover .title {
    background: #014188;
}

.picMarquee-left .bd ul li:hover .title a {
    color: #fff;
}

.foot {
    background: #014188;
    padding: 40px 0;
}

.foot p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 32px;
}