html,
body,
p,
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: black;
}

* {
    font-family: "microsoft yahei";
}



html,
body {
    min-width: 1200px;
    margin: 0;
    padding: 0;
    background: #fff;
}

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%;
    margin: auto;
    min-width: 1400px;
}

.header {
    width: 100%;
    height: 180px;
    background: url(../img/header-bg.png) no-repeat;
}

.header-con {
    width: 1400px;
    margin: auto;
    overflow: hidden;
    padding: 44px 0;
}

.seach {
    width: 270px;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin-top: 25px;
}

.seach-in {
    width: 248px;
    height: 40px;
    padding-left: 20px;
    border: 1px solid #fff;
    border-radius: 40px;
    outline: none;
}

.seach-btn {
    position: absolute;
    top: 14px;
    right: 20px;
}

/* Safari，Chrome WebKit browsers */
.seach input::-webkit-input-placeholder {
    color: #85b6e3;
}

/* 火狐 Mozilla Firefox 4 to 18 */
.seach input:-moz-placeholder {
    color: #85b6e3;
}

/* 火狐 Mozilla Firefox 19+ */
.seach input::-moz-placeholder {
    color: #85b6e3;
}

/* Internet Explorer 10+ */
.seach input:-ms-input-placeholder {
    color: #85b6e3;
}

/* 导航 */

.navigation {
    width: 100%;
    background: #fafafa;
    height: 70px;
}

.nav-con {
    width: 1400px;
    margin: auto;
}

.nav {
    height: 70px;
    line-height: 70px;
    position: relative;
    z-index: 1;
}

.nav a {
    color: #000;
}

.nav .nLi {
    width: 150px;
    height: 70px;
    float: left;
    display: inline;
    text-align: center;
}

.nav .nLi h3 {
    height: 70px;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    font-weight: 100;
    height: 68px;
    border-bottom: 2px solid #fafafa;
}

.nav .sub {
    display: none;
    width: 150px;
    top: 70px;
    position: absolute;
    background: #fff;
    line-height: 70px;
}

.nav .sub li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    zoom: 1;
    float: left;
    width: 150px;
}

.nav .sub a {
    display: block;
    color: #000;
    font-size: 14px;
}

.nav .sub a:hover {
    background: #056ac5;
    color: #fff;
}


.nav .on h3 a {
    color: #056ac5;
    font-weight: bold;
    height: 68px;
    border-bottom: 2px solid #056ac5;
}

.cons {
    width: 1400px;
    margin: auto;
    overflow: hidden;
}

.content1,
.content2 {
    margin-top: 40px;
    width: 100%;
}

/* 新闻轮播 */

.slideBox {
    width: 620px;
    height: 350px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 10px;
    width: 8px;
    height: 8px;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 50%;
}

.slideBox .hd ul li.on {
    background: #fff;
    border: 1px solid #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    overflow: hidden;
}

.slideBox .bd img {
    width: 620px;
    height: 350px;
    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 ul li p {
    height: 50px;
    line-height: 50px;
    position: relative;
    bottom: 50px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    padding-left: 20px;
}



.slideTxtBox {
    width: 735px;
    height: 350px;
    overflow: hidden;
    text-align: left;
    position: relative;
}

.slideTxtBox .hd {
    height: 40px;
    position: relative;
    border-bottom: 1px solid #f6f6f6;
}

.slideTxtBox .hd ul {
    float: left;
}

.slideTxtBox .hd ul li {
    height: 39px;
    float: left;
    cursor: pointer;
    margin-right: 50px;
}

.slideTxtBox .hd ul li a {
    font-size: 24px;
    color: #272727;
}

.slideTxtBox .hd ul li.on {
    border-bottom: 2px solid #056ac5;
}

.slideTxtBox .hd ul li.on a {
    font-size: 24px;
    color: #272727;
    font-weight: bold;
}

.slideTxtBox .bd ul {
    zoom: 1;
    padding-top: 15px;
    background: #fff;
}

.slideTxtBox .bd ul .more {
    font-size: 14px;
    color: #999999;
    position: absolute;
    top: 10px;
    right: 5px;
}

.slideTxtBox .bd li {
    height: 44px;
    line-height: 44px;
    padding-left: 15px;
    position: relative;
}

.slideTxtBox .bd li:hover a {
    color: #056ac5;
}

.slideTxtBox .bd li::before {
    content: '';
    width: 3px;
    height: 3px;
    background: #676767;
    position: absolute;
    left: 0;
    top: 24px;
}

.slideTxtBox .bd li .date {
    float: right;
    color: #aaaaaa;
    font-size: 16px;
}

.slideTxtBox .bd li:hover::before {
    background: #056ac5;
}

.content2 img {
    display: block;
}

.content3 {
    width: 100%;
    height: 390px;
    margin-top: 40px;
    background: url(../img/con3-bg.png);
}

.con3-list {
    width: 680px;
    margin-top: 40px;
}

.column {
    height: 41px;
    border-bottom: 1px solid #f0f0f0;
}

.column .column-name {
    height: 39px;
    border-bottom: 2px solid #056ac5;
}

.column .column-name a {
    font-size: 24px;
    color: #272727;
    font-weight: bold;
}


.con3-list ul {
    padding-top: 15px;
}

.con3-list ul li {
    height: 44px;
    line-height: 44px;
    padding-left: 15px;
    position: relative;
}

.con3-list ul li:hover a {
    color: #056ac5;
}

.con3-list ul li::before {
    content: '';
    width: 3px;
    height: 3px;
    background: #676767;
    position: absolute;
    left: 0;
    top: 21px;
}

.con3-list ul li span {
    float: right;
    color: #aaaaaa;
    font-size: 16px;
}

.con3-list ul li:hover::before {
    background: #056ac5;
}



.picScroll-left {
    width: 1400px;
    overflow: hidden;
    position: relative;
}

.picScroll-left .hd {
    overflow: hidden;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
    display: block;
    width: 25px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    background: #056ac5;
    position: absolute;
    z-index: 99;
    top: 40px;
}

.picScroll-left .hd .prev {
    left: 0;
}

.picScroll-left .hd .next {
    right:0;
}

.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

.picScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
}

