@charset "utf-8";

html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
    width: 100%;
    height: auto;
}

.banner .slick-slide a:before {
    content: "";
    background: url(../images/bg4.png) repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 164px;
}

body {
    overflow-x: hidden;
}


/*banner*/

.banner {
    overflow: hidden;
    position: relative;
}

.banner a {
    display: block;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    bottom: 15px;
    width: 100%;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    position: absolute;
}

.banner .slick-dots li {
    width: 34px;
    height: 34px;
    margin: 0 0;
    border-radius: 50%;
    background: url("../images/dotsbg.png") center no-repeat;
    padding: 0;
    position: relative;
    opacity: 0.5;
    transition: all 0.3s;
}

.banner .slick-dots li.slick-active {
    background: url("../images/dotsonbg.png") center no-repeat;
    opacity: 1;
    transition: all 0.3s;
}

.banner .slick-dots li button {
    display: none;
}

.banner .slick-prev, .slick-next {
    width: 50px;
    height: 50px
}

.banner .slick-prev {
    background: url("../images/prev1.png") center no-repeat;
    left: 3%;
}

.banner .slick-next {
    background: url("../images/prev2.png") center no-repeat;
    right: 3%;
}

/**/
.otherbox {
    width: 30.2%;
    transition: all 0.3s
}

.otherbox:hover {

    transition: all 0.3s
}

.otherbox .pic {
    padding-top: 53%;
}

.otherbox:nth-child(2) {
    margin-left: 4.7%;
}

/*首页样式*/

.tit {
    line-height: 40px;
    padding: 15px 0 10px 0;
    overflow: hidden;
    width: 100%;
    border-bottom: #e5e5e5 1px solid;
    position: relative;
}

.tit:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../images/title_bg.png") left bottom no-repeat;
    width: 100%;
    height: 100%;
}

.tit h3 {
    float: left;
    font-size: 30px;

    font-family: sySong;
    color: #ffffff;
    position: relative;
    padding-left: 30px;
}

.more {
    position: relative;
    z-index: 999
}

.more a {
    display: block;
    font-size: 14px;
    transition: all 0.3s;
    color: #0a4c94;
    border: #0a4c94 1px solid;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 15px;
    border-radius: 20px;
    margin-top: 2px;
}

.more a:hover {
    color: #648fbd;
    margin-right: 0;
    border: #6990be 1px solid;
    background: #ffffff;
}


.section1 {
    background: #ffffff;
    padding-top: 30px;
    padding-bottom: 10px;
}

/**/
.itzbox {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
}

.itzbox ul {
    margin-left: -4%
}

.itzbox ul li {
    margin: 5px 0;
    padding: 8px;
    height: auto;
    overflow: hidden;
    width: 46%;
    float: left;
    margin-left: 4%;
}

.itzbox ul li:hover {
    box-shadow: 0 0 10px #333333a8;
    transition: all 0.3s
}

.itzbox ul li a {
    display: block;
    transition: all 0.3s;
    height: auto;
    overflow: hidden;
}

.itzbox ul li:first-child {

}

.itzbox ul li .date {
    float: left;
    width: 86px;
    height: 86px;
    text-align: center;
    margin-right: 15px;
    background: #f4f4f8;
    border-radius: 4px;
}

.itzbox ul li .date p {
    font-size: 36px;
    font-weight: bold;
    color: #0a4c94;
    margin-top: 4px;
    margin-bottom: 5px;
    position: relative;
}

.itzbox ul li .date p:after {
    content: "";
    position: absolute;
    left: 15%;
    bottom: -5px;
    background: #ffffff;
    height: 1px;
    width: 70%;
}

.itzbox ul li .date span {
    display: block;
    font-size: 14px;
    color: #ffffff;
    background: #0a4c94;
    height: 30px;
    line-height: 30px;
}

.itzbox ul li .s1-rtx {
    overflow: hidden;
}

