﻿
/* CSS Document */
html, body { height: 100%; }
html,body,ul,li{
    margin: 0;
    padding: 0;
}
body { display: flex; flex-direction: column; }
body { min-height: 100vh; }
body{
    position: relative;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    background-size: 100% auto
}

@font-face {
	font-family: sys_bd;
	src: url(../webfonts/SOURCEHANSERIFSC-BOLD.OTF);
}

div{
    position: relative;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
ul{list-style: none;margin:0;padding:0}
a{font-size:18px;text-align:left}
a,a:hover{
    text-decoration: none!important;
    transition:all 1s
}
.fl{float:left}
.fr{float:right}
.cursor{cursor: pointer;}
.cl{clear: both} 
.scale{transform: scale(1.1);}

.header{position:fixed;left:0%;top:0;right:0%;z-index:3;transition:all 0.7s ease-out 0s;}
.header{opacity:1; }
.header.showdiv{opacity:1;transform:none;}
.body_home.showdiv .header{transform:none;opacity:1;}
.header .d1{background:#94070a;color: #d39797;line-height:45px;height:45px;font-size:14px;transition:all 0.2s ease-out 0s;overflow:hidden;}
.header.lit .d1{height:0;}
.header .d1 .nav_l i{margin:0 18px;font-size:12px;}
.header .d1 .nav_l a{display:inline-block;line-height:1;}
.header .d1 .nav_l a:before{content:"";display: block;margin-bottom:5px;border-top:2px solid #d39797;transition:all 0.1s ease-out 0s;;transform:scaleX(0);}
.header .d1 .nav_l a.now{color:#fff;}
.header .d1 .nav_l a.now:before{transform:scaleX(1);border-color:#fff;}
.header .d1 .nav_l a:hover:before{transform:scaleX(1);border-color:#fff;}
.header .d1 .nav_r a{margin-left:30px;}
.header .d1 .nav_r a{display:inline-block;line-height:1;}
.header .d1 .nav_r a:before{content:"";display: block;margin-bottom:5px;border-top:2px solid #d39797;transition:all 0.1s ease-out 0s;;transform:scaleX(0);}
.header .d1 .nav_r a.now{color:#fff;}
.header .d1 .nav_r a.now:before{transform:scaleX(1);border-color:#fff;}
.header .d1 .nav_r a:hover:before{transform:scaleX(1);border-color:#fff;}
.header .d2{transition:all 0.3s ease-out 0s;height:85px;height:85px;background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0));}
.header .block{position:relative;height:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;}
.header .logo{height:100%;width:240px;}
.header .logo a{height:100%;font-size:0;display:block;}
.header .logo img{max-height:65%;vertical-align:middle;display:inline-block;}
.header .logo a:after{content:"";display:inline-block;height:100%;vertical-align:middle;}
.header .nav_main{text-align: center;font-size:18px;}
.header .nav_main a{font-weight: 600;margin:0 8px;color: #fff;display:inline-block;position:relative;}
.header .nav_main a:hover{color: #f6b71b;}
.header .nav_main a:after{content:"";border-bottom:2px solid #94070a;margin-top:5px;display:block;width:100%;transition:all 0.2s ease-out 0s;transform:scaleX(0);}
.header .nav_main a:before{content:"";border-left:2px solid #94070a;height:25px;transition:all 0.2s ease-out 0s;transform:scaleY(0);position:absolute;left:50%;top:100%;transform-origin:center top;}
.header .nav_main a.hover:before{transform:none;}
.header .nav_main a.now:after{transform:none;}
.header .nav_main a.hover:after{transform:none;}
.header .tools{color: #fff;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;}
.header .tools .sc ul{
    margin: 0;
}
.header .tools .sc ul li{
    float: left;
    margin-left: 20px;
}
.header .tools .sc ul li a{
    transition:all 1s ease-out 0s;
}
.header .tools .sc ul li a:hover i{
     color: #f6b71b;
     cursor: pointer;transition:all 1s ease-out 0s;
}

.header .tools .share-box{float:left;}
.header .tools .lang{font-size:16px;font-family:en;text-transform: uppercase;font-family:Arial;}
.header .tools .search{background:#fff;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,0.15);width:250px;height:36px;position: absolute;right:-2px;top:0;opacity: 0;filter:alpha(opacity='0');visibility: hidden;transition:all 0.2s ease-out 0s;-webkit-transition:all 0.2s ease-out 0s;color: #333;}
.header .tools .search.s{opacity:1;filter:alpha(opacity='100');}
.header .tools .search .kw{display:block;float: left;height:20px;line-height:20px;width:190px;margin:8px 0 0 12px;font-size:16px;}
.header .tools .search .ok{float: right;width:36px;height:36px;cursor: pointer;font-family:icon;font-size:22px;}
.nav_child{
    padding-top: 50px;position: absolute;
}
.nav_child .item{padding:40px;display:-ms-flexbox;display:flex;border-top:2px solid #94070a;position:absolute;top:100%;width:900px;background:#fff url(../images/xiangyun.png) center bottom no-repeat;background-size:contain;opacity:0;visibility:hidden;}
.nav_child .item.s{visibility:visible;opacity:1;transition:opacity 0.2s ease-out 0s;}
.nav_child .item .l{display:-ms-flexbox;display:flex;width:25%;}
.nav_child .item .l .pic{width:142px;}
.nav_child .item .l .pic img{width:100%;height:auto;}
.nav_child .item .l .txt{-ms-flex:1;flex:1;font-size:16px;color:#94070a;padding-left:30px;line-height:2.2;display:none}
.nav_child .item .r{width:75%;font-size:0;}
.nav_child .item .r a{width:33.33%;font-size:18px;color:#000;margin-top:10px;display:inline-block;}
.nav_child .item .r a:hover{color:#94070a;}

.header.light{transform:none;opacity:1;}
.header.light .d2{background:#fff;border-bottom:1px solid #ddd;}
.header.light .tools{color:#333;}
.header.light .tools .a{border-color: #ccc;}
.header.light .nav_main a{color:#333;}
.header.light .nav_main a:after{border-color:#94070a;}
.header.light .nav_main a:before{border-color: #94070a;}


#search1 {
    position: fixed;
    top: 0;
    height: 0;
    width: 100%;
    z-index: 100002;
}
#search1.open .module_container {
    height: 100vh;
}
#search1 .module_container {
    height: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, .8);
    max-width: none;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    display: flex;
    align-items: center;
}
.module>.module_container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1536px;
    position: relative;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}
#search1.open .wrapper {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
#search1 .wrapper {
    width: 1024px;
    max-width: 100%;
    margin: 0 auto;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    opacity: 0;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
    position: relative;
}
#search1 .wrapper .form {
    display: flex;
    overflow: hidden;
    padding-bottom: 15px;
    justify-content: space-between;
    background: #fff;
    padding: 10px;
}
#search1 .wrapper .form .input1 {
    font-size: 18px;
    color: #333;
    height: 40px;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: -webkit-calc(100% - 54px);
    width: calc(100% - 54px);
    flex: 1;
    overflow: hidden;
    padding: 0;
}
.icon_search {
    background-image: url(../images/icon_search.png);
    width: 16px;
    height: 16px;
    cursor: pointer;
}
#search1 .wrapper .form .icon_search {
    background-position: 0 -16px;
    opacity: .5;
    margin-top: 12px;
    margin-left: 12px;
}
input, button, textarea {
    background: 0;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 0;
}
#search1 .close {
    position: absolute;
    height: 30px;
    width: 30px;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 100;
    top: .3rem;
    right: .3rem;
    opacity: 0;
    visibility: hidden;
}

#search1 .close:after, #search1 .close:before {
    width: 1px;
    height: 25px;
    background: #fff;
    position: absolute;
    content: "";
    left: 50%;
}

#search1 .close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#search1 .close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#search1 .close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

#search1 .keywords {
    line-height: .38rem;
    color: #333;
    font-size: .14rem;
    margin-top: .3rem;
    display: flex;
    flex-wrap: wrap;
    display: none;
}

#search1 .keywords span {
    white-space: nowrap
}

#search1 .keywords a {
    color: #444;
    height: .38rem;
    margin-bottom: .14rem;
    padding: 0 .2rem;
    display: inline-block;
    margin-right: .14rem;
    background: #f5f5f7;
    border-radius: 50vw;
    transition: .5s;
}

#search1 .keywords a:hover {
    background: #d10015;
    color: #fff
}

#search1.open .close {
    opacity: 1;
    visibility: visible
}

.mobile{display:none} 
.qrcode{
    width: 200px;
    height: 200px;
    margin-top: 1rem;
    padding: .5rem 1rem 1rem 1rem;
    border-radius: .1rem;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    border-radius: 1rem;
    position: absolute;
    z-index: 10;
    right: 10%;
    top: 100%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    visibility: hidden;
    -webkit-transition: opacity .3s ease-in-out, margin-top .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, margin-top .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out, margin-top .3s ease-in-out;
    transition: opacity .3s ease-in-out, margin-top .3s ease-in-out;
    
}
.qrcode  img {
    width: 100%;
}
.qrcode .name {
    font-size: .875rem;
    text-align: center;
}
.qrcode .qrCode:after {
    content: "";
    display: block;
    position: absolute;
    top: -0.5rem;
    right: 1.5rem;
    width: 1rem;
    height: 1rem;
    background: #fff;
    box-shadow: 0 -1rem 1rem rgba(0, 0, 0, .1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.section .banner{position:relative;height:100%;overflow:hidden;}
.section .banner .slick-list{height:100%;}
.section .banner .slick-track{height:100%;}
.section .banner .slick-slide>div{height:100%;}
.section .banner .frame{height:100%;}
.section .banner .frame video{min-width:100%;min-height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.section .banner .child{background-size:cover;color:#fff;background-position:center center;height:100%;position:relative;overflow:hidden;background-color:#94070a;}
.section .banner .child:before{content:"";position:absolute;left:0;bottom:0;right:0;height:80px;background:linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));}
.section .banner .child .bg{
    background-color: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    max-width: 80%;
    position: absolute;
    left: 0;
    bottom: 40px;
}
.section .banner .child .fz30{padding: 10px 10px 10px 20px;font-size: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;}
.section .banner .child .a1{position: absolute;left:0;top:0;width:100%;height:100%;}

.section .banner .child a i{position:absolute;right:15px;bottom:35px;font-size:24px;line-height:1;width:80px;height:60px;line-height:60px;text-align:center;color:#fff}
.section .banner .child a i:hover{color:#f6b71b}
.section .banner .text{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(0.8);text-align: center;opacity:0;width:50%;}
.section .banner .showdiv .text{transform:translate(-50%,-50%) scale(1);opacity:1;transition:all 2s ease-out 0.5s;}
.section .banner .navg{position: absolute;right:100px;bottom:50px;color: #fff;text-align: center;line-height:1;}
.section .banner .navg li{margin:0 10px;font-family:Arial;cursor: pointer;vertical-align: middle;display:inline-block;font-size: 18px;}
.section .banner .navg li.slick-active{font-size:22px;}
.section .banner .navg li:after{content:"";border-top:1px solid #fff;display: inline-block;vertical-align: middle;width:0px;margin-left:5px;transition:all 0.5s ease-out 0s;}
.section .banner .navg li.slick-active:after{width:60px;}
.section .banner .tit{position:absolute;left:50px;bottom:60px;right:50px;background:rgba(0,0,0,0.5);height:80px;line-height:80px;color: #fff;display:flex;display:-ms-flexbox;justify-content:justify;justify-content:space-between;}


.part2{    background: #fff url(../images/index_bg_02.png) no-repeat bottom center;
    background-attachment: fixed !important;
    background-position: bottom !important;
    background-size: cover !important;}
    
.part2 .title{margin-bottom: 0.8rem;position: relative;}
.part2 .title img{position: absolute;left: 0;top: -50px;z-index: 1;}
.part2 .title{display: flex;justify-content: space-between;flex-wrap: wrap;}
.part2 .title div,.part3 .title div,.part4 .title div,.part5 .title div{display: flex;align-items: center;flex-wrap: wrap;position: relative;z-index: 2;}
.part2 .title p.bt,.part3 .title p.bt,.part4 .title p.bt,.part5 .title p.bt{font-size: 2rem;color: #4c4c4c;font-family: sys_bd;margin-right: 10px;}
.part2 .title p.line,.part3 .title p.line,.part4 .title p.line,.part5 .title p.line{width: 130px;height: 1rem;background: url(../images/part2_title_line.png) no-repeat left center;background-size: 9rem;}
.part2 .title a,.part3 .title a,.part4 .title a,.part5 .title a{display: block;width: 84px;height: 36px;font-size: 14px;color: #94070a;text-align: center;line-height: 36px;transition: 0.4s;z-index: 2;position: absolute;
    right: 0;}
.part2 .title a:hover,.part3 .title a:hover,.part4 .title a:hover,.part5 .title a:hover{color: #94070a;font-weight:600}
.part2 .index_news_1 {height:320px;}
.part2 .index_news_1 .fl {height:320px;}
.part2 .index_news_1 .fl ul,li {list-style: none;}
.part2 .index_news_1 .fl ul,li a {text-decoration: none;color: black;}
.part2 .index_news_1 .fl .box{width: 100%;height: 320px;margin: 0 auto;overflow: hidden;position: relative;}
.part2 .index_news_1 .fl .box-1 ul{margin: 0;padding: 0;}
.part2 .index_news_1 .fl .box-1 ul li{width: 100%;height: 320px;position: relative;overflow: hidden;}
.imgBox{display:flex;}
.part2 .index_news_1 .fl .box-1 ul li img{display:block;width: 100%;align-self: center;justify-content: center; height: auto;min-height:320px;transition:all 1s}
.part2 .index_news_1 .fl .box-1 ul li img:hover{transform: scale(1.1);}
.part2 .index_news_1 .fl .box-1 ul li h2{position: absolute;left: 0;bottom: 0;height: 40px;width:300px;background: rgba(125,125,120,.4);text-indent: 2em;
				padding-right:500px ;font-size: 15px;line-height: 40px;text-overflow: ellipsis;overflow: hidden;
				white-space: nowrap;font-weight: normal;color: ghostwhite}
.part2 .index_news_1 .fl .box-2{position: absolute;right: 10px;bottom: 14px;}
.part2 .index_news_1 .fl .box-2 ul li{float:left;width: 12px;height: 12px;overflow: hidden; margin: 0 5px; border-radius: 50%;
				background: rgba(0,0,0,0.5);text-indent: 100px;cursor: pointer;}
.part2 .index_news_1 .fl .box-2 ul .on{background: rgba(255,255,255,0.6);}
.part2 .index_news_1 .fl .box-3 span{position: absolute;color: white;background: rgba(125,125,120,.3);width: 50px;height: 80px;
				top:50%; font-family: "宋体";line-height: 80px;font-size:60px;margin-top: -40px;
				text-align: center;cursor: pointer;}
.part2 .index_news_1 .fl .box-3 .prev{left: 10px;}
.part2 .index_news_1 .fl .box-3 .next{right: 10px;}
.part2 .index_news_1 .fl .box-3 span::selection{background: transparent;}
.part2 .index_news_1 .fl .box-3 span:hover{background: rgba(125,125,120,.8);}
.part2 .index_news_1 .text{height:320px; float:right}
.part2 .index_news_1 .text ul{margin:0;padding:0}
.part2 .index_news_1 .text ul li{list-style: none;background-color: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 1s ease-out 0s;}
.part2 .index_news_1 .text .on{list-style: none;background-color: #94070a;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 1s ease-out 0s;width:116%;}
.part2 .index_news_1 .text .on .sj{color: #fff;}
.part2 .index_news_1 .text .on .con{color: #fff;}
.part2 .index_news_1 .text ul li a {text-decoration: none;color: black;font-size:14px;}
.part2 .index_news_1 .text ul li {width:100%;height:80px;position: relative;float:right}
.part2 .index_news_1 .text ul li .sj {
    display: table;
    position: absolute;
    left: 8px;
    top: 20px;
    z-index: 1;
    transition: 0.4s;
    color: #666;
}
.part2 .index_news_1 .text ul li .sj p{font-size: 16px;transition: 0.4s;}
.part2 .index_news_1 .text ul li .sj span{display: block;font-size: 12px;}
.part2 .index_news_1 .text ul li .con{width: 100%;}
.part2 .index_news_1 .text ul li .con {
    padding: 10px 20px 10px 60px;
    text-align: left;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    height:70px;
    transition: 0.4s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;}
.part2 .index_news_2{height: auto;
    margin-top: 16px;
    overflow: hidden;}
.part2 .index_news_2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.part2 .index_news_2 ul li {
    width: 100%;
    background: url(../images/list-icon.png) no-repeat 5px center;
    height: 36px;
    line-height: 36px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.5s;
    font-size: 16px;
    margin: 0;
    float: left;
    text-align: left;
}
.part2 .index_news_2 ul li:hover{ padding:0 0 0 5px;width:100%;transition:0.5s;border-bottom: 1px dashed #94070a;}
.part2 .index_news_2 ul li:first-child{ animation-delay: 0.1s; }
.part2 .index_news_2 ul li:nth-child(2){ animation-delay: 0.2s; }
.part2 .index_news_2 ul li:nth-child(3){ animation-delay: 0.3s; }
.part2 .index_news_2 ul li:nth-child(4){ animation-delay: 0.4s; }
.part2 .index_news_2 ul li:nth-child(5){ animation-delay: 0.5s; }
.part2 .index_news_2 ul li:nth-child(6){ animation-delay: 0.6s; }
.part2 .index_news_2 ul li:nth-child(7){ animation-delay: 0.7s; }
.part2 .index_news_2 ul li:nth-child(8){ animation-delay: 0.8s; }
.part2 .index_news_2 ul li:nth-child(9){ animation-delay: 0.9s; }
.part2 .index_news_2 ul li:nth-child(10){ animation-delay: 1s; }
.part2 .index_news_2 ul li:nth-child(11){ animation-delay: 1.1s; }
.part2 .index_news_2 ul li:nth-child(12){ animation-delay: 1.2s; }
.part2 .index_news_2 ul li a {
    color: #666;font-size: 18px;
}
.part2 .index_news_2 ul li .div_t {
    height: 36px;
    padding: 0 60px 0 20px;
    line-height: 36px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.part2 .index_news_2 ul li span {
    position: absolute;
    right: 0;
    text-align: right;
    width: 80px;
    top: 0;
    color: #782c1d;
    font-size: 14px;
}


.noticeslist ul{margin:0;padding:0;}
.noticeslist ul li{margin-bottom:15px;height:95px;text-align: left;background-color:#fff;overflow:hidden;box-shadow: 0 0 10px rgba(0,0,0,0.1);transition: all 0.1s}
.noticeslist ul li:hover{box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transform: translateX(5px);border-bottom: 2px solid #94070a;-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;}
.noticeslist ul li:first-child{ animation-delay: 0.1s; }
.noticeslist ul li:nth-child(2){ animation-delay: 0.2s; }
.noticeslist ul li:nth-child(3){ animation-delay: 0.3s; }
.noticeslist ul li:nth-child(4){ animation-delay: 0.4s; }
.noticeslist ul li:nth-child(5){ animation-delay: 0.5s; }
.noticeslist ul li:nth-child(6){ animation-delay: 0.6s; }
.noticeslist ul li:nth-child(7){ animation-delay: 0.7s; }
.noticeslist ul li:nth-child(8){ animation-delay: 0.8s; }
.noticeslist ul li:nth-child(9){ animation-delay: 0.9s; }
.noticeslist ul li:nth-child(10){ animation-delay: 1s; }
.noticeslist ul li .date{width:106px;height:95px;float:left;text-align:center;background:#f8f8f8;}
.noticeslist ul li .date span{display:block;text-align:center;}
.noticeslist ul li .date .d{color:#94070a;font-size:30px;margin-top:10px;font-weight:bold;}
.noticeslist ul li .date .y{color:#94070a;font-size:14px;letter-spacing:1px;}
.noticeslist ul li .text{margin-left:106px;height:70px;padding:12px 15px;}
.noticeslist ul li .text h4{width:100%;line-height:30px;display:block;text-overflow:-o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.noticeslist ul li .text h4 a{color:#1a1a1a;font-size:18px;text-align: left;}

.part3{    
    background: #fff url(../images/index_bg_03.png) no-repeat bottom center;
    background-attachment: fixed !important;
    background-position: bottom !important;
    background-size: cover !important;
}
.part3 .p3b{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 30%;
    height: 60vh;
    z-index: 1;
}
.part3 .p3b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.part3 .title a{position: absolute;
    right: 0;}
.part3 .title .tit {padding-left:calc(50% - 64px);}
.part3 .list_pic{width:100%;height: 260px;position:relative;z-index: 2;}
.part3 .list_pic a{}
.part3 .list_pic .pic{width:100%;height: 260px;overflow:hidden;transition: 1s}  
.part3 .list_pic .pic img{width:100%;height: 260px;transition: 1s}
.part3 .list_pic .pic img:hover{transform:scale(1.1)}

.part3 .list_pic .intro{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 10px 20px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.6);
}    
.part3 .list_pic .intro h6{
    color: #fff;
    margin-bottom: .08rem;
    transition: .5s;
    
}
.part3 .list_pic .intro h4{
    color: #fff;
    font-size: 18px;
    line-height: 1.25;
    transition: .5s;
    font-weight: 600;
    text-overflow:-o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;line-clamp: 1;-webkit-box-orient: vertical;
}
.part3 .list_text{padding:10px 20px;position: relative;overflow: hidden;z-index: 2;}
.part3 .list_text:before{
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 100vh;
    background: rgba(255, 255, 255, .2);
    top: 0;
}
.part3 .list_text ul{margin:0;padding:0}
.part3 .list_text ul li{
    padding: 5px 0;
    float: left;
    text-align: left;
}    
.part3 .list_text ul li h6{
    color: #fff;
    opacity: .8;
    margin-bottom: .08rem;
    transition: .5s;
}     
.part3 .list_text ul li h4{
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    transition: .5s;
    font-weight: 600;
    text-overflow:-o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;line-clamp: 1;-webkit-box-orient: vertical;
}      
.part3 .preview{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background: #fff;
    z-index: 2;
}
.part3 .preview:before{
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 100vh;
    background: #fff;
    transition: .5s;
}
.part3 .preview ul{margin:0;padding:0}
.part3 .preview ul li a {
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    background: #fff;
} 
.part3 .preview ul li a:hover{
    color: #94070a;
}
.part3 .preview ul li h4{
    color: #000;
    font-size: 18px;
    text-align: left;
    line-height: 28px;
    transition: .5s;
    font-weight: 600;
    text-overflow:-o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;line-clamp: 1;-webkit-box-orient: vertical; 
}     
.preview {
    overflow: hidden;
    background: #fff;
}

.preview .a {
    height: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 .4rem;
    position: relative;
    z-index: 1;
    background: #fff;
}

.preview .a:before {
    content: "";
    position: absolute;
    left: .4rem;
    right: .4rem;
    height: 1px;
    background: #e0e0e0;
    top: 0;
    transition: .5s;
}

.preview li:first-child .a:before {
    display: none
}

.preview h4 {
    margin-bottom: .15rem
}

.preview p {
    display: flex;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    overflow: hidden;
    margin-bottom: .05rem
}
.preview p i{
    display: flex;
    font-size: 16px;
    color: #94070a;
    line-height: 28px;
    overflow: hidden;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: .05rem
}

.preview .a .Line {
    position: absolute;
    background: #d10015;
}

.preview .a .Line1 {
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    transition: .2s linear;
}

.preview .a .Line2 {
    width: 1px;
    height: 0;
    bottom: 0;
    left: 0;
    transition: .2s linear;
}

.preview .a .Line3 {
    width: 0;
    height: 1px;
    top: 0;
    right: 0;
    transition: .2s linear;
}

.preview .a .Line4 {
    height: 0;
    width: 1px;
    right: 0;
    top: 0;
    transition: .2s linear;
}

.preview .a .Line5 {
    width: 1px;
    height: 0;
    top: 0;
    right: 0;
    transition: .2s linear;
    display: none;
}

.preview .a .Line6 {
    width: 0;
    height: 1px;
    bottom: 0;
    right: 0;
    transition: .2s linear;
    display: none;
}

.preview .a:hover .Line1 {
    width: 100%;
}

.preview .a:hover .Line2 {
    height: 100%;
}

.preview .a:hover .Line3 {
    width: 100%;
}

.preview .a:hover .Line4 {
    height: 100%;
}

.preview .a:hover .Line5 {
    height: 100%;
}

.preview .a:hover .Line6 {
    width: 68%;
}

.preview li:hover .a:before, .preview li:hover + li .a:before {
    opacity: 0
}    
    
.part4{    background: #fff url(../images/index_bg_04.png) no-repeat bottom center;
    background-attachment: fixed !important;
    background-position: bottom !important;
    background-size: cover !important;
}
.part4 .party{
    width: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.68);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.part4 .title div{
    margin-top: 20px;
    padding-left: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}
.part4 .title p.bt {
    font-size: 2rem;
    color: #4c4c4c;
    font-family: sys_bd;
    margin-right: 10px;
}
.part4 .title p.line {
    width: 130px;
    height: 1rem;
    background: url(../images/part2_title_line.png) no-repeat left center;
    background-size: 9rem;
}
.part4 .title a {
    display: block;
    width: 84px;
    height: 36px;
    font-size: 14px;
    color: #94070a;
    text-align: center;
    line-height: 36px;
    transition: 0.4s;
    z-index: 2;
}
.part4 .party .party_left ul {
    display: flex;
    align-items: flex-start;
    height: 100%;
}
.part4 .party_left ul li{width: 50%;}
.part4 .party_left ul li+li{align-self: flex-end;margin-top: 40px;}
.part4 .party_left ul li a{display: block;}
.part4 .party_left ul li .img{width: 100%;max-height: 218px;display: flex;overflow: hidden;}
.part4 .party_left ul li .img img{width: 100%;align-self: center;justify-content: center;height: auto;transition: 1s}
.part4 .party_left ul li .img img:hover{transform:scale(1.1)}
.part4 .party_left ul li .con{padding: 10px 20px;background: #94070a}
.part4 .party_left ul li+li .con{background: #1946a1;}
.part4 .party_left ul li .con>div{padding-left: 30px;background-size: 16px;background: url(../images/part4_left_sj.png) no-repeat left top;}
.part4 .party_left ul li .con .sj{font-size: 12px;color: #ffffff;margin-bottom: 0.05rem;text-align:left}
.part4 .party_left ul li .con .bt{font-size: 18px;line-height: 28px;color: #ffffff;margin-bottom: 0.1rem;height: 56px;overflow: hidden;text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.part4 .party_left ul li .con .zy{font-size: 16px;color: rgba(255,255,255,0.6);line-height: 24px;overflow: hidden;text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
.part4 .party_left ul li{}
.part4 .party_left ul li:nth-child(1){animation-delay: 0.6s;}
.part4 .party_left ul li:nth-child(2){animation-delay: 0.6s;}
.part4 .party_right {padding-left:40px}
.part4 .party_right .first{animation-delay: 0.5s;overflow:hidden;}
.part4 .party_right .first>img{width: 40%;float: left;}
.part4 .party_right .first>.frtxt-box{width: 55%;float: right;}
.part4 .party_right ul{margin:0;padding:0}
.part4 .party_right ul li:nth-child(1n){animation-delay: 0.6s;}
.part4 .party_right ul li:nth-child(2n){animation-delay: 0.7s;}
.part4 .party_right ul li:nth-child(3n){animation-delay: 0.8s;}
.part4 .party_right .first{display: block;border-bottom: 1px solid #ebe5e4;padding-bottom: 0.4rem;margin-bottom: 0.4rem;}
.part4 .party_right .first .bt{font-size: 26px;color: #4c4c4c;line-height: 38px;font-weight: bold;height: 38px;overflow: hidden;transition: 0.4s;text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.part4 .party_right .zy{font-size: 16px;color: #737373;line-height: 22px;height: 66px;padding-right: 20px;overflow: hidden;margin-bottom: 20px;text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
.part4 .party_right .first .sj{font-size: 14px;color: #94070a;font-weight: bold;margin-top:0.2rem;}
.part4 .party_right ul li{margin-bottom: 0.3rem;border-bottom:1px solid #ebe5e4;}
.part4 .party_right ul li .bt{font-size: 18px;color: #333333;transition: 0.4s;
    margin-bottom: 4px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;}
.part4 .party_right ul li .sj{font-size: 14px;color: #94070a;padding-left: 0.24rem;font-weight: bold;position: relative;    margin-bottom: 8px;}
.part4 .party_right .first:hover .bt{color: #94070a;}
.part4 .party_right ul li a:hover .bt{color: #94070a;}
.part4 .party_right .more {
    display: block;
    width: 84px;
    height: 36px;
    float: right;
    font-size: 14px;
    color: #94070a;
    text-align: center;
    line-height: 36px;
    transition: 0.4s;
    z-index: 2;}

.part5{    
    background: #fff url(../images/index_bg_02.png) no-repeat bottom center;
    background-attachment: fixed !important;
    background-position: bottom !important;
    background-size: cover !important;
}
.part5 .stu{}
.part5 .stu ul{margin:0;padding:0}
.part5 .stu ul li{
    width: 25%;
    padding: 0 .15%;
    margin-bottom: .25%;
    float:left;
    position: relative;
    box-sizing:border-box;
}
.part5 .stu ul li:nth-child(1), .part5 .stu ul li:nth-child(6) {
    width: 50%;
}
.part5 .stu ul li .pic {
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.part5 .stu ul li .pic img {
    width: 100%;
    height: 260px;
    transition: all 0.5s ease-out 0s;
}
.part5 .stu ul li .pic img:hover{transform:scale(1.1)}
.part5 .stu ul li .text {
    align-self: flex-end;
    color: #fff;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    font-size: 18px;
    padding: 10px;
    width: 95%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.part6{    
    background: #fff url(../images/index_bg_06.png) no-repeat bottom center;
    background-attachment: fixed !important;
    background-position: bottom !important;
    background-size: cover !important;
}
.part6 .index6_bottom{
    margin-top: 80px;
}
.part6 .contact{
    width: 590px;
    height: 374px;
    background: url(../images/part6_bg.png) no-repeat;
    background-size: 100%;
    position: relative;
    margin: 0 auto;
    padding: 60px 30px 0;
}
.part6 .contact .tit{
    font-size: 32px;
    margin-top: -80px;
}
.part6 .contact .logo img{
    width: 80%;
    margin: 40px auto;
}
.part6 .contact .con{
    font-size: 16px;
    text-align: left;
    
}
.part6 .contact .con .footqr{width: 20%;
    position: absolute;
    top: 0;
    right: 0%;}
.part6 .copyright{
    margin-top: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
}
.part6 .copyright p{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}
.part6 .copyright p a{
    font-size: 16px;
    color: #fff;
}
#menu { margin: 0; padding: 0; position: fixed; left: 10px; top: 10px; list-style-type: none; z-index: 70;}
#menu li { float: left; margin:  0 10px 0 0; font-size: 14px;}
#menu a { float: left; padding: 10px 20px; background-color: #fff; color: #333; text-decoration: none;}
#menu .active a { color: #fff; background-color: #333;}
.section { text-align: center; font: 50px "Microsoft Yahei"; color: #fff;}
.header .nav_main a,.header2 .nav_main a{
    font-weight: 600;
}
.header .nav_main a:hover,.header2 .nav_main a:hover{
    color: #f6b71b;
}
.index_news .list .item .text .h{
    -webkit-line-clamp: 3;
}
.index_party .title .fz40 .now,.index_stu .title .fz40 .now {
    transform: none;
    color: #94070a;
}
.header .tools .sc ul li:first-child{margin-left:0}
@media only screen and (max-width:1920px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1980px;
    }
}
@media only screen and (max-width:1440px) {
            body{background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
        }
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
    .container{margin-bottom: 100px;}    
    .header .d2 .block {margin: 0;padding-left:20px}
    .header .nav_main a{font-size:16px}
    .container{width:98%;max-width:98%!important;;}
    .header .tools .fa-2x{font-size:1.5em}
    .part2,.part3,.part4,.part5 {margin-top: 80px;background:none}
    .index_news_2{background: #fff;
        padding: 10px;}
    .part4 .party{
        background: none;
        box-shadow:none;
    }
    .part4 .party_right {
        background: #fff;
    }
    .part3 .p3b{display:none}
    .notice .d {padding:5px}
    .part3 .title .tit,.part4 .title .tit {padding-left:0;}
    .mt20{margin-top:0}
    .part4 .party .party_left{display: block; width:100%;padding:0}
    .part4 .party .party_left ul{display: block; width:100%;padding:0}
    .part4 .party_left ul li {
        width: 50%;float: left;
    }
    .part4 .party_left ul li+li {
        align-self: flex-end;
        margin-top: 0;
    }
    .part4 .party_right{width: 100%;
        padding: 10px;}
    .part4 .party_left ul li .con .bt {
        font-size: 16px;
        line-height: 24px;
        color: #ffffff;
        margin-bottom: 0.1rem;
        height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .part4 .party_left ul li .con .zy {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.6);
        line-height: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .part4 .party_right .first {
        display:none
    }
    .part4 .party_right ul li{
         width: 50%;
         float: left;
    }
}


@media only screen and (max-width:1048px)  {
    body{
        background-image: url(../images/bg.jpg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: bottom;
        background-size: cover;
    }
    .header .d2 .block {margin: 0;padding-left:20px}
    .part2,.part3,.part4,.part5,.part6,.notice {background:none}
    .index_news_2{background: #fff;
    padding: 10px;}
    .part3 .p3b{display:none}
    .part4 .party{
        background: none;box-shadow:none;
    }
    .part4 .party_right {
        background: #fff;
    }
    .section .banner .slick-list {
        height: 500px;
    }
    .section .banner .child .fz30 {
        padding: 0;
        height: 38px;
        line-height: 38px;
        font-size: 18px;
    }
    .section .banner .navg {
        position: absolute;
        right: 10px;
        bottom: -20px;
        color: #fff;
        text-align: center;
        line-height: 1;
    }.section .banner .child a i {
        display: none;
    }
    .notice .d {padding:5px}
    
    .part3 .title .tit {padding-left:0;}
    .mt20{margin-top:0}
    .part4 .party .party_left ul{display: block; padding:0}
    .part4 .party_left ul li {
        width: 100%;
    }
    .part4 .party_right{width: 100%;
        padding: 10px;}
        
    .part6{
        background-image: url(../images/index_bg_06.png);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: bottom;
        background-size: cover;
    }
    .part6 .contact{width: 90%;background:none}
    .part6 .contact .tit {
        font-size: 32px;
        margin-top: -40px;
        color: #fff;
    }
    .part6 .copyright p,.part6 .copyright p a {
        font-size: 18px;
    }
    .part6 .contact .con .footqr {
        width: 12%;
    }
        .header .tools .sc ul li {
    float: left;
    margin-left: 4px;
}
    .header .tools .fa-2x {
    font-size: 1.5em;
}  
}
@media only screen and (max-width:1000px)  {
/*手机端导航*/
.mobile{width: 100%;position:absolute;display: block;top: 0;right: 0;z-index: 999;}
.mobile-inner-header{width:100%;height: 0;position: absolute;top: 0px;right: 0px;z-index: 2;}
.mobile-inner-header-icon{color: #ffffff;height: 40px;font-size:25px;text-align: center;width: 40px;position: relative;-webkit-transition: background 0.5s;-moz-transition: background 0.5s;-o-transition: background 0.5s;transition: background 0.5s;}
.mobile-inner-header-icon:hover{cursor: pointer;}
.mobile-inner-header-icon span{position: absolute; left: calc((100% - 25px) / 2);top: calc((100% - 1px) / 3);  width: 25px;  height: 2px;  background-color: #0357bc;display: none;}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}    
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon{color: #fff;height: 54px;text-align: left;width: 54px;position: absolute;cursor: pointer;margin-right: 5px;font-weight: bold;text-align: right;right: 12px;top: 3px;} 
.mobile-inner-header-icon-out span{width: 22px;height: 2px;background:#0357bc;display: none;}
.mobile-inner-header-icon-out span:nth-child(1){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outfirst;}
.mobile-inner-header-icon-out span:nth-child(2){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outsecond;}
.mobile-inner-header-icon-out span:nth-child(2){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outthird;}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}      
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon-click span:nth-child(3){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickthird;}
    .header_cover {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
        display: none;
    }    
}
@media only screen and (max-width:992px)  {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 98%;
    }
        .header .nav_main a {
        margin: 0;
    }
    .header .tools .sc ul li {
        float: left;
        margin-left: 4px;
    }
        .header .tools .fa-2x {
        font-size: 1.5em;
    }    
    .part2 {
        margin-top: 0;
    }
    .part2 .title {margin-top: 80px;}
} 
@media only screen and (max-width:768px)  {
    body{background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;}
    .header .d2 .block {margin: 0;padding-left:20px}
    .part2,.part3,.part4,.part5,.part6 {margin-top: 80px;background:none}
        .part2 {
        margin-top: 0;
    }
    .part2 .title {margin-top: 80px;}
    .index_news_2{background: #fff;
    padding: 10px;}
    .part3 .p3b{display:none}
    .part4 .party{
        background: none;box-shadow:none;
    }
    .part4 .party_right {
        background: #fff;
    }
    #section1{
        height: 400px;
    }
    .section .banner .slick-list {
        height: 400px;
    }
    .section .banner .child .fz30 {
        padding: 0;
        height: 38px;
        line-height: 38px;
        font-size: 18px;
    }
    .section .banner .navg {
        position: absolute;
        right: 10px;
        bottom: -20px;
        color: #fff;
        text-align: center;
        line-height: 1;
    }.section .banner .child a i {
        display: none;
    }
    .index_news_1 .fl{width:100%}
    .index_news_1 .text{display:none}
    .part2 .title p.line{display:none}
    .notice .d {padding:5px}
    
    .part3 .title .tit {padding-left:0;}
    .mt20{margin-top:0}
    .part4 .party .party_left ul{display: block; padding:0}
    .part4 .party_left ul li {
        width: 100%;
    }
    .part4 .party_right{width: 100%;
        padding: 10px;}
        .part5 .stu ul li{
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
    float:left;
    position: relative;
    box-sizing:border-box;
}
.part5 .stu ul li:nth-child(1), .part5 .stu ul li:nth-child(6) {
    width: 100%;
}
.part5 .stu ul li .pic {
    width: 100%;
    height: 260px;
}
.part5 .stu ul li .pic img {
    width: 100%;
    height: 260px;
}
.part5 .stu ul li .text {
    font-size: 18px;
    padding: 10px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
    .part6{color:#000}
    .part6 .contact{width: 100%;background:none;background-color: hsla(0, 100%, 0%, 0.2);}
    .part6 .copyright p,.part6 .copyright p a {
        font-size: 18px;
        color: #000;
    }
    .part6 .contact .tit {
        font-size: 32px;
        margin-top: -40px;
        color: #fff;
    }
}

@keyframes clickfirst {
	0% {transform: translateY(4px) rotate(0deg);}
	100% {transform: translateY(0) rotate(45deg);}
}   
@keyframes clicksecond {
	0% {transform: translateY(-4px) rotate(0deg);}
	100% {transform: translateY(0) rotate(-45deg);}
} 
@keyframes clickthird {
	0% {opacity: 0}
	100% {opacity: 0}
}   
.mobile-inner-header-icon-out span:nth-child(1){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outfirst;}
.mobile-inner-header-icon-out span:nth-child(2){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outsecond;}
.mobile-inner-header-icon-out span:nth-child(3){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outthird;}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}
@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  100% {
    transform: translateY(12px) rotate(0deg);
  }
}

.mobile-inner-header-icon-out{background: url(../images/top_menu_open.png) center no-repeat;}
.mobile-inner-header-icon-click{background: url(../images/top_menu_close.png) center no-repeat;}

.mobile_logo{display: block;width: 160px;margin: 0 0 18px 12px;}

.mobile-inner-nav{background: #fff;max-width: 80%;position: absolute;top: 0;right: 0px;padding: 12px 0;display: none;width: 392px;border-left: 8px solid #94070a;}
.mobile-inner-nav a{line-height: 40px;display: block;padding: 14px 32px 15px;text-decoration: none;border-bottom: 1px solid #f2f2f2;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;font-size: 18px;}
.mobile-inner-nav a:hover{font-weight: bold;}
.mobile-inner-nav li{position: relative;}
.mobile-inner-nav li a{}
.mobile-inner-nav li strong{position: absolute;right: 10px;top: 13px;width: 40px;height: 40px;text-align: center;line-height: 40px;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;background: url(../images/mobile_arrow_1.png) center no-repeat;}
.mobile-inner-nav li strong.on{background: url(../images/mobile_arrow_2.png) center no-repeat;}

.mobile_subNav{display: none;background: #edf2f7;overflow: hidden;}
.mobile-inner-nav dd{width: 50%;float: left;border-bottom: 1px solid #dce1e5;margin-bottom: 0;}
.mobile-inner-nav dd a{height: 49px;
    line-height: 31px;
    font-size: 16px;
    text-align: center;
    padding: 9px 0 13px;
    border-right: 1px solid #dce1e5;
    overflow: hidden;}

.mobile-inner-nav a{-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: returnToNormal;animation-name: returnToNormal;}
@-webkit-keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.mobile_search{clear: both;position: relative;height: 58px;width: 304px;margin: 0 auto 28px;overflow: hidden;display: block;vertical-align: middle;border: 1px solid #d6d6d6;max-width: 100%;}
.mobile_search input.notxt{width: 80%;margin-left: -3px;border:none;height: 58px;left: 0;text-indent: 1em;}
.mobile_search input.notxt1{width: 58px;border:none;height: 58px;line-height: 40px;float: left;z-index: 2;font-size: 0;background: url(../images/search_btn2.png) center no-repeat;float: right;}
.modile_link{text-align: center;padding: 40px 16px 0 10px;}
.modile_link a{display: inline-block;*display: inline;*zoom:1;width: auto;margin: 5px 17px;font-size: 15px;vertical-align: middle;padding: 0;border: 0;color:#94070a}
@media screen and (max-width: 640px) {
  .mobile-inner-nav a {
    line-height: 20px;
    padding: 10px 32px 10px;
    font-size: 16px;
}
.mobile-inner-nav li strong {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;}
.modile_link {
    padding: 10px 16px 0 10px;
}    
}

    
.more{
    display: block;
    width: 84px;
    height: 36px;
    font-size: 14px;
    color: #94070a;
    text-align: center;
    line-height: 36px;
    transition: 0.4s;
    z-index: 2;
    position: absolute!important;
    right: 0;
}    
    
/* footer */    
.footer{width:100%;height:auto;background: url(../images/fbg.png)repeat bottom center;background-size: 100% auto;}
.link{padding: 20px 0 20px;border-bottom: 1px solid rgba(255,255,255,0.1);font-size: 16px;color: #fff;}
.link li{float: left;padding:0 30px;line-height: 30px;}
.link li:nth-child(1){padding:0;font-size: 20px;}
.link li a{color:#fff;}
.foot-t{padding-top:20px;}
.foot-l{width:calc(100% - 100px);padding-right:35px;}
.foot-r{width:100px;padding-bottom: 20px;}
.foot-t .foot-l p,.foot-t .foot-l a{font-size: 14px;color:#ccc;line-height: 30px;margin-bottom: 14px;}
.foot-t .foot-l a{}
.foot-t .foot-l p>span{padding-right: 35px;font-size: 14px;color:#ccc;}
.foot-t .foot-l p .cs{font-size: 14px;color:#ccc;padding:0 15px;background: #384356;text-align: center;line-height: 30px;}
.foot-r p{text-align: center;font-size: 14px;color:#ccc;text-align: center;margin:10px 0 0;}
.foot-r img{width: 100px}
.foot{height: 40px;line-height: 40px;background: #9b0d14;padding-top: 10px;}
.foot a{width:24px;height:20px;background: url(../images/top.png) no-repeat center;display: block;margin: 0 auto;}
@media (max-width: 991px) {
    .link {
        padding: 15px 0;
    }
    .link li:nth-child(1){float: none;margin-bottom: 15px;}
}    
@media (max-width: 576px) {
    .foot-l, .foot-r {
        width: 100%;
        padding: 0;
    }
    .foot-r img {
        width: 60px;
        display: block;
        position: absolute;
        right: 0;
        bottom: 10px;
    }
    .foot-t .foot-l p, .foot-t .foot-l a {line-height:auto}
    .wx_title{
        display: none;
    }
    .hidden{
        display: none;
    }
}

/*分页页码样式*/
.shpa{ 
    height:30px;
	margin-top:40px;
    float:left;} 
.shpa b{ 
	float:left;
	line-height:25px;
	height:25px;
	margin-left:5px;
	font-size:12px;
	border:1px solid #E9E9E9;
	padding:0px 10px;
	width:auto;
    background-color: #003399;
    color: #FFF;} 
.shpa a{ color:#1c64c4;
	float:left;
	line-height:25px;
	height:25px;
	margin-left:5px;
	font-size:12px;
	border:1px solid #E9E9E9;
	padding:0px 10px;
	width:auto;} 
.shpa a:hover{ 
	color:#003399;
	text-decoration:none;
        border: 1px solid #E9E9E9;} 

/*列表页*/

@media only screen and (max-width:1024px) {
.pc{ display:none!important;}
.pc-block{ display:none!important;}
.phone{ display:block!important;}
}
@media only screen and (min-width:1025px)  {
.pc{ display:block!important;}
.pc-block{ display: inline-block!important;}
.phone{ display:none!important;}
}
.am-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    max-width: 1200px;}

.page {
    margin: 100px auto;
    padding: 20px 0;}
@media only screen and (max-width:640px) {
.page {
    margin: 80px auto;
    padding: 20px 0;}
}
.listpage {
    margin: 20px auto;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    background-color: rgba(255,255,255,0.88);
    padding-bottom: 20px;
    overflow: hidden;
	min-height: 560px;}
@media only screen and (max-width:640px) {
.listpage {
    margin: 20px 0 20px 0;}
}
/*列表页左侧边栏导航*/
.listside {
    float: left;
    width: 250px;
    padding-right: 20px;}
.listsider {
    padding: 0;
    background: none;
    border: none;
    margin-bottom: 20px;}
.listsider .title {
    line-height: 74px;
    margin-bottom: 5px;
    height: 74px;
    padding-bottom: 6px;
    font-size: 18px;
    color: #fff;
    background: url(../images/listsiderbg.jpg) no-repeat;}
.listsider .title a{
    display: block;
    line-height: 74px;
    border: none;
    padding-left: 85px;
    text-align: left;
    font-size: 24px;
    color: #fff;}
.listsider .title a:hover{color: #fff;}
.listlm{}
.listlm ul{
    list-style: none;
	overflow:hidden;
	margin:0;
	padding:0;}
.listlm ul li a {
    margin-top: 2px;
    display: block;
    line-height: 50px;
    padding-left: 4px;
    background: #e9ecef;
    color: #555;
    font-size: 16px;
    text-align: center;}
.listlm ul li a:hover{
    margin-top: 2px;
    display: block;
    line-height: 50px;
    padding-left: 4px;
	background-color:#cfd4d9;    
	color: #555;
    font-size: 16px;
    text-align: center;}
/*列表页右侧*/
.listnr {
    margin-top:40px;
    padding-left: 20px;
    overflow: hidden;}
.listnewslist {
    padding-left: 20px;
    overflow: hidden;}

@media screen and (max-width: 640px) {
.listnewslist .list{
    margin-bottom: 10px;
    overflow: hidden;
	width:96%;
	min-height:300px;}
.listnewslist {
    padding-left: 0;
    overflow: hidden;}	
}
@media screen and (min-width:641px) {
.listnewslist .list{
    margin-bottom: 10px;
    overflow: hidden;
	width:96%;
	min-height:400px;}}

.listnewslist .list .title{
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;}
.listlmtitle a{
    float:left;
    display: inline-block;
    zoom: 1;
    padding: 0 15px;
    line-height: 50px;
    font-size: 24px;
    color: #555;
    border-bottom: 2px solid #94070a;}
.listlmtitle a:hover{
	text-decoration:none;}
.path {
    margin-top: 5px;}
.path em{
    padding-left: 20px;
	padding-bottom:5px;
	height:40px;
	font-weight: normal;
    font-style: normal;
	color:#222;}
.path em i{padding: 0 5px;}
.path em img{ padding-top:5px; padding-bottom:0;}
.path a {
    padding: 0 5px;
    color: #222;
    text-decoration: none;}

.listnewslist .list span a{
	font-size: 14px!important;
	font-family: var(--bs-body-font-family)!important;
}
.path{line-height: 40px;
    font-size: 12px;}
.path a{padding: 0 5px;color: #222;
    text-decoration: none;
    outline: none;line-height: 40px;
    font-size: 12px;}
@media screen and (max-width: 640px) {
  .listnewslist .list .lb {}
}
@media screen and (min-width: 641px) {
  .listnewslist .list .lb {clear: both;padding: 0;overflow: hidden;}
}	

@media screen and (max-width: 640px) {
.listnewslist .list .lb ul {list-style: none;position: relative;padding: 0 0 30px 0;margin: 0;}
}
@media screen and (min-width: 641px) {
.listnewslist .list .lb ul{margin:0;padding:0;}	
}	

.listnewslist .list .lb ul li{
    padding: 15px;    
    margin: 0;
	border-bottom: 1px dotted #ddd;
	overflow:hidden;}

@media screen and (max-width: 640px) {
.listnewslist .list .lb ul li a{color:#333333; display:block;}
}
@media screen and (min-width:641px) {
.listnewslist .list .lb ul li a{ color:#333333;}
}
.listnewslist .list .lb ul li:hover{
    padding: 15px;
    margin: 0;
	border-bottom: 1px dotted #ddd;
	background:#f9f9f9;}
.p15{ padding-left:15px;}
.listpic{ float:left;}
.listpic a{ width:120px; height:90px; overflow:hidden;}
.listpic a img{border-color:1px #f90;margin-right: 10px;max-width:120px;max-height:90px; min-width: 120px;}
.newsbt{
    font-size: 16px;
    font-weight: 500;
    color: #222;
    text-decoration: none;
	padding: 0 0 5px;
    line-height: 1.8em;}
.newsbt:hover{ text-decoration:underline;}
.jianjie{	display:inline;}
.jianjie br{ display:none;}
.jianjie a{ text-indent: 2em;
    color: #999;
    line-height: 1.6em;
    font-size: 12px;
	display:inline;}
.jianjie a:hover{
     color: #999;
     text-decoration:none;}

.newslist_more{     
    margin-left: 10px;
    color: #f50;
    font-size: 12px;
    display:inline-block
;}
.newslist_more a{ 
    margin-left: 10px;
    color: #f50;
    font-size: 12px;
    display:inline-block
;}
.newslist_more a:hover{ 
    display:inline-block;
	color:#de080a;}
.listnewslist .list .lb ul li .ltitle {
    padding: 0 0 5px;
    line-height: 1.8em;
    height: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    text-decoration: none;
    outline: none;}
.listnewslist .list .lb ul li .ltitle:hover {
    padding: 0 0 5px;
    line-height: 1.8em;
    height: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #de080a;
    outline: none;}
.am-g {
    margin: 0 auto;
    width: 100%;
}

.am-g:before, .am-g:after {
    content: " ";
    display: table;
}
.list-news-nr span, .list-news li a:focus .list-news-nr span {
    color: #17509d;
}
.list-news-nr span {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 20px;
    padding-bottom: 8px;
    webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    transition: all ease-out .3s;
}
.list-news-time span {
    font-size: 14px;
    font-weight: bold;
    display: table-row-group;
    line-height: 16px;
}
.am-g-collapse [class*="am-u-"] {
    padding-left: 0;
    padding-right: 0;
}
[class*="am-u-"] + [class*="am-u-"]:last-child {
    float: right;
}
[class*="am-u-"] {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    float: left;
    position: relative;
}
.am-u-sm-2 {
    width: 16.66666667%;
}
.am-u-sm-10 {
    width: 83.33333333%;
}
.list-news-nr { padding-left:4%; position:relative;border-left: 1px solid #ccc;
    box-sizing: border-box;}
.list-news-nr div a{ padding-left:2em; font-size:16px; font-weight:bold;}
.list-news-nr span { font-size:18px; font-weight:bold; color:#333;line-height:20px; padding-bottom:8px;webkit-transition:  all ease-out .3s;-moz-transition:  all ease-out .3s;transition:  all ease-out .3s;}
.list-news-nr p { font-size:14px; color:#666;line-height:26px; margin:20px 0 0; text-indent:2em;padding-left: 1em;}
.list-news-time {text-align:left;color:#c1c1c1;font-family: Arial;webkit-transition:  all ease-out .3s;-moz-transition:  all ease-out .3s;transition:  all ease-out .3s;position: relative;z-index:2;}
.list-news-time span { font-size:14px; padding-left:0;  font-weight:bold; display:table-row-group; line-height:16px}
.list-news-nr:after,.list-news li a:focus .list-news-nr:after {background-color:#c1c1c1;}
.list-news-time,.list-news li a:focus .list-news-time {color:#17509d;}
.list-news-nr span,.list-news li a:focus .list-news-nr span{color:#17509d;}	
/*内容页*/

.add{ height:40px; margin:5px auto;}
.addpic{ width:15px; height:40px; display:block; float:left;}
.addpic img{ margin:12px 0;}
.address{ height:40px; display:block; line-height:40px;}
.address a{ line-height:40px;color: #0060a9;font-family:"微软雅黑"; font-size: 13px;}
.artcontent {
    margin: 0 auto;
    width: 96%;}
.title_w {
    text-align: center;
    padding: 20px 0;
    border-bottom: 2px solid #343434;
    font-size: 26px;font-family:"微软雅黑";font-weight: bold;
    line-height: 150%;}
.apro {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    line-height: 28px;
    padding: 2px 10px;
    margin: 10px 0;
    text-align: center;
    color: #666;
    font-size: 12px;}
.bt_content_w {
    font-size: 15px;
    font-family: "微软雅黑";
    color: rgb(61, 61, 61);
    line-height: 26px;
    text-decoration: none;}
@media screen and (max-width: 640px) {
  .bt_content_w {font-size: 15px;font-family: "微软雅黑";color: rgb(61, 61, 61);line-height: 26px;text-decoration: none;}
}
@media screen and (min-width:641px) {
  .bt_content_w {min-height: 242px;font-size: 15px;font-family: "微软雅黑";color: rgb(61, 61, 61);line-height: 26px;text-decoration: none;}
}
.bt_content_w table {border: 1px solid #000000;}
.bt_content_w p img{ max-width:1024px;border: #E2E2E2 1px solid;
    box-shadow: 0 0 5px #c9c9c9;
    -moz-box-shadow: 0 0 5px #c9c9c9;
    -webkit-box-shadow: 0 0 5px #c9c9c9;}
@media only screen and (max-width:640px) {
.bt_content_w p img{ max-width:95%;height: inherit;border: #E2E2E2 1px solid;
    box-shadow: 0 0 5px #c9c9c9;
    -moz-box-shadow: 0 0 5px #c9c9c9;
    -webkit-box-shadow: 0 0 5px #c9c9c9;}

}
.printclose {
    text-align: right;
    padding: 10px 0 20px;
	display:block;}
.printclose a{font-size:14px;  color:#3D3D3D;    padding: 0 1.5em;}
.printclose a:hover{ color:#0060a9;}
.back {
    display: block;
    background: #1a70aa;
    text-align: center;
    color: #fff;
    clear: both;border: none;padding: 8px 12px;float: right;}
.back:hover {
    display: block;
    background: #b50000;
    text-align: center;
    color: #fff;
    clear: both;border: none;padding: 8px 12px;float: right;}
/*相关信息*/
.xgxx{width:90%; margin:0 auto;overflow:hidden;}
.xgxx .listnext p{ margin:0;}
.xgxx .listnext p a{ color:#000000;}
.xgxx_tit{color:#2d89e8; font-size:16px; font-weight:bold; line-height:40px;}
.xgxx_lb{width:100%; overflow:hidden;}
.xgxx_lb li{border-bottom:1px dashed #e8e8e8;height:36px;line-height:36px;width:100%;margin:0 auto;background:url(jt_11.gif) no-repeat left;}
.xgxx_lb li a{float:left; width:86%; padding-left:15px;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; display:block; float:left;}
.xgxx_lb .bt_time{ display:block; width:11%; float:right; font-size:14px;}

.listnewslist .list span {text-align: left;}
.list-pag {
    height: 20px;
    margin: 20px;
    padding-left: 1em;
    line-height: 20px;}
.list-pag i {
    margin-right: 5px;}

.newsbt a{font-size: 18px;}
.jianjie a{font-size: 16px;}
.shpa a{ 
    float: left;
    color: #222;
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    margin-left: 5px;
    font-size: 12px;
    border: 1px solid #69271a;
    padding: 0px 10px;
    width: auto;}
.pageBar,.pageBar a{
	font-size: 14px!important;
	font-family: var(--bs-body-font-family)!important;
}	
.p_t {
    line-height: 14px!important;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: middle;
	font-size: 14px!important;
	font-family: var(--bs-body-font-family)!important;
}
.p_pages {
    margin-left: -5px;
	font-size: 14px!important;
	font-family: var(--bs-body-font-family)!important;
}
.p_t {
    line-height: 12px;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: middle;
	font-size: 14px!important;
	font-family: var(--bs-body-font-family)!important;
}

.p_no_d{ 
    color: #fff!important;
    line-height: 25px;
    height: 25px;
    margin-left: 5px;
    font-size: 12px;
	border:none!important;
    background: #69271a!important;
    padding: 0px 10px;
    width: auto;
    margin-top: 0!important;
	font-size: 14px!important;
	font-family: var(--bs-body-font-family)!important;
} 

.p_goto input {
    width: 22px;
    text-align: center;
	font-size: 14px!important;
	font-family: var(--bs-body-font-family)!important;
}
.p_goto input, .p_search input {
    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;
	font-size: 14px!important;
	font-family: var(--bs-body-font-family)!important;
}
.p_t {
    line-height: 14px;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: middle;
	font-size: 14px!important;
	font-family: var(--bs-body-font-family)!important;
}
.p_goto a, .p_search a {
    border: 1px solid #ccc;
    padding: 5px 6px;
    color: #222;
    margin: 0px;
    height: 24px;
    -height: auto;
    line-height: 14px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
	font-size: 14px!important;
	font-family: var(--bs-body-font-family)!important;
}
@media screen and (max-width: 640px) {
   .p_t,.p_t,.p_goto,.p_t,.p_goto{display:none}
}
.zihao {
    margin-right: 2em;
    text-align: right;}
.command {
    height: 40px;
    margin: 5px auto;
    line-height: 40px;
    font-family: 宋体;
    float: right;}
.command .btn {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);}

.command .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;}

.command .btn-danger_back,.command .btn-danger_back:hover {
    color: #fff;
    background-color: #3280fc;}
.command .btn-danger_print,.command .btn-danger_print:hover {
    color: #fff;
    background-color: #38b03f;}
.command .btn-danger_close,.command .btn-danger_close:hover {
    color: #fff;
    background-color: #ea644a;}   