.picScroll-left .hd ul li.on {
    background-position: 0 0;
}

.picScroll-left .hd img {
    position: relative;
    top: 10px;
    left: 10px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    width: 330px;
    height: 120px;
    margin-right: 27px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    position: relative;
    background: #fafafa;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
    overflow: hidden;
}

.picScroll-left .bd ul li .pic img {
    margin-top: 35px;
    margin-left: 75px;
    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;*/
}

.picScroll-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);*/
}

.picScroll-left .bd ul li .title {
    margin-top: 37px;
    margin-left: 10px;
}

.picScroll-left .bd ul li .title a {}

.picScroll-left .bd ul li .title .name {
    font-size: 20px;
    font-weight: bold;
}

.picScroll-left .bd ul li .title p {
    text-align: left;
}

.picScroll-left .bd ul li .title .names {
    font-size: 14px;
    color: #adadad;
    text-transform: uppercase;
}

.content4,
.content5,
.content6 {
    margin-top: 40px;
}

.con5-left,
.con5-right {
    width: 680px;
}

.con5-left ul {
    padding-top: 10px;
}

.con5-left ul li {
    margin-top: 20px;
    overflow: hidden;
}

.con5-left ul li .time {
    width: 75px;
    height: 75px;
    background: #fafafa;
}

.con5-left ul li .time .day {
    font-size: 24px;
    text-align: center;
    margin-top: 10px;
}

.con5-left ul li .time .year {
    font-size: 14px;
    text-align: center;
    color: #c9c9c9;
}

.con5-left ul li .text {
    width: 570px;
    margin-right: 20px;
    padding-top: 10px;
}

.con5-left ul li .text .abs {
    font-size: 14px;
    color: #868686;
    margin-top: 10px;
}

.con5-left ul li:hover .time {
    background: #056ac5;
}

.con5-left ul li:hover .time * {
    color: #fff;
}

.con5-left ul li:hover .text .title {
    color: #056ac5;
}

.con5-right ul li.one {
    margin-top: 30px;
    background: #fafafa;
    overflow: hidden;
    margin-bottom: 20px;
}

.con5-right ul li.one .img {
    width: 250px;
    height: 145px;
    overflow: hidden;
}

.con5-right ul li.one .img img {
    width: 250px;
    height: 145px;
    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;
}

.con5-right ul li.one .img: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);
}

.con5-right ul li.one .text {
    width: 380px;
    padding: 20px;
}

.con5-right ul li.one .text .abs {
    font-size: 14px;
    color: #868686;
    margin: 13px 0;
}

.con5-right ul li.one .text .time {
    font-size: 14px;
    color: #868686;
}

.con5-right ul li.outer {
    line-height: 48px;
    position: relative;
    padding-left: 15px;
}

.con5-right ul li.outer::before {
    content: '';
    width: 3px;
    height: 3px;
    background: #676767;
    position: absolute;
    left: 0;
    top: 21px;
}

.con5-right ul li.one .text .title {
    color: #056ac5;
}

.con5-right ul li.outer:hover a {
    color: #056ac5;
}

.con5-right ul li.outer:hover::before {
    content: '';
    width: 3px;
    height: 3px;
    background: #056ac5;
    position: absolute;
    left: 0;
    top: 21px;
}

.con5-right ul li.outer span {
    float: right;
    color: #aaaaaa;
    font-size: 16px;
}



.picScroll-lefts {
    width: 1400px;
    /* overflow: hidden; */
    position: relative;
    margin-top: 30px;
}

.picScroll-lefts .hd {
    overflow: hidden;
    height: 30px;
    position: absolute;
    top: -60px;
    right: 0;
}

