@media all and (max-width: 1400px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {

  body{}
.zoom{
    left:5%;
    zoom:0.85;}
.swiper-containeradv .main{
    margin:0 !important;
    zoom:1;}
.content2 .position{
    left:0;}
.focus .bigpic a .txtwrapper p{
    display:none !important;
    }
.content3{
    height:695px !important;
    }
.content3 .position{
    height:695px !important;

}
}

.container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

body {
    overflow-x: hidden;
}

.row {
    width: 1400px;
    margin: 0 auto;
}

h2 {
    font-size: 60px;
    color: #2c2c2c;
    text-transform: uppercase;
    font-family: "Arial";
    font-weight: 800;
    margin-top: 180px;
}

h3 {
    font-size: 24px;
    font-weight: bold;
    color: #2c2c2c;
    margin-top: 30px;
}

h4 {
    font-size: 18px;
    font-weight: bold;
    color: #2c2c2c;
}

h5 {
    font-size: 14px;
    color: #6b6b6b;
    text-transform: uppercase;
}

/*head*/
ul,
dl,
li,
dt,
dd,
p {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 00px;
    list-style: none;
    margin:0;
    padding:0;
}

a:hover {
    text-decoration: none;
}

.iconfont {
    margin: 0 auto;
    padding: 0 auto;
    letter-spacing: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

/*浏览器滚动条*/
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-button:vertical {
    display: none
}

::-webkit-scrollbar-track:vertical {
    background-color: black
}

::-webkit-scrollbar-track-piece {
    background: #E3E3E3
}

::-webkit-scrollbar-thumb:vertical {
    background-color: #3150a2;
    border-radius: 30px
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #3B3B3B
}

::-webkit-scrollbar-corner:vertical {
    background-color: #535353
}

::-webkit-scrollbar-resizer:vertical {
    background-color: #FF6E00
}

.lh-header {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    padding: 0 2.6vw;
    color: #fff;
    transition: cubic-bezier(0.215, .61, .355, 1) .25s;
    height: 100px;
}

.lh-logo {
    width: 205px;
    height: 87px;
    position: relative;
    margin: 35px 0;
}

.lh-logo:before,
.lh-logo:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/logo.png);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: ease .45s;
}

.lh-logo:after {
    content: '';
    background-image: url(../img/logo-black.png);
    opacity: 0;
    visibility: hidden;
}

.lh-nav li {
    margin: 0 1.2vw;
    float: left;
    position: relative;
    line-height: 150px;
}

.Nav .lh-nav li:hover>a {
    color: #3150a2;
}

.lh-nav li>a {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

.lh-nav li dl {
    line-height: 33px;
    display: none;
    position: absolute;
    left: 0;
    top: 100px;
}

.lh-nav li dl a {
    color: #6b6b6b;
    font-size: 14px;
    white-space: nowrap;
}

.lh-nav li dl a:hover {
    color: #3150a2;
}

.lh-lang {
    position: relative;
}

.lh-lang dt {
    line-height: 150px;
    font-size: 18px;
    cursor: pointer;
}

.lh-lang dt em {
    margin: 0 10px;
    font-weight: normal;
}

.lh-lang dt i {
    font-size: 20px;
    float: left;
    font-weight: normal;
}

.lh-lang dt span {
    float: right;
    font-weight: normal;
}

.lh-lang dd {
    position: absolute;
    left: 0;
    top: 100px;
    background: #fff;
    width: 100%;
    display: none;
}

.lh-lang dd a {
    display: block;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px solid #dbdbdb;
    width: 100%;
}

.lh-lang:hover dd {
    display: block;
}

.lh-search {
    position: relative;
    height: 35px;
    width: 35px;
    margin: 58px 0 0 1.9vw;
    transition: ease .45s;
}

.lh-search a {
    color: #fff;
    line-height: 35px;
    display: block;
    width: 35px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}

.lh-search input {
    height: 35px;
    line-height: 85px;
    background: #fff;
    border: none;
    padding: 0;
    transform: scaleX(0);
    transform-origin: center right;
}

.Search .lh-search {
    width: 10vw;
}

.Search .lh-search input {
    padding: 0 12px;
    transform: scaleX(1);
}

.Search .lh-search a {
    color: #000;
}

.lh-header-layer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    padding: 100px 2.6vw 90px;
    min-height: 600px;
    display: none;
}

.Nav .lh-logo:after {
    opacity: 1;
    visibility: visible;
}

.Nav .lh-nav li>a {
    color: #2c2c2c;
    font-weight: normal;
}

.Nav .lh-header {
    color: #2c2c2c;
}

.Nav .lh-search a {
    color: #2c2c2c;
}

/*banner*/
.bannerzi {
    position: absolute;
    z-index: 88;
    top: 510px;
    left: 260px;
    color: #fff;
}

.bannerzi h2 {
    font-size: 92px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    margin-top: 0px;
    color: #012060;
    -webkit-text-fill-color: #012060;
    /*文字的填充色*/
    -webkit-text-stroke: 5px #fff
}

.bannerzi h3 {
    font-size: 48px;
    text-transform: uppercase;
    line-height: 70px;
    letter-spacing: 3px;
    -webkit-text-fill-color: #012060;
    /*文字的填充色*/
    -webkit-text-stroke: 1px #fff;
    font-weight: bold;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 20px;
    border-radius: 25px;
    background-color: #fff;
    opacity: 1;
    text-align: center;
}

.swiper-pagination-bullet-active {
    background-color: #3150a2;
    height: 30px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
       bottom: 140px;
    /* padding-right: 260px; */
    text-align: center;
}

.swiper-containeradv .main {
    width: 100%;
    height: 120px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 2;
}

.swiper-containeradv .main .main_p {
    width: 1485px;
    height: 120px;
    margin: 0 auto
}
.swiper-containeradv .main .main_p1{
	width: 1485px;
    height: 120px;
    margin: 0 auto
	}
.swiper-containeradv .main .box {
    width: 185px;
    height: 120px;
    float: left;
    text-align: center;
}
.swiper-containeradv .main .box:hover{
    /*opacity: 1;*/
}
.swiper-containeradv .mainh .box{
    opacity: 0;
}
.swiper-containeradv .mainh .box:hover{
    opacity: 1;
}
.swiper-containeradv .main .box a {
    display: block;
    margin-top: 30px;
}

.swiper-containeradv .main .box a img {
    max-width: 40px;
    max-height: 40px;
    width:40px;
    height:40px;
}

.swiper-containeradv .main .box p {
    width: 100%;
    text-align: center;
    height: 32px;
    color: #143270;
    line-height:32px;
}

.swiper-containeradv .main .box:hover > p{
    color:#bd1a2d;

}

.swiper-containeradv .main .main_p1 .box p{
    color:#143270;
}
.swiper-containeradv{
  /*  height:660px;   */
    width:100%;
}
.top {
    width: 100%;
    height: 40px;
    background: #143270;
    position: fixed;
    top: 0;
    z-index: 9999999;

}

.top .position {
    width: 1400px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.top .position .left_l {
    float: left;
    line-height: 40px;
    margin-left: -13px;
}

.top .position .left_l li {
    color: #fff;
    float: left;
    background: url(../img/16.png) no-repeat left;
}

.top .position .left_l li a {
    color: #fff;
    padding: 0 13px;
}

.top .position .right_l {
    float: right;
    line-height: 40px;
}

.top .position .right_l li {
    color: #fff;
    float: left;
    line-height: 40px;
    background: url(../img/17.png) no-repeat left;
}

.top .position .right_l li a {
    color: #fff;
    padding: 0 13px;
}

.top .position .search {
    float: right;
}

.search {
    width: 140px;
    height: 25px;
    float: right;
    background: #fff;
    overflow: hidden;
    border-radius: 25px;
    margin-top: 8px;
}

.search .s {
    width: 115px;
    height: 25px;
    float: left;
    border: none;
}

.search .b {
    width: 25px;
    height: 25px;
    float: right;
    background: url(../img/2.png) no-repeat center;
    border: none;
}

.guide {
    width: 100%;
    height: 100px;
    top: 40px;
    z-index: 99999999;
    position: fixed;
    transition: .5s ease-in-out;
background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0));
}

