body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑;
    position: relative;
}

.img-hide {
    overflow: hidden;
}

.img-hide img {
    transition: 0.5s all;
}

.img-hide:hover img {
    transform: scale(1.1,1.1);
}

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

li {
    list-style: none;
}

a {
    color: #333;
}

ul {
    padding: 0;
    margin: 0;
}

a:hover {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
    outline: none !important;
}

button:focus,button:hover,input:focus {
    outline: none!important;
}

img {
    max-width: 100%;
}
.head img{width:100%;}

.imged {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 61%;
}

.imged img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.container {
    width: 1430px;
    
}

.header {
    height: 150px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100000;
    background: #015492 url(../images/header.png) center no-repeat;
}

.nav-box {
    line-height: 70px;
    background: #ad0101;
    position: relative;
}
.nav-list{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.nav-list li {

    font-size: 20px;
    font-weight: bold;
    width: 20%;position: relative;
}


.nav-list li::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 65px;
    background-color: #d6231e;
    display: none;
    transition: all 0.3s;
    z-index: 0;
}

.nav-list li.active::before {
    display: block
}

.nav-list li::after {
    content: "";
    position: absolute;
    left: 100%;
    top: -10px;
    border-bottom: 6px solid #9e0401;
    border-left: 5px solid #9e0401;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    z-index: 0;
    display: none
}

.nav-list li.active::after {
    display: block
}

.nav-list li.active>a {
    top: -5px
}


.nav-list li a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 55px;
    color: #fff;
    text-align: center;
    position: relative;
    top: 0;
    z-index: 1;
    transition: all 0.3s;
}


.menu-button {
    position: absolute;
    display: none;
    top: 60px;
    right: 15px;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.bar {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.cross {
    margin-top: -8px;
}

.cross .bar {
    margin: 13px auto;
}

.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    -ms-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
    opacity: 0;
}

.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
}

/* new1 */
.new1 {
    width: 100%;
}

.news00{
    padding: 1px 0 .46rem; background-image: url("../images/index_bg1.jpg"); background-repeat: no-repeat; background-position: 0 0; background-color: transparent; background-size: auto; 
}

.news11{
    padding: 20px 0 50px; background-image: url("../images/index_bg3.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; background-size: 100%;
}

.left1,.left2 {
    width: 50%;
    padding-right: 35px;
}

.right1,.right2 {
    width: 50%;
}

.title {
    margin: 45px 0;
    position: relative;
    height: 50px;
    line-height: 50px;
    background: #f8f8f8;
    width: 100%;
}
.title22{margin: 10px 0 45px;}
.title11{background:none!important;}

.title span {
    width: 210px;
    height: 60px;
    line-height: 60px;
    background: url(../images/lm.png) no-repeat left center;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
}

.title .more {
    display: block;
    width: 85px;
    font-size: 16px;
    color: #ad0101;
    background: #f2f2f2;
    text-align: center;
    position: absolute;
    top: 0%;
    right: 0%;
}

.left1 a {
    display: block;
    position: relative;
}

.left1 a span {
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 160px;
    bottom: 0;
    z-index: 10;
    line-height: 50px;
    background: url(../images/shad.png) repeat center;
    font-size: 18px;
    color: #fff;
    width: 100%;
}

.left1 .slick-dots {
    right: 10px;
    bottom: 10px;
    width: auto;
}

.left1 .slick-dots li button {
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.3);
}

.left1 .slick-dots li.slick-active button {
    background: #fff;
}

.left1 .slick-dots li {
    margin: 0 2px;
}

.slick-dots li.slick-active button:before,.slick-dots li button:before {
    opacity: 0;
}

.left1 img {
    width: 100%;
}



.left1.slick-slider {
    margin-bottom: 0;
}

.list li {
    position: relative;
    background: url(../images/li.png) no-repeat left center;
    padding: 0 100px 0 20px;
    font-size: 18px;
    margin-bottom: 23px;transition: transform 0.35s ease-out;
}
.list li:last-child{margin-bottom:0;}

.list li a {
    color: #333;
}

.list li span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #777;
}
.list li:hover{
    transform: translateX(10px);
}
.list li:hover a {
    color: #ad0101;
}


.jycx img{width:100%;height:366px;}

/*  */
.right1 li:nth-last-child(1),.right2 li:nth-last-child(1) {
    margin-bottom: 0;
}

/* new3 */
/*  */
.footer {
    padding: 30px 0;
    background-image: linear-gradient(#A71D18, #ad0101);
}

.friends-list {
    font-size: 16px;
    color: #fff;
}

.friends-list a {
    color: #fff;
    margin-bottom: 30px;
    display: inline-block;
    margin-right: 20px;
}

.footer-p p {
    color: #fff;margin:0;font-size:18px;
}
.yqlj {
    margin: 20px 0 0;
    overflow: hidden;
}

.yqlj li {
    float: left;
    margin-left: 20px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
}

.yqlj li:first-child {
    margin-left: 0px;
}
.yqlj li a:hover {
    color: #ad0101;
}


/**************list**************/
.local {
    padding: 0 15px 0 45px;
    /*background: #f2f2f2;*/
    font-size: 16px;
    color: #555;
    position: relative;
    float: right;
}

.local a {
    color: #555;
    font-size: 16px;
}

.local::before {
    display: block;
    content: "";
    width: 13px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 20px;
    background: url(../images/adr.png) no-repeat left center;
}

.list2 {
    min-height: 500px;
}

.list2 li {
    position: relative;
    background: url(../images/li.png) no-repeat left center;
    padding: 0 100px 0 20px;
    font-size: 18px;
    line-height: 62px;    border-bottom: 1px dotted #ccc;
}

.list2 li a {
    color: #555;
}

.list2 li span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #777;
}