.picScroll-lefts .hd .prev,
.picScroll-lefts .hd .next {
    display: block;
    width: 23px;
    height: 23px;
    float: right;
    overflow: hidden;
    cursor: pointer;
}

.picScroll-lefts .hd .prev {
    margin-right: 20px;
}

.picScroll-lefts .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

.picScroll-lefts .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
}

.picScroll-lefts .hd ul li.on {
    background-position: 0 0;
}

.picScroll-lefts .bd {}

.picScroll-lefts .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-lefts .bd ul li {
    margin-right: 27px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.picScroll-lefts .bd ul li .pic {
    text-align: center;
    overflow: hidden;
}

.picScroll-lefts .bd ul li .pic img {
    width: 330px;
    height: 185px;
    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;
}

.picScroll-lefts .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);
}

.picScroll-lefts .bd ul li .title {
    width: 100%;
    line-height: 40px;
    text-align: center;
    background: #fafafa;
}

.picScroll-lefts .bd ul li .title a {
    color: #333333;
}

.picScroll-lefts .bd ul li:hover .title {
    background: #056ac5;
}

.picScroll-lefts .bd ul li:hover .title a {
    color: #fff;
}

.foot {
    margin-top: 40px;
    padding: 30px 0;
    text-align: center;
    background: #056ac5;
}

.foot p {
    line-height: 35px;
    font-size: 14px;
    color: #a5bee3;
}

.neiye {
    width: 1400px;
    margin: auto;
    margin-top: 30px;
}

.neiye-con {
    padding: 30px;
    background: #fafafa;
}

.neiye-con .neiye-nav{
    position: relative;
}

.neiye-nav div a{
    color: #b2b1b1;
}

.neiye-nav ul {
    height: 60px;
    background: #ededed;
}

.neiye-nav ul li {
    float: left;
    line-height: 60px;
    margin-right: 60px;
    margin-left: 20px;
}

.neiye-nav ul li.on a {
    font-size: 20px;
    font-weight: bold;
    color: #056ac5;
}

.neiye-nav ul li:hover a {
    font-size: 20px;
    font-weight: bold;
    color: #056ac5;
}

.detail .title {
    font-size: 28px;
    color: #056ac5;
    margin-top: 30px;
    text-align: center;
}

.detail .time {
    text-align: center;
    line-height: 48px;
}

.detail .time span {
    font-size: 14px;
    color: #b2b1b1;
    margin-right: 15px;
}

.detail .text {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 40px 0;
}

.detail .text p {
    line-height:40px !important;
    text-align: 30px;
    text-indent: 32px;
}

.next {
    overflow: hidden;
}

.next p {
    line-height: 30px;
    margin-top: 30px;
}

.next p a {
    color: #b2b1b1;
}

.next p:hover a {
    color: #056ac5;
}

.picture-list {
    margin-top: 30px;
}

.picture-list ul {
    overflow: hidden;
}

.picture-list ul li {
    float: left;
    margin-right: 26px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.picture-list ul li img {
    width: 315px;
    height: 180px;
    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;
}

.picture-list ul 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);
}

.picture-list ul li p {
    width: 100%;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
}

.pictureText-list{
    margin-top: 30px;
}

.pictureText-list ul li {
    overflow: hidden;
    background: #ededed;
    margin-bottom: 20px;
}

.pictureText-list ul li .img{
    width: 300px;
    height: 175px;
    overflow: hidden;
}

.pictureText-list ul li .img img{
    width: 300px;
    height: 175px;
}

.pictureText-list ul li .text {
    width: 995px;
    padding: 25px 20px;
}

.pictureText-list ul li .text .abs {
    font-size: 14px;
    color: #868686;
    line-height: 30px;
    margin: 13px 0;
}

.pictureText-list ul li .text .time {
    font-size: 14px;
    color: #868686;
}

.pictureText-list ul li:hover .text .title{
    color: #056ac5;
}

.pictureText-list ul li:hover .text .time {
    color: #056ac5;
}

.text-list{
    margin-top: 30px;
}

.text-list ul li{
    padding: 30px 20px;
    overflow: hidden;
    background: #ededed;
    margin-bottom: 20px;
}

.text-list ul li .time{
    width: 60px;
    height: 50px;
    padding-right: 20px;
    border-right: 1px solid #e1e1e1;
}

.text-list ul li .time .day{
    font-size: 24px;
    text-align: center;
}

.text-list ul li .time .year {
    font-size: 14px;
    color: #868686;
}

.text-list ul li .text {
    width: 1195px;
}

.text-list ul li .text .abs {
    font-size: 14px;
    color: #868686;
    margin-top: 10px;
}

.text-list ul li:hover {
    background: #056ac5;
}

.text-list ul li:hover .day,
.text-list ul li:hover .year,
.text-list ul li:hover .title,
.text-list ul li:hover .abs {
    color: #fff;
}

.text-list ul li:hover .time {
    border-color: #1e79cb;
}

.more{
    font-size: 14px;
    color: #999999;
}

.more:hover {
    color: #056ac5 !important;
}