.guide.on {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.guide .position {
    width: 1400px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}

.guide .position .logo {
    width: 240px;
    height: 100px;
    float: left;
    position: relative;
    margin: 0;
}

.guide .position .logo img {
    width: 240px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
}

.guide .position .logo .w {
    z-index: 2;
    display: block;
}

.guide .position .logo .b {
    z-index: 1;
    display: none;
}

.guide.on .position .logo .w {
    z-index: 2;
    display: none;
}

.guide.on .position .logo .b {
    z-index: 1;
    display: block;
}

.guide .position .g_ul {
    float: right;
    display: block;
    height: 100%;
}

.guide .position .g_ul .g_li {
    float: left;
}

.guide .position .g_ul .g_li .g_a {
    line-height: 100px;
    color: #fff;
    padding: 0 25px;
    font-size:16px;
}

.guide.on .position .g_ul .g_li .g_a {
    color: #333;
}

.guide .position .g_ul .g_li ul {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    display: none;
}

.guide .position .g_ul .g_li:hover ul {
    display: block;
}

.guide .position .g_ul .g_li ul li {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.guide .position .g_ul .g_li ul li a {
    color: #fff;
    font-size: 14px;
}

.swiper-containeradv img {
    width: 100%;
    /*  height: 660px;  */
}

.swiper-containeradv .swiper-wrapper {
    height: auto;
}

.titlemain {
    width: 100%;
    line-height: 30px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 75px 0 50px 0;
}

.titlemain a {
    color: #232323;
}

.titlemain a span {
    color: #143270;
}


.titlemain3{
    width: 100%;
    height: 45px;
    float: left;
    margin: 50px 0 30px 0;
}
.titlemain3 h3{
    color: #143270;
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    float: left;
    margin: 0;
}
.titlemain3 h3 a{
    color: #143270;
}
.titlemain3 .more{
    width: 160px;
    height: 45px;
    border:1px solid #d9d9d9;
    display: block;
    float: right;
    line-height: 43px;
    text-align: center;
    color: #929292;
    font-size: 14px;
}
.content1 {
    width: 100%;
    height: 640px;
    background: #f4f4f4;
}

.content1 .position {
    width: 1400px;
    height: 640px;
    position: relative;
    margin: 0 auto;
}

.content1 .position .left {
    width: 600px;
    height: 455px;
    float: left;
}


.content1 .slideBoxnew {
    width: 600px;
    height: 455px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.content1 .slideBoxnew .hdnew {
    height: 3px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background: #c0c0c0;
}

.content1 .slideBoxnew .hdnew ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    width: 100%;
    height: 3px;
}

.content1 .slideBoxnew .hdnew ul li {
   float: left;
   width: 20%;
   height: 3px;
   
}

.content1 .slideBoxnew .hdnew ul li.on {
    background: #143270;
    color: #fff;
}

.content1 .slideBoxnew .bdnew {
    width: 600px;
    height: 455px;
}
.content1 .slideBoxnew .bdnew ul{
    margin:0;
    padding:0;
}
.content1 .slideBoxnew .bdnew li {
    width: 600px;
    height: 455px;
    position: absolute;
}

.content1 .slideBoxnew .bdnew .img {
    width: 600px;
    height: 340px;
    display: block;
}
.content1 .slideBoxnew .bdnew .img img{
    width: 600px;
    height: 340px;
}
.content1 .slideBoxnew .bdnew .text{
    width: 100%;
    height: 115px;
    background: #fff;
    padding:20px 30px;
}
.content1 .slideBoxnew .bdnew .text .date{
    width: 100%;
    line-height: 14px;
    font-size: 14px;
    color: #929292;
}
.content1 .slideBoxnew .bdnew .text .topic{
    width: 100%;
    line-height: 18px;
    font-weight: bold;
    color:#28437b;
    margin: 10px 0 15px 0;
    font-size:18px;
}
.content1 .slideBoxnew .bdnew .text .des{
    width: 100%;
    color: #929292;
    font-size: 14px;
    line-height: 14px;
}

.content1 .position .right {
    width: 695px;
    height: 395px;
    float: right;
    background: #fff;
    padding:30px;
    box-sizing:content-box;
}
.content1 .position .right .first{
    width: 100%;
    height: 130px;
    box-shadow: 0 0 205px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 15px;
}
.content1 .position .right .first .date{
    width: 95px;
    height: 90px;
    float: left;
    border: 1px solid #143270;
    text-align: center;
}
.content1 .position .right .first .date .dd{
    font-size: 30px;
    color: #bd1a2d;
    height: 54px;
    border-bottom: 1px solid  #143270;
}
.content1 .position .right .first .date .yy{
    color: #929292;
    font-size: 14px;
    line-height: 34px;
}
.content1 .position .right .first .text{
    float: right;
    width: 540px;
    height: 90px;
}
.content1 .position .right .first .text .topic{
    width: 100%;
    font-size: 18px;
    color: #143270;
    font-weight: bold;
    line-height: 28px;
}
.content1 .position .right .first .text .des{
    line-height: 24px;
    width: 100%;
    color: #929292;
    margin-top: 10px;
    font-size:14px;
}
.content1 .position .right .second{
    width: 100%;
    line-height: 44px;
    float: left;
}
.content1 .position .right .second .circle{
    width: 10px;
    height: 10px;
    background: #f4f4f4;
    border-radius: 10px;
    float: left;
    margin-top: 18px;
    margin-right: 10px;
}
.content1 .position .right .second:hover .circle{
    background: #143270;
}
.content1 .position .right .second .topic{
    float: left;
    color: #1e1e1e;
    font-size: 16px;
}
.content1 .position .right .second:hover .topic{
    color: #143270;
}
.content1 .position .right .second .date{
    float: right;
    color: #929292;
}
/* .content1 .position .main1 {
    width: 1400px;
    height: 505px;
    position: relative;
}

.content1 .position .main1 .box1 {
    left: 0;
    top: 0;
}

.content1 .position .main1 .box1 .date {
    left: 0;
    top: 0;
}

.content1 .position .main1 .box2 {
    right: 0;
    top: 0;
}

.content1 .position .main1 .box2 .date {
    right: 0;
    top: 0;
}

.content1 .position .main1 .box3 {
    left: 0;
    bottom: 0;
}

.content1 .position .main1 .box3 .date {
    left: 0;
    top: 0;
}

.content1 .position .main1 .box4 {
    right: 0;
    bottom: 0;
}

.content1 .position .main1 .box4 .date {
    right: 0;
    top: 0;
}

.content1 .position .main1 .box .boxin {
    width: 330px;
    height: 240px;
    position: relative;
}

.content1 .position .main1 .box {
    width: 330px;
    height: 240px;
    position: absolute;
}

.content1 .position .main1 .box .img {
    width: 330px;
    height: 240px;
    display: block;
}

.content1 .position .main1 .box .img img {
    width: 330px;
    height: 240px;
}

.content1 .position .main1 .box .topic {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    left: 0;
    bottom: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    font-size: 16px;
}

.content1 .position .main1 .box .date {
    width: 40px;
    height: 50px;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
}

.content1 .position .main1 .box .date .dd {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    margin-top: 7px;
}

.content1 .position .main1 .box .date .mm {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    margin-top: 4px;
}

.content1 .position .main2 {
    width: 675px;
    height: 505px;
    position: absolute;
    left: 50%;
    margin-left: -337.5px;
    top: 155px;
}

.content1 .position .main2 .slideBox {
    width: 675px;
    height: 505px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.content1 .position .main2 .slideBox .hd {
    height: 9px;
    overflow: hidden;
    position: absolute;
    right: 30px;
    bottom: 25px;
    z-index: 1;
}

.content1 .position .main2 .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.content1 .position .main2 .slideBox .hd ul li {
    float: left;
    margin-left: 16px;
    width: 22px;
    height: 9px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 9px;
}

.content1 .position .main2 .slideBox .hd ul li.on {
    background: #143270;
    color: #fff;
}

.content1 .position .main2 .slideBox .bd {
    position: relative;
    width: 675px;
    height: 505px;
}

.content1 .position .main2 .slideBox .bd li {
    width: 675px;
    height: 505px;
    display: block;
    position: relative;
}

.content1 .position .main2 .slideBox .bd img {
    width: 675px;
    height: 505px;
    display: block;
}

.content1 .position .main2 .slideBox .bd .topic {
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    text-indent: 30px;
}

.content1 .position .main3 {
    width: 1440px;
    height: 100px;
    margin-top: 50px;
}

.content1 .position .main3 .box {
    width: 455px;
    height: 100px;
    background: #fff;
    float: left;
    margin-right: 18px;
}

.content1 .position .main3 .box .date {
    width: 40px;
    height: 50px;
    float: left;
    background: #b63c3f;
    text-align: center;
    margin-left: 15px;
}

.content1 .position .main3 .box:hover .date {
    background: #143270;
}

.content1 .position .main3 .box .date .dd {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    margin-top: 7px;
}

.content1 .position .main3 .box .date .mm {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    margin-top: 4px;
}

.content1 .position .main3 .box .topic {
    width: 355px;
    margin-right: 25px;
    float: right;
    line-height: 30px;
    margin-top: 18px;
    color: #1e1e1e;
}

.content1 .position .main3 .box .topic a {
    color: #1e1e1e;
}

.content1 .position .main3 .box:hover .topic a {
    color: #34497c;
} */

.content2 {
    width: 100%;
    height: 330px;
    background: url(../img/3.jpg) no-repeat center;
    background-size: 100%;
}

.content2 .position {
    width: 1560px;
    height: 330px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.titlemain1 {
    width: 100%;
    line-height: 30px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 45px 0 45px 0;
}

.titlemain1 a {
    color: #fff;
}

.titlemain1 a span {
    color: #fff;
}

.content2 .position .picScroll-left {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 180px;
}



.content2 .position .picScroll-left .prev,
.content2 .position .picScroll-left .next {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0 15px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 29px;
}

.content2 .position .picScroll-left .prev {
    background: url(../img/7.png) no-repeat center;
    opacity: 1;
    right: 0;
}

.content2 .position .picScroll-left .next {
    background: url(../img/6.png) no-repeat center;
    opacity: 1;
    left: 0;
}

.content2 .position .picScroll-left .prev:hover {
    opacity: 0.8;
}

.content2 .position .picScroll-left .next:hover {
    opacity: 0.8;
}

.content2 .position .picScroll-left .bd {
    padding: 0px;
    height:85px;

}

.content2 .position .picScroll-left .bd ul {
    overflow: hidden;
    height:85px;
    zoom: 1;
}

.content2 .position .picScroll-left .bd ul li {
    width: 520px;
    height: 85px;
    float: left;
    text-align: center;
    position: relative;
    background: url(../img/5.png) no-repeat center;
}

.content2 .position .picScroll-left .bd ul li:hover {
    background: url(../img/4.png) no-repeat center;
}

.content2 .position .picScroll-left .bd ul li .date {
    color: #fff;
    font-size: 16px;
    position: absolute;
    width: 100%;
}

.content2 .position .picScroll-left .bd ul li:hover .date {
    color: #ffde00;
}

.content2 .position .picScroll-left .bd ul li .topic {
    color: #fff;
    font-size: 16px;
    position: absolute;
    width: 100%;
}

.content2 .position .picScroll-left .bd ul li:hover .topic {
    color: #ffde00;
}
}

.content2 .position .picScroll-left .bd ul li.info1 .date {
    top: 0;
}

.content2 .position .picScroll-left .bd ul li.info1 .topic {
    bottom: 0;
}

.content2 .position .picScroll-left .bd ul li.info2 .date {
    bottom: 0;
}

.content2 .position .picScroll-left .bd ul li.info2 .topic {
    top: 0;
}

.content2 .position .picScroll-left .bd ul li .pic img {
    width: 120px;
    height: 90px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

.content2 .position .picScroll-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.content2 .position .picScroll-left .bd ul li .title {
    line-height: 24px;
}
.content2 .titlemore{
    width: 160px;
    height: 45px;
    border:1px solid #fff;
    display: inline-block;
    text-align: center;
    line-height: 43px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top:45px;
}
.content2 .titlemore:hover{
    color: #fff;
}
.content3 {
    width: 100%;
    height: 795px;
    background: #f4f4f4;
}

.content3 .position {
    width: 1400px;
    height: 795px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.titlemain2 {
    width: 100%;
    line-height: 30px;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    padding: 85px 0 50px 0;
}

.titlemain2 a {
    color: #232323;
}

.titlemain2 a span {
    color: #143270;
}

.swiper-containermt {
    width: 100%;
    height: 620px;
}

.swiper-containermt .swiper-slide {
    width: 935px;
    height: 620px;
    transform: scale(0.55);

}

.swiper-containermt .swiper-slide-active,
.swiper-containermt .swiper-slide-duplicate-active {
    transform: scale(1);
}

.swiper-containermt .swiper-slide-next {
    margin-left: -270px;
    margin-top: -90px;
}

.swiper-containermt .swiper-slide .box {
    width: 935px;
    height: 620px;
    position: relative;
}

.swiper-containermt .swiper-slide .box .img {
    width: 935px;
    height: 570px;
}

.swiper-containermt .swiper-slide .box .img img {
    width: 935px;
    height: 570px;
}

.swiper-containermt .swiper-slide .box .date {
    width: 150px;
    height: 45px;
    position: absolute;
    background: url(../img/8.png) no-repeat 20px center #143270;
    text-indent: 50px;
    line-height: 45px;
    color: #fff;
    left: 0;
    top: 425px;
}

.swiper-containermt .swiper-slide .box .text {
    width: 760px;
    height: 150px;
    position: absolute;
    background: #fff;
    top: 470px;
    left: 0;
    padding: 30px 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.swiper-containermt .swiper-slide .box .text a {
    color: #324c82;
    font-size: 16px;
}

.swiper-containermt .swiper-slide .box .text p {
    color: #747474;
    font-size: 14px;
    margin-top: 18px;
    line-height: 28px;
}

.swiper-paginationmt {
    position: absolute;
    right: 0;
    top: 95px;
    padding: 0 !important;
}

.swiper-paginationmt .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border: 1px solid #26417a;
    background: none;
}

.swiper-paginationmt .swiper-pagination-bullet-active {
    background: #26417a;
}

.content4 {
    width: 100%;
    height: 720px;
    background: #f4f4f4;
}

.content4 .position {
    width: 1400px;
    height: 720px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.slideTxtBoxx1 {
    width: 100%;
    height: 570px;
    position: relative;
    float: left;
}

.slideTxtBoxx1 .bdx1 {
    width: 1400px;
    height: 570px;
}

.slideTxtBoxx1 .bdx1 .main {
    width: 1400px;
    height: 570px;
}

.slideTxtBoxx1 .bdx1 .main .img {
    width: 1400px;
    height: 420px;
    position: absolute;
    left: 0;
    top: 0;
}

.slideTxtBoxx1 .bdx1 .main .img img {
    width: 1400px;
    height: 420px;
}

.slideTxtBoxx1 .hdx1 {
    width: 640px;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 90px;
}

.slideTxtBoxx1 .hdx1 li {
    float: left;
    width: 160px;
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
    padding: 37px 0 12px 0;
    position: relative;
    color: #3c3c3c;
}

.slideTxtBoxx1 .hdx1 li.on {
    color: #143270;
}

.slideTxtBoxx1 .hdx1 li span {
    background: #dbdbdb;
    width: 1px;
    height: 9px;
    position: absolute;
    left: 50%;
    margin-left: -0.5px;
    bottom: 0;
}

.slideTxtBoxx1 .hdx1 li.on span {
    background: #143270;
}

.slideTxtBoxx1 .fanye {
    position: absolute;
    width: 115px;
    height: 25px;
    left: 265px;
    bottom: 35px;
}

.slideTxtBoxx1 .fanye a {
    display: block;
    width: 25px;
    height: 25px;
    float: left;
    margin: 0 15px;
    border: 1px solid #143270;
    border-radius: 5px;
    line-height: 20px;
    text-align: center;
    color: #143270;
}

.slideTxtBoxx1 .fanye a:hover {
    background: #143270;
    color: #9eabc4;
}

.picScroll-lefth {
    width: 710px;
    height: 220px;
    position: absolute;
    right: 50px;
    bottom: 0px;
    background: url(../img/11.jpg) no-repeat center;
    padding: 0 40px;
    box-sizing:border-box;
}

.picScroll-lefth .bdxh {
    width: 100%;
    margin: 0;
    height: 295px;
}
.picScroll-lefth .bdxh ul{
    margin:0;
    padding:0;
}
.picScroll-lefth .bdxh li {
    width: 630px;
    height: 220px;
    display:block;
    float:left;
    margin:0;padding:0
}

.picScroll-lefth .bdxh li h2 {
    font-size: 30px;
    line-height: 26px;
    margin: 0;
    text-align: center;
    padding: 40px 0 35px 0;
}

.picScroll-lefth .bdxh li h2 a {
    color: #fff;
}

.picScroll-lefth .bdxh li .topic {
    display: block;
    width: 100%;
    text-indent: 25px;
    font-size: 16px;
    color: #fff;
    margin-top: 60px;
}

.picScroll-lefth .bdxh li .line1 {
    width: 100%;
    height: 18px;
    line-height: 18px;
    margin-top: 26px;
}

.picScroll-lefth .bdxh li .line1 .date {
    float: left;
    color: #ffde00;
    font-size: 14px;
    width: 160px;
}

.picScroll-lefth .bdxh li .line1 .didian {
    float: left;
    color: #ffde00;
    font-size: 14px;
}

.picScroll-lefth .bdxh li .line2 {
    width: 100%;
    height: 18px;
    line-height: 18px;
    margin-top: 18px;
}

.picScroll-lefth .bdxh li .line2 .date {
    float: left;
    color: #fff;
    font-size: 14px;
    width: 160px;
}

.picScroll-lefth .bdxh li .line2 .didian {
    float: left;
    color: #fff;
    font-size: 14px;
}

.picScroll-lefth .hdxh {
    position: absolute;
    right: 0px;
    bottom: 40px;
    width: 100%;
    height: 15px;
    padding: 0 40px;
}

.picScroll-lefth .hdxh ul {
    width: 100%;
    height: 15px;
    text-align: right;
}

.picScroll-lefth .hdxh ul li {
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    line-height: 99px;
    border: 1px solid #fff;
    border-radius: 15px;
    margin: 0 8px;
}

.picScroll-lefth .hdxh ul li.on {
    background: #fff;
}

.content5 {
    width: 100%;
    height: 750px;
    position: relative;
    overflow:hidden;
}

/* .content5 .position {
    width: 1400px;
    height: 750px;
    margin: 0 auto;
    position: relative;
} */

.content5 .mianpic {
    width: 330px;
    height: 330px;
    border: 1px solid #ffde00;
    position: absolute;
    border-radius: 330px;
    bottom: 20px;
    left: 50%;
    margin-left: -165px;
    z-index: 9;
}

.content5 .mianpic a {
    width: 295px;
    height: 295px;
    border-radius: 295px;
    display: block;
    background: #fff;
    margin-top: 17.5px;
    margin-left: 17.5px;
}

.content5 .mianpic a img {
    width: 250px;
    height: 250px;
    border-radius: 250px;
    margin-top: 22.5px;
    margin-left: 22.5px;
}

.content5 .swiper-containergy {
    width: 100%;
    height: 750px;
}

.content5 .swiper-containergy .swiper-wrapper {
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}

.content5 .swiper-containergy img {
    width: 100%;
    height: 750px;
}

.content5 .fanye {
    width: 530px;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -265px;
    bottom: 160px;
    z-index: 8;
}

.content5 .fanye .swiper-button-nextgy {
    width: 50px;
    height: 50px;
    background: #143270;
    line-height: 45px;
    text-align: center;
    float: left;
    font-size: 30px;
    color: #fff;
    border-radius: 10px;
}

.content5 .fanye .swiper-button-nextgy:hover {
    background: #ffde00;
    color: #143270;
}

.content5 .fanye .swiper-button-prevgy {
    width: 50px;
    height: 50px;
    background: #143270;
    line-height: 45px;
    text-align: center;
    float: right;
    font-size: 30px;
    color: #fff;
    border-radius: 10px;
}

.content5 .fanye .swiper-button-prevgy:hover {
    background: #ffde00;
    color: #143270;
}

.content6 {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.content6 img {
    width: 100%;
    height: auto;

}

.content7 {
    width: 100%;
    height: 575px;
    position: relative;
    overflow: hidden;
}

.content7 .position {
    width: 1400px;
    height: 575px;
    margin: 0 auto;
    position: relative;
}

.slideBox7 {
    width: 100%;
    height: 575px;
    overflow: hidden;
    position: relative;
}

.slideBox7 .hd7 {
    height: 15px;
    width: 100%;
    text-align: center;
}
.slideBox7 .hd7 .next7,.slideBox7 .hd7 .prev7{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 15px;
    border: 1px solid #143270;
    border-radius: 5px;
    line-height: 20px;
    text-align: center;
    color: #143270;
    cursor:pointer
}
   
.slideBox7 .hd7 a{
    display: inline-block;
    width: 25px;
    height: 25px;
    float: none;
    margin: 0 15px;
    border: 1px solid #143270;
    border-radius: 5px;
    line-height: 20px;
    text-align: center;
    color: #143270;
}

.slideBox7 .hd7 a:hover {
    background: #143270;
    color: #9eabc4;
}
.slideBox7 .hd7 ul {
    zoom: 1;
    float: left;
    width: 100%;
    text-align: center;
    margin: 0px;
}

.slideBox7 .hd7 ul li {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: 1px solid #143270;
    border-radius: 15px;
    overflow: hidden;
    line-height: 100px;
    margin: 0 6px;
}

.slideBox7 .hd7 ul li.on {
    background: #143270;
}

.slideBox7 .bd7 {
    position: relative;
    width: 1440px;
    height: 360px;
    z-index: 0;
}

.slideBox7 .bd7 li {
    width: 1440px;
    height: 360px;
    display: block;
}

.slideBox7 .bd7 li .box {
    width: 680px;
    height: 140px;
    display: block;
    float: left;
    margin: 0 40px 40px 0;
    overflow:hidden;
}
.slideBox7 .bd7 li .box: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);
}
.slideBox7 .bd7 li .box img {
    width: 680px;
    height: 140px;
    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;
}

.content8 {
    width: 100%;
    position: relative;
    padding-top:20px;
    padding-bottom:20px;
}

.content8 .position {
    width: 1400px;
    height: 500px;
    margin: 0 auto;
    position: relative;
}

.content8 .position .left {
    width: 680px;
    height: 500px;
    float: left;
}

.content8 .position .title {
    height: 75px;
    width: 620px;
    box-sizing:content-box;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 45px;
    padding-left: 65px;
    background: url(../img/12-1.png) no-repeat 0 45px; 
    position: relative;
}

.content8 .position .title a {
    font-size: 16px;
    color: #282828;
    font-weight: bold;
}

.content8 .position .title p {
    font-size: 14px;
    color: #919191;
    font-weight: normal;
}

.content8 .position .title .mark1 {
    float: right;
    position: absolute;
    right: 0;
    top: 45px;
    text-align: right;
}
.content8 .position .title .mark1 div.quickmark{
    width:220px;
    height:220px;
    background:#fff;
    position:absolute;
    right:0;
    top:70px;
    display:none;
}
.content8 .position .title .mark1:hover div.quickmark{
    display:block;
}
.content8 .position .title .mark1 div.quickmark img{
    width:180px;
    height:180px;
    margin:20px
}
.content8 .position .title .mark1 div {
    float: left;
    font-size: 12px;
    color: #939393;
    margin-top: 5px;
}

.content8 .position .title .mark1 img {
    float: right;
    margin-left: 12px;
}

.content8 .position .main {
    width: 100%;
    height: 316px;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 40px;
}

.content8 .position .main .box {
    width: 100%;
    height: 130px;
    margin-bottom: 25px;
}

.content8 .position .main .box .img {
    width: 230px;
    height: 130px;
    float: left;
    overflow:hidden;
}

.content8 .position .main .box .img img {
    width: 230px;
    height: 130px;
    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;
}
.content8 .position .main .box:hover .img 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);
}
.content8 .position .main .box .text {
    width: 420px;
    height: 130px;
    float: right;
}

.content8 .position .main .box .text .topic {
    display: block;
    color: #193673;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    margin-top: 8px;
}

.content8 .position .main .box .text .date {
    color: #c5c5c5;
    font-size: 14px;
    line-height: 14px;
    margin-top: 22px;
    display: block;
}

.content8 .position .main .box .text .des {
    line-height: 26px;
    font-size: 14px;
    display: block;
    color: #6e6e6e;
    margin-top: 18px;
}

.content8 .right {
    width: 680px;
    height: 500px;
    float: right;
}

.content8 .right .bd8 {
    width: 345px;
    height: 500px;
    float: left;
    background: #ededed;
    padding: 0 40px;
    box-sizing:content-box;
}

.content8 .right .bd8 .quickmark {
    width: 230px;
    height: 275px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 40px 50px 0 50px;
}

.content8 .right .bd8 .quickmark .topic {
    width: 230px;
    height: 45px;
    background: #143270;
    text-align: center;
    line-height: 45px;
    color: #fff;
}

.content8 .right .bd8 .quickmark .img {
    width: 230px;
    height: 230px;

}

.content8 .right .bd8 .quickmark .img img {
    width: 230px;
    height: 230px;
}

.content8 .right .hd8 {
    width: 225px;
    height: 500px;
    float: right;
    background: #ededed;
}
.content8 .right .hd8 ul{
    margin-top: 30px;
}
.content8 .r_title {
    width: 225px;
    height: 110px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 110px;
    background: url(../img/14.png) no-repeat center #143270;
}

.content8 .right .hd8 li {
    width: 185px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    position: relative;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 18px;
    font-size: 16px;
    transition: .25s ease-in-out;
}

.content8 .right .hd8 li .sanjiao {
    position: absolute;
    left: -8px;
    top: 15px;
    display: none;
}

.content8 .right .hd8 li:nth-child(1) {
    border: 1px solid #143270;
    color:  #143270;
}
.content8 .right .hd8 li:nth-child(1) .sanjiao {
    border-right: 7px solid #143270;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.content8 .right .hd8 li.on:nth-child(1){
    background:  #143270;
    color: #fff;
}
.content8 .right .hd8 li.on:nth-child(1) .sanjiao{
    display: block;
}
.content8 .right .hd8 li:nth-child(2) {
    border: 1px solid #6d54b4;
    color:  #6d54b4;
}

.content8 .right .hd8 li:nth-child(2) .sanjiao {
    border-right: 7px solid #6d54b4;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.content8 .right .hd8 li.on:nth-child(2){
    background:  #6d54b4;
    color: #fff;
}
.content8 .right .hd8 li.on:nth-child(2) .sanjiao{
    display: block;
}
.content8 .right .hd8 li:nth-child(3) {
    border: 1px solid #db3e2a;
    color:  #db3e2a;
}

.content8 .right .hd8 li:nth-child(3) .sanjiao {
    border-right: 7px solid #db3e2a;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.content8 .right .hd8 li.on:nth-child(3){
    background:  #db3e2a;
    color: #fff;
}
.content8 .right .hd8 li.on:nth-child(3) .sanjiao{
    display: block;
}
.content8 .right .hd8 li:nth-child(4) {
    border: 1px solid #fbbb5d;
    color:  #fbbb5d;
}

.content8 .right .hd8 li:nth-child(4) .sanjiao {
    border-right: 7px solid #fbbb5d;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.content8 .right .hd8 li.on:nth-child(4){
    background:  #fbbb5d;
    color: #fff;
}
.content8 .right .hd8 li.on:nth-child(4) .sanjiao{
    display: block;
}
.content8 .right .hd8 li:nth-child(5) {
    border: 1px solid #76c6f9;
    color:  #76c6f9;
}

.content8 .right .hd8 li:nth-child(5) .sanjiao {
    border-right: 7px solid #76c6f9;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.content8 .right .hd8 li.on:nth-child(5){
    background:  #76c6f9;
    color: #fff;
}
.content8 .right .hd8 li.on:nth-child(5) .sanjiao{
    display: block;
}
.content8 .right .hd8 li:nth-child(6) {
    border: 1px solid #fe3fb9;
    color:  #fe3fb9;
}

.content8 .right .hd8 li:nth-child(6) .sanjiao {
    border-right: 7px solid #fe3fb9;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.content8 .right .hd8 li.on:nth-child(6){
    background:  #fe3fb9;
    color: #fff;
}
.content8 .right .hd8 li.on:nth-child(6) .sanjiao{
    display: block;
}
.foot{
    width: 100%;
    height: 225px;
    background: url(../img/15.png) no-repeat center;
    background-size: 100%;
}
.foot .position{
    width: 1400px;
    height: 225px;
    margin: 0 auto;
    position:relative;
}
.foot .position .info_l{
position: absolute;
    float: left;
    color: #fff;
    line-height: 26px;
    height: 225px;
}
.foot .position .info_l p{
   margin-bottom:-3px;
}
.foot .position .info_l .logo{
    width: auto;
    height: 45px;
    margin-top: 45px;
    margin-bottom: 15px;
}
.foot .position .info_l .logo img{
    width: auto;
    height: 45px;
}
.foot .position .info_r{
    float: right;
}
.foot .position .info_r .link{
    width: 225px;
    height: 35px;
    background:url(../img/18.png) 200px center no-repeat #fff;
    position: relative;
    border-radius: 5px;
    line-height: 35px;
    text-align: center;
    float: right;
    margin-top: 45px;
    margin-bottom: 20px;
}
.foot .position .info_r .link .name{
    font-size: 14px;
    color: #143270;
    
}
.foot .position .info_r:hover .link ul{
    display: block;
}
.foot .position .info_r ul{
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom:35px;
    display: none;
}
.foot .position .info_r ul li{
    font-size: 14px;
}
.foot .position .info_r ul li a{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}
.foot .position .info_r .xinxi{
    line-height: 28px;
    color: #fff;
    text-align: right;
}
.foot .position .info_r .xinxi p{
    margin-bottom:0px;
}
.top1{
    position: relative;
    
}
.guide1{
    position: relative;
    top:0;
}
.neiadv{
    width: 100%;
    height: 350px;
}
.neiadv img{
    width: 100%;
    height: 350px;
}
.clear{
    clear: both;
}
.content{
    width: 100%;
    float: left;
    background: url(../img/19.jpg) top;
    padding:0px !important
}
.content .position{
    width: 1400px;
    margin: 0 auto;
    position:relative;
}
.content .position .left{
    width:300px;
    float: left;
    margin-bottom:50px;
}
.content .position .left .nei_guide .neititle{
    width: 300px;
    height: 90px;
    text-indent: 30px;
    line-height: 90px;
    color: #fff;
    font-weight: bold;
    background: url(../img/20.jpg) no-repeat center;
    font-size: 30px;
    float: left;
}
.content .position .left .nei_guide ul{
    width: 100%;
    float: left;
    display: block;
    background: #fff;
    padding-top: 13px;
    padding-left:0px;
}
.content .position .left .nei_guide ul .erji{
    font-size:14px;
    float: none;
    padding-top: 0;
    padding-left: 15px;
    width: 285px;
}
.content .position .left .nei_guide ul .erji li{
    font-size:14px;
}
.content .position .left .nei_guide ul li{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: url(../img/21.jpg) no-repeat center;
    color: #1e1e1e;
    font-size: 16px;
    text-indent: 36px;
}
.content .position .left .nei_guide ul li a{
    color: #1e1e1e;
}
.content .position .left .nei_guide ul li:hover{
    background: url(../img/22.jpg) no-repeat center;
}
.content .position .left ul li.on{
    background: url(../img/22.jpg) no-repeat center;
}
.content .position .left .nei_guide ul li.on a{
    color: #143270;
}
.content .position .left .nei_guide ul li:hover a{
    color: #143270;
}
.content .position .left .pic{
    width: 100%;
    float: left;
}
.content .position .left .pic img{
    width: 100%;
}
.content .position .left .new_list{
    width: 100%;
    float: left;
    margin-top: 10px;
    background-color: #fff;
    padding: 30px 30px 10px 30px;
}
.content .position .left .new_list .n_title{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #143270;
    line-height: 18px;

}
.content .position .left .new_list .n_title span{
    float: right;
}
.content .position .left .new_list ul{
    width: 100%;
    display: block;
    margin-top: 15px;
    padding:0;
}
.content .position .left .new_list ul li{
    width: 100%;
    height: 53px;
    line-height: 52px;
    border-top: 1px solid #f2f2f2;
}
.content .position .left .new_list ul li a{
   color:#1e1e1e;
}
.content .position .right{
    width:1070px;
    float: right;
    margin-bottom:50px;
}
.content .position .right .weizhi{
    background: #fff;
    line-height: 30px;
    text-align: right;
    line-height: 30px;
    font-size:14px;
    float: right;
    width: 100%;
    padding: 0 30px;
    color:#333;
}
.content .position .right .weizhi a{
    text-align: right;
    color:#333;
}
.content .position .right .neirong {
    width: 100%;
    float: left;
    background: #fff;
    margin-top: 30px;
}
.content .position .right .neirong .d_page{
    width: 100%;
    padding: 30px;
    float: left;
}
.content .position .right .neirong .d_page .up{
    width: 100%;
    line-height: 2.25em;
}
.content .position .right .neirong .d_page .up h2{
    font-size:24px;
    margin-top:30px;
    color:#143270;
}
.content .position .right .neirong .d_page .up p{
    text-align:center;
    padding:10px 0 30px 0;
}
.content .position .right .neirong .d_page .down{
    width: 100%;
    line-height: 2.25em;
}
.content .position .right .neirong .n_list{
    width: 100%;
    padding: 45px 30px;
    float: left;
}
.content .position .right .neirong .n_list .box{
    background: #f4f4f4;
    width: 100%;
    height: 110px;
    border-left: 2px solid #f4f4f4;
    margin-bottom: 20px;
}
.content .position .right .neirong .n_list .box:hover{
    border-left: 2px solid #143270;
}
.content .position .right .neirong .n_list .box .text{
    width: 865px;
    float: left;
    margin-left: 30px;
    margin-top: 32px;
}
.content .position .right .neirong .n_list .box .text a{
    width: 100%;
    display: block;
    font-size: 16px;
    color: #1e1e1e;
    line-height: 16px;
}
.content .position .right .neirong .n_list .box:hover .text a{
    color: #143270;
}
.content .position .right .neirong .n_list .box .text p{
    width: 100%;
    display: block;
    font-size: 14px;
    color: #9b9b9b;
    margin-top: 15px;
    line-height: 14px;
}
.content .position .right .neirong .n_list .box .date{
    width: 55px;
    height: 75px;
    border: 1px solid #143270;
    border-radius: 5px;
    float: right;
    text-align: center;
    margin-top: 18px;
    margin-right: 30px;
    padding:5px 0 0 0
}
.content .position .right .neirong .n_list .box .date .dd,
.content .position .right .neirong .n_list .box .date .yy
{
    color: #787878;
    font-size: 14px;
    line-height: 14px;
}
.content .position .right .neirong .n_list .box .date .mm{
    font-size: 24px;
    line-height: 24px;
    color: #143270;
    font-weight: bold;
    padding:5px 0;
}
.content .position .right .neirong .jigou{
    width: 100%;
    padding: 45px 30px;
    float: left;
}
.content .position .right .neirong .jigou .j_title{
    width: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #143270;
    float: left;
}
.content .position .right .neirong .jigou .main{
    width: 1035px;
    float: left;
    margin-top: 30px;
}
.content .position .right .neirong .jigou .main .box{
    width: 325px;
    height: 60px;
    border: 1px solid #f2f2f2;
    line-height: 58px;
    text-align: center;
    margin: 0 19px 19px 0;
    float: left;
    
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: normal;
  
}
.content .position .right .neirong .jigou .main .box a{
    color: #1e1e1e;
    font-size: 16px;
}
.content .position .right .neirong .jigou .main .box:hover a{
    color: #143270;
}
.content .position .right .neirong .jigou .main .box:nth-child(1)
,.content .position .right .neirong .jigou .main .box:nth-child(2)
,.content .position .right .neirong .jigou .main .box:nth-child(3)
,.content .position .right .neirong .jigou .main .box:nth-child(7)
,.content .position .right .neirong .jigou .main .box:nth-child(8)
,.content .position .right .neirong .jigou .main .box:nth-child(9)
,.content .position .right .neirong .jigou .main .box:nth-child(13)
,.content .position .right .neirong .jigou .main .box:nth-child(14)
,.content .position .right .neirong .jigou .main .box:nth-child(15)
,.content .position .right .neirong .jigou .main .box:nth-child(19)
,.content .position .right .neirong .jigou .main .box:nth-child(20)
,.content .position .right .neirong .jigou .main .box:nth-child(21)
,.content .position .right .neirong .jigou .main .box:nth-child(25)
,.content .position .right .neirong .jigou .main .box:nth-child(26)
,.content .position .right .neirong .jigou .main .box:nth-child(27)
,.content .position .right .neirong .jigou .main .box:nth-child(31)
,.content .position .right .neirong .jigou .main .box:nth-child(32)
,.content .position .right .neirong .jigou .main .box:nth-child(33)
{
    background: #f2f2f2;
}

.content .position .right .neirong .jigou .main .box:nth-child(37),
.content .position .right .neirong .jigou .main .box:nth-child(38),
.content .position .right .neirong .jigou .main .box:nth-child(39),
.content .position .right .neirong .jigou .main .box:nth-child(43),
.content .position .right .neirong .jigou .main .box:nth-child(44),
.content .position .right .neirong .jigou .main .box:nth-child(45)
{
    background: #f2f2f2;
}



.content .position .right .neirong .jigou1{
    width: 100%;
    padding: 0px 30px 45px 30px;
    float: left;
}
.content .position .right .neirong .jigou1 .j_title{
    width: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #14705b;
    float: left;
}

.content .position .right .neirong .jigou1 .main{
    width: 1035px;
    float: left;
    margin-top: 30px;
}
.content .position .right .neirong .jigou1 .main .box{
    width: 325px;
    height: 60px;
    border: 1px solid #f2f2f2;
    line-height: 58px;
    text-align: center;
    margin: 0 19px 19px 0;
    float: left;
}
.content .position .right .neirong .jigou1 .main .box a{
    color: #1e1e1e;
    font-size: 16px;
}
.content .position .right .neirong .jigou1 .main .box:hover a{
    color: #143270;
}
.content .position .right .minglu{
    width: 100%;
    padding: 40px 30px;
    float: left;
}
.content .position .right .minglu .m_title{
    text-align: center;
}
.content .position .right .minglu .m_title .m_up{
    color: #143270;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
}
.content .position .right .minglu .m_title .m_down{
    color: #1e1e1e;
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
}
.content .position .right .minglu .main{
    width: 1025px;
    float: left;
    margin-top: 30px;
}
.content .position .right .minglu .main .box{
    width: 185px;
    height: 60px;
    border: 1px solid #f2f2f2;
    text-align: center;
    line-height: 58px;
    float: left;
    margin: 0 20px 20px 0;
    font-size: 16px;
    color: #2c2c2c;
}
.content .position .right .minglu .main .box a{
    color: #2c2c2c;
}
.content .position .right .piclist{
    width: 100%;
    padding: 40px 30px;
    float: left;
}
.content .position .right .neirong .piclist .box{
    width: 100%;
    height: 150px;
    background: #f4f4f4;
    margin-bottom: 20px;
    float: left;
}
.content .position .right .neirong .piclist .box .img{
    width: 225px;
    height: 150px;
    float: left;
}
.content .position .right .neirong .piclist .box .img img{
    width: 225px;
    height: 150px;
}
.content .position .right .neirong .piclist .box .text{
    float: left;
    width: 665px;
    height: 150px;
    margin-left: 30px;
}
.content .position .right .neirong .piclist .box .text .topic{
    width: 100%;
    line-height: 16px;
    color: #1e1e1e;
    font-size: 16px;
    margin-top: 25px;
    display: block;
}
.content .position .right .neirong .piclist .box:hover .text .topic{
    color: #143270;
}
.content .position .right .neirong .piclist .box .text .date{
    width: 100%;
    line-height: 14px;
    color: #143270;
    font-size: 14px;
    margin-top: 10px;
}
.content .position .right .neirong .piclist .box .text .des{
    width: 100%;
    line-height: 25px;
    color: #9b9b9b;
    font-size: 14px;
    margin-top: 15px;
}
.content .position .right .neirong .piclist .box .more{
    width: 90px;
    height: 150px;
    background: url(../img/24.png) no-repeat center;
    display: block;
    float: right;
}
.content .position .right .neirong .piclist .box:hover .more{
    background: url(../img/25.png) no-repeat center;
}
.focus {
    margin-left: 0px;
    position: relative;
    float: left;
    width: 100%;
}

.focus .bigpic {
    width: 70%;
}

.focus .bigpic a {
    display: block;
}

.focus .bigpic a .txtwrapper {
    background: rgb(255, 255, 255);
    padding: 40px 50px;
    width: 85%;
    margin-top: -100px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding-top: 0;
}


.focus .bigpic a .txtwrapper .cata {
    background: url(../img/8.png) no-repeat 20px center #143270;
    padding: 8px 20px 8px 55px;
    color: rgb(255, 255, 255);
    display: inline-block;
    position: relative;
    top: -40px;
    left: -50px;
}

.focus .bigpic a .txtwrapper h3 {
    line-height: 1.5em;
    font-size: 22px;
    margin-top: 0;
}

.focus .bigpic a .txtwrapper p {
    color: rgb(119, 119, 119);
    padding-top: 10px;
    display: block;
}

.focus .bigpic a img {
    width: 100%;
}

.focus .bigpic .slick-dots li {
    width: auto;
    vertical-align: middle;
    float: none;
    display: inline-block;
}

.focus .bigpic .slick-dots li button {
    background: rgb(168, 179, 198);
    margin: 0px 8px;
    padding: 0px;
    border-radius: 7px;
    border: 0px currentColor;
    border-image: none;
    width: 12px;
    height: 12px;
    line-height: 0;
    font-size: 0px;
    display: block;
    cursor: pointer;
}

.focus .bigpic .slick-dots li.slick-active button {
    background: #143270;
}

.focus .bigpic .slick-dots {
    width: 1400px;
    z-index: 100;
    position: absolute;
    top: 550px;
    left: 0;
    text-align: right;
}

.focus .smallpic {
    top: 50%;
    width: 37%;
    right: 0px;
    margin-top: -240px;
    position: absolute;
}

.focus .smallpic a .txtwrapper {
    background: rgb(255, 255, 255);
    padding: 0px 40px 25px;
    width: 90%;
    margin-top: -60px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.focus .smallpic a .txtwrapper p {
    display: none;
}

.focus .smallpic a .txtwrapper h3 {
    line-height: 1.5em;
    font-size: 18px;
    margin-top: 0;
}

.focus .smallpic a img {
    width: 100%;
}

.focus .smallpic a .cata {
    background: url(../img/8.png) no-repeat 20px center #143270;
    padding: 8px 20px 8px 55px;
    top: -40px;
    left: -40px;
    color: #fff;
    margin-bottom: 0px;
    display: inline-block;
    position: relative;
}
/*å…¬å…±æ ·å¼*/
.pb_sys_common {
    font-size: 12px;
    font-family: SimSun;
    line-height:12px;

    color:#222;
}

.pb_sys_common a{
    text-decoration: none;
}

.pb_sys_common .p_pages{
    margin-left: -5px;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o,.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
    border: 1px solid #ccc;
    padding: 5px 8px;
    margin:0px 0px 0px 5px;

    height:24px;
    -height:auto;

    line-height:12px;
    box-sizing:border-box;
    display:inline-block;
    vertical-align:middle;
}

.pb_sys_common .p_t{
    line-height:12px;
    margin:0px;
    padding:0px;
    display:inline-block;
    vertical-align:middle;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o{
    color: #ccc;
}

.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
    color: #222;
}

.pb_sys_common .p_dot {
    margin-left:4px;
    margin-right:-4px;
    color:#222;
}

.pb_sys_common .p_goto input, .pb_sys_common .p_search input {
    /*
    height:22px;
    border: 1px solid #aaa;
    outline-width:thin;
    outline-color:#258CFF;

    text-align:center;
    vertical-align:middle;    
    */
    font-family: SimSun;
    font-size:12px;

    border: 1px solid #aaa;
    height:22px;
    line-height:20px;
    box-sizing:border-box;
    vertical-align:middle;

    outline-width:thin;
    outline-color:#258CFF;
    
    margin:0px 2px;
    padding:0px 1px;
}


.pb_sys_common .p_goto input{
    width:22px;
    text-align:center;
}

.pb_sys_common .p_search input{
    width:100px;
    text-align:left;
}

.pb_sys_common .p_goto input:hover, .pb_sys_common .p_goto input:focus, .pb_sys_common .p_search input:hover, .pb_sys_common .p_search input:focus{
    border: 1px solid #258CFF;
}

.pb_sys_common .p_goto a, .pb_sys_common .p_search a{
    border: 1px solid #ccc;
    padding: 5px 6px;
    color: #222;

    margin:0px;

    height:24px;
    -height:auto;
    
    line-height:12px;
    display:inline-block;
    box-sizing:border-box;
    vertical-align:middle;
}

.pb_sys_common .p_dosize_d, .pb_sys_common .p_dosize a{
    /*
    border-width:1px 0px 1px 1px;
    border-style:solid;
    border-color:#ccc;
    padding: 5px 6px;
    color: #222;
    */
    border-right:1px solid #ccc;
    padding: 1px 5px;
    color: #888888;
}

.pb_sys_common .p_dosize_d{
    /*background-color:#f5f5f5;*/
    color: #222;
}

.pb_sys_common .p_dosize a:hover{
    /*background-color:#f5f5f5;*/
    color: #222;
}

.pb_sys_common .p_dosize_last_d, .pb_sys_common .p_dosize_last a{
    /*border-right-width:1px*/
    border-right-width:0px;
}


/*æŒ‰é’®æŽ§åˆ¶*/
.pb_sys_normal .p_first,.pb_sys_normal .p_first_d,.pb_sys_normal .p_last,.pb_sys_normal .p_last_d{
    display:none;
}

.pb_sys_normal2 .p_first,.pb_sys_normal2 .p_first_d,.pb_sys_normal2 .p_last,.pb_sys_normal2 .p_last_d,.pb_sys_normal2 .p_prev_d,.pb_sys_normal2 .p_next_d{
    display:none;
}

.pb_sys_full{
}

.pb_sys_full2 .p_first_d,.pb_sys_full2 .p_last_d,.pb_sys_full2 .p_prev_d,.pb_sys_full2 .p_next_d{
    display:none;
}

.pb_sys_short .p_no,.pb_sys_short .p_no_d,.pb_sys_short .p_no_o,.pb_sys_short .p_dot{
    display:none;
}

.pb_sys_short2 .p_no,.pb_sys_short2 .p_no_d,.pb_sys_short2 .p_no_o,.pb_sys_short2 .p_dot,.pb_sys_short2 .p_first,.pb_sys_short2 .p_first_d,.pb_sys_short2 .p_last,.pb_sys_short2 .p_last_d{
    display:none;
}

/*æ ·å¼1-4*/
.pb_sys_style1 .p_no a:hover,.pb_sys_style1 .p_fun a:hover, .pb_sys_style1 .p_goto a:hover, .pb_sys_style1 .p_search a:hover,
.pb_sys_style2 .p_no a:hover,.pb_sys_style2 .p_fun a:hover, .pb_sys_style2 .p_goto a:hover, .pb_sys_style2 .p_search a:hover,
.pb_sys_style3 .p_no a:hover,.pb_sys_style3 .p_fun a:hover, .pb_sys_style3 .p_goto a:hover, .pb_sys_style3 .p_search a:hover,
.pb_sys_style4 .p_no a:hover,.pb_sys_style4 .p_fun a:hover, .pb_sys_style4 .p_goto a:hover, .pb_sys_style4 .p_search a:hover{
    background-color: #f5f5f5;
}
/*æ ·å¼1 è“*/
.pb_sys_style1 .p_no_d {
    border: 1px solid #258CFF;
    color: #fff;
    background-color: #258CFF;
}
/*æ ·å¼2 çº¢*/
.pb_sys_style2 .p_no_d {
    border: 1px solid #F04646;
    color: #fff;
    background-color: #F04646;
}
/*æ ·å¼3 ç»¿*/
.pb_sys_style3 .p_no_d {
    border: 1px solid #32B907;
    color: #fff;
    background-color: #32B907;
}
/*æ ·å¼4 ç°*/
.pb_sys_style4 .p_no_d {
    border: 1px solid #888;
    color: #fff;
    background-color: #888;
}

/*æ ·å¼5-8*/
.pb_sys_style5 .p_fun_d, .pb_sys_style5 .p_no_d, .pb_sys_style5 .p_no_o,.pb_sys_style5 .p_fun a, .pb_sys_style5 .p_no a, .pb_sys_style5 .p_goto a, .pb_sys_style5 .p_search a,
.pb_sys_style6 .p_fun_d, .pb_sys_style6 .p_no_d, .pb_sys_style6 .p_no_o,.pb_sys_style6 .p_fun a, .pb_sys_style6 .p_no a, .pb_sys_style6 .p_goto a, .pb_sys_style6 .p_search a,
.pb_sys_style7 .p_fun_d, .pb_sys_style7 .p_no_d, .pb_sys_style7 .p_no_o,.pb_sys_style7 .p_fun a, .pb_sys_style7 .p_no a, .pb_sys_style7 .p_goto a, .pb_sys_style7 .p_search a,
.pb_sys_style8 .p_fun_d, .pb_sys_style8 .p_no_d, .pb_sys_style8 .p_no_o,.pb_sys_style8 .p_fun a, .pb_sys_style8 .p_no a,  .pb_sys_style8 .p_goto a, .pb_sys_style8 .p_search a{
    border: 1px solid transparent;
}

.pb_sys_style5 .p_no_d,.pb_sys_style5 .p_no a:hover,
.pb_sys_style6 .p_no_d,.pb_sys_style6 .p_no a:hover,
.pb_sys_style7 .p_no_d,.pb_sys_style7 .p_no a:hover,
.pb_sys_style8 .p_no_d,.pb_sys_style8 .p_no a:hover{
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.pb_sys_style5 .p_fun a:hover,.pb_sys_style5 .p_goto a:hover,.pb_sys_style5 .p_search a:hover,
.pb_sys_style6 .p_fun a:hover,.pb_sys_style6 .p_goto a:hover,.pb_sys_style6 .p_search a:hover,
.pb_sys_style7 .p_fun a:hover,.pb_sys_style7 .p_goto a:hover,.pb_sys_style7 .p_search a:hover,
.pb_sys_style8 .p_fun a:hover,.pb_sys_style8 .p_goto a:hover,.pb_sys_style8 .p_search a:hover{
    text-decoration: underline;
}


/*æ ·å¼5 è“*/
.pb_sys_style5 .p_no_d,.pb_sys_style5 .p_no a:hover{
    border: 1px solid #258CFF;
    color: #fff;
    background-color: #258CFF;
}
/*æ ·å¼6 çº¢*/
.pb_sys_style6 .p_no_d,.pb_sys_style6 .p_no a:hover{
    border: 1px solid #F04646;
    color: #fff;
    background-color: #F04646;
}
/*æ ·å¼7 ç»¿*/
.pb_sys_style7 .p_no_d,.pb_sys_style7 .p_no a:hover{
    border: 1px solid #32B907;
    color: #fff;
    background-color: #32B907;
}
/*æ ·å¼8 ç°*/
.pb_sys_style8 .p_no_d,.pb_sys_style8 .p_no a:hover{
    border: 1px solid #888;
    color: #fff;
    background-color: #888;
}

.wechat-con {
    width: 1400px;
    margin: auto;
}

.wechat-con ul {
    list-style-type: none;
    padding: 0;
    display: flex;
}

.wechat-con ul li {
    width: 174px;
    height: 40px;
    background: lightgrey;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    float: left;
    margin-right: 30px;
    position: relative;
    cursor: default;
}

.wechat-con ul li p {
    font-size: 14px;
    color: black;
    text-decoration: none;
    margin: 0;
}

.wechat-con ul li:last-child {
    margin-right: 0;
}

.wechat-con ul li:after {
    content: '';
    position: absolute;
    left: 80px;
    bottom: -16px;
    width: 0px;
    height: 0px;
    border: 8px solid #183d71;
    border-color: #183d71 transparent transparent transparent;
    font-size: 0px;
    line-height: 0px;
    display: none;
}

.wechat-con ul li:hover {
    background-color: #183d71;
}

.wechat-con ul li:hover p {
    color: white;
}

.wechat-con ul li:hover:after {
    display: block;
}

.wechat-con ul li:hover .qr {
    display: block;
}

.qr {
    width: 110px;
    height: 110px;
    position: absolute;
    left: 35px;
    top: 70px;
    display: none;
    z-index: 9;
}

.qr img {
    width: 100%;
    height: 100%;
}