.itzbox ul li .s1-rtx h3 {
    font-size: 18px;
    line-height: 30px;
    height: 36px;
    color: #4f4d4d;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    transition: all 0.3s;
    /* -webkit-line-clamp: 1; *//* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
}

.itzbox ul li .s1-rtx p {
    font-size: 14px;
    line-height: 22px;
    height: 48px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0;
}

.itzbox ul li a:hover .date {
    background: #f39800;
    border-color: #ae0207;
}

.itzbox ul li a:hover .date p,
.itzbox ul li a:hover .date span {
    color: #fffF;
    background: none;
}

.itzbox ul li a:hover .itzboxtx h3 {
    color: #ae0207;
    font-weight: bold;
}


/**/
.t_ico1 {

    display: inline-block;
    vertical-align: middle;
}

.i_title {
    width: 100%;
    height: 70px;
    line-height: 70px;

    position: relative;
    margin: 0 auto 50px auto;
    text-align: left;
    z-index: 9;
    border-bottom: #bec4e7 1px solid;
}

.i_title h1 {
    font-size: 28px;
    height: 50px;
    line-height: 30px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 15px;
}

.i_title h1 span {
    display: block;
    font-size: 12px;
    color: #666666;
    height: 27px;
    line-height: 27px;
    padding-left: 25px;

}

.i_title .i_more {
    font-size: 14px;
    color: #666666;
    margin-right: 5px;
    transition: all 0.6s;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 50px;
    height: 50px;
    display: block;
    background: url(../images/moreico.png) left center no-repeat;
    padding-left: 35px;
}

.i_title .i_more:hover {
    margin-right: 0;
    transition: all 0.3s;
    color: #0a3f89;
}

.section2 {
    background: url("../images/section2bg.png") bottom center no-repeat;
    background-size: cover;
    padding: 0 0 15px 0;
    height: auto;
    overflow: hidden;
}

.xwbox {
    padding: 30px 0 10px 0;
    height: auto;
    overflow: hidden
}

.fastbox {
}

.fastbox a {
    display: block;
    width: 25%;
    float: left;
    text-align: center;
    height: auto;
    overflow: hidden;
}

.fastbox .icot {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    display: block;
    position: relative;
    line-height: 110px;
}

.fastbox .icot img {
    display: inline-block;
    z-index: 999;
    margin: 0 auto;
    width: 74px;
    height: 74px;
    vertical-align: middle;
    position: relative;
    z-index: 999;
    padding: 0;
    transition: all 0.5s
}

.fastbox .icot:after {
    content: "";
    position: relative;

    z-index: 9;
    width: 110px;
    height: 110px;
    left: 0;
    top: -110px;
    display: block;
    margin: 0 auto;
    transition: all 0.3s
}

.fastbox span {
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-top: 20px;
}

.fastbox .icot:hover:after {
    -webkit-animation: myRotate 6s linear infinite;
    animation: myRotate 6s linear infinite;
    transition: all 0.3s
}

.fastbox a:hover span {
    color: #0a3f89
}

.fastbox img:hover {
    transform: scale(1.1);
    transition: all 0.5s
}

/**/
.newimg {
    float: right;
    width: 620px;
}

.newimg li {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 29px;
    transition: all 0.3s;
}

.newimg li a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: all 0.3s;
}

.newimg li:hover {
}

.newimg li:hover a {
    transition: all 0.3s;
}

.newimg li:hover h2 {
    color: #0a4c94;
    font-weight: bold;
    transition: all 0.3s
}

.newimg li:hover p {
    color: #333333;
    transition: all 0.3s
}

.newimg li:hover span {
    color: #0a4c94;
    background: url(../images/rlicopng.png) left center no-repeat;
    transition: all 0.3s
}

.newimg li .pic {
    float: left;
    width: 36%;
    margin-right: 5%;
    padding-top: 24%;
}

.newimg .ntxt {
    width: 57%;
    float: left;
}

.newimg .ntxt h2 {
    font-size: 18px;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newimg .ntxt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin: 6px 0;
}

.newimg .ntxt span {
    color: #999999;
    line-height: 30px;
    background: url(../images/rlicopnga.png) left center no-repeat;
    padding-left: 24px;
}

/**/
.igzdtbox {
    float: left;
    width: 720px;
    margin-right: 40px;
    position: relative;
}

.igzdtbox ul li a {
    display: block;
    position: relative;
}

.igzdtbox ul li p span {
    display: block;
    margin: 0;
    padding: 0 0 0 30px;
    line-height: 24px;
    font-size: 14px;
    background: url(../images/date_ico.png) left center no-repeat;
}

.igzdtbox ul li a:hover .s1-linfo p {
    text-decoration: none;
    font-weight: bold;
}

.igzdtbox ul li a .pic {
    padding-top: 70%;
}