.list2 li:hover a,.local a:hover {
    color: #ad0101;
}

/* content */
.article-tt {
    font-size: 30px;
    color: #555;
    padding-bottom: 20px;
}

.article-date span {
   margin:0;
}

.article-date {
    color: #777;
    font-size: 16px;
}

.article-box {
    border-top: solid 1px #ededed;
    border-bottom: solid 1px #ededed;
    padding: 35px 0;
    margin: 30px 0;
    min-height: 400px;
}

.article-box p {
    margin: 0;
    text-align: justify;
    font-size: 16px!important;
    color: #333;
    line-height: 35px!important;
    text-indent: 2em;
}

.article-link p{
    font-size: 18px;
    color: #555;
	margin: 0;
}



.article-link {
    margin-bottom: 50px;
}

.article-link p a:hover {
    color: #ad0101;
}

.zxxx-list-ul li{ position: relative; padding-left: 82px; height: 52px; margin-bottom: 19px;display: flex; align-items: center; }
.zxxx-list-ul li .sj{    position: absolute;text-align: center;left: 0;width: 70px;  border-right: 1px solid #eeeeee;height: 44px;color: #8e0b02;padding-right: 7px;display:inline-block;}
.zxxx-list-ul li .sj p{font-size: 24px;text-align: center;line-height: 20px;}
.zxxx-list-ul li .sj span{font-size: 14px;text-align: center;display: block;}
.notice-tt1 a{ font-size: 18px; color: #333; }
.notice-tt1{ line-height: 24px;max-height: 60px;overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.notice-tt1 a:hover{color: #ad0101;}




.special{margin:0 -15px;}

.special .slick-slide {
	padding:0 15px;
}

.special .slick-slide li {
	position: relative;
	
	padding-bottom: 10px;
	display: block !important;
}

.special .slick-slide li a {
	display: block;
	position: relative;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        overflow: hidden;
	background: #fff;;
	z-index: 8;
	transition: all 0.3s;
}
.special .slick-slide li a:hover{box-shadow: 0 0 5px #ad0101;}
.special .slick-slide li a img{
      height:220px;width:100%;
}

.special .slick-slide li a p {
	padding: 10px 2px;
        font-size: 18px;margin:0;text-align:center;
}

.special .slick-slide li:hover a p {
	color: #8e0b02;
}

.special .slick-arrow {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	margin-top: -20px;
	z-index: 9;
}

.special .slick-prev {
	background: #f8bf85 url(../images/s4-l.png) no-repeat;
	background-position: center center;
	left: -55px;
}

.special .slick-next {
	background: #f8bf85 url(../images/s4-r.png) no-repeat;
	background-position: center center;
	right: -55px;
}

@media( max-width: 1599px) {
    .zxxx-list-ul li{margin-bottom:10px;}
    .container {
        width: 1279px;
    }

    .nav-list li {
       padding: 0 45px;
    }

    .right1 li:nth-child(9),.right2 li:nth-child(9),.left2 li:nth-child(9) {
        display: none;
    }
}

@media( max-width: 1279px) {
    .container {
        width: 970px;
    }

    .article-box {
        padding: 25px 0;
        margin: 20px 0;
    }

    .article-link p {
        float: none;
        padding: 10px 0;
    }

    .article-link {
        margin-bottom: 15px;
    }

    .article-tt {
        font-size: 24px;
    }
}

@media( max-width: 1279px) and (min-width:992px) {
    .right1 li:nth-child(8),.right1 li:nth-child(7),.right2 li:nth-child(8),.right2 li:nth-child(7),.left2 li:nth-child(8),.left2 li:nth-child(7) {
        display: none;
    }

    .nav-list li {
        font-size: 18px;
        padding: 0 35px 0 35px;
    }
}

@media( max-width: 991px) {
.jycx img{width:100%;height:auto;}
    .container {
        width: 100%;
    }

    .menu-button {
        display: block;
        top: 17px;
    }

    .nav-box {
        height: 45px;
        line-height: 45px;
    }

    .nav-list {
        position: absolute;
        display: none;
        z-index: 10000000;
        border-top: solid 1px #eee;
        left: 0;
        top: 100%;
        right: 0;
        box-shadow: 1px 2px 3px #ddd;
        background: #fff;
    }

    .nav-list li {
        width: 100%;
        float: none;
        margin: 0;
        text-align: left;
        line-height: 40px;
        padding-bottom: 0;
        padding: 0;
    }

    .nav-list li a {
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        padding: 0 15px;
        color: #333;
    }
    .bar {
        background-color: #ffffff;
    }

    .left1 {
        width: 70%;
        padding-right: 0;
        margin: 0 auto;
        float: none;
    }

    .right1,.right2,.left2 {
        width: 100%;
        padding: 0;
    }

    .list {
        margin-top: 20px;
    }

    .left1 .slick-dots {
        right: 15px;
    }

    .footer {
        margin-top: 20px;
    }

 
    .title span {
        font-size: 24px;
    }

    .title {
        margin: 20px 0;
    }

    .article-link p a {
        font-size: 16px;
    }
}

@media( max-width: 768px) {
    .left1 {
        width: 100%;
    }

    .list li,.left-slick a span,.list2 li {
        font-size: 16px;
    }

    .list2 li {
        line-height: 40px;
    }

    .title span {
        width: 120px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}

@media( max-width: 579px) {


    .article-tt {
        font-size: 22px;
    }

    .article-box {
        padding: 15px 0;
        margin: 15px 0;
    }

    .article-tt {
        padding: 10px 0;
    }

    .article-box p,.article-link p a {
        line-height: 28px;
    }

    .article-link p {
        padding: 0;
    }
}

@media( max-width: 500px) {
    .local {
        float: none;
    }

    .title {
        height: auto;
    }
}