.s1-linfo {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/* .s1-linfo p {
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 64px;
    background: rgba(0, 0, 0, .64);
    padding-left: 15px;
    padding-right: 15px;
} */

.igzdtbox .slick-prev,
.igzdtbox .slick-next {
    width: 40px;
    height: 68px;
    z-index: 9;
}

.igzdtbox .slick-prev {

    background-position: center center;
}

.igzdtbox .slick-next {

    background-position: center center;
}

.s1-linfo p {
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    padding-right: 95px;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 40px;
    padding-left: 25px;
    padding-top: 6%;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/newpictbg.png) bottom repeat-x;
    height: 125px;
    display: block;
}

.igzdtbox .slick-dots {
    bottom: 27px;
    text-align: center;
    right: 15px;
    width: auto;
    font-size: 0;
}

.igzdtbox .slick-dots li {
    width: 9px;
    height: 9px;
    border: 1px solid #fff;
    margin-left: 10px;
    transition: all 0.3s;
    position: relative;
    border-radius: 50%;
}

.igzdtbox .slick-dots li.slick-active {
    background: #fff;
    border-color: #fff;
}

/**/
.otherlist {
    padding: 0;
}

.i-list {
    padding: 10px 0 0 0
}

.i-list li {
    position: relative;
    font-size: 16px;
    line-height: 60px;
    height: 60px;
    border-bottom: #a0a0a0 1px dashed;
    padding: 0 5px;
    transition: all 0.3s;
}

.i-list li:last-child {
    border-bottom: none;
}

.i-list li::before {
    /* content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-left: 10px solid #d2d2d2;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent; */
}

.i-list li:first-child {
    margin-top: 0;
}

.i-list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
    transition: all .3s;
    width: 85%;
    background: url(../images/listico.png) left center no-repeat;
    padding-left: 20px;
}

.i-list li:hover {
}

.i-list li:hover a {
    color: #0a4c94;
    text-decoration: none;
    transition: all .3s;
    font-weight: bold;
}

.i-list li:hover:before {
    border-left: 10px solid #0d55a3;
}

.i-list li span {
    position: absolute;
    right: 5px;
    top: 50%;
    color: #000;
    color: #999999;
    font-size: 16px;
    transform: translateY(-50%);

}

.section3 {
    background: #fff;
    padding: 0 0;
    margin: 30px auto 30px auto;
}

.s3-l,
.s3-r {
    width: 48.46%;
}

.section3 .otherlist {
    padding: 10px 30px;
}

.section3 .otherbox {
    border: #e7e7e7 1px solid
}

.section3 .otherbox:hover {
    border: #d1d1d1 1px solid
}

.i-list3 {
    padding: 0 0 0 0;
}

.i-list3 li {
    position: relative;
    font-size: 16px;
    line-height: 48px;
    height: 48px;
    border-bottom: #e7e7e7 1px dotted;
    padding: 0 0;
    transition: all 0.3s;
}

.i-list3 li:last-child {
    border-bottom: none;
}

.i-list3 li::before {
    /* content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-left: 10px solid #d2d2d2;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent; */
}

.i-list3 li:first-child {
    margin-top: 0;
}

.i-list3 li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
    transition: all .3s;
    width: 85%;
    background: url(../images/listis.png) left center no-repeat;
    padding-left: 20px;
}

.i-list3 li:hover {
}

.i-list3 li:hover a {
    color: #0a4c94;
    text-decoration: none;
    transition: all .3s;
    font-weight: bold;
    background: url(../images/listishover.png) left center no-repeat;
}

.i-list3 li:hover:before {
    border-left: 10px solid #0d55a3;
}

.i-list3 li span {
    position: absolute;
    right: 5px;
    top: 50%;
    color: #000;
    color: #999999;
    font-size: 16px;
    transform: translateY(-50%);

}

/**/
.section4 {
    padding: 0 0;
    margin: 30px auto 10px auto
}

.s4-l,
.s4-r {
    width: 48%;
}

.section4 .otherbox:nth-child(2) {
    margin-left: 3.2%;
}

/*link_yq*/
.link_yq {
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    width: 100%
}

.link_yq h2 {
    font-size: 18px;
    color: #0a4c94;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    display: inline-block;
    background: url("../images/ico_yqlj.png") left center no-repeat;
    padding: 0 30px 0 30px;
    float: left;
}

.link_yq .list {
    float: left;
}

.link_yq .list a {
    font-size: 16px;
    color: #333333;
    line-height: 60px;
    padding: 0 15px;
}

.link_yq .list a:hover {
    color: #0a4c94
}

@media screen and (max-width: 320px) {
}

@-webkit-keyframes myRotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transition: all 0.3s
    }
}

@keyframes myRotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transition: all 0.3s
    }
}