
@media(min-width:1600px){
    .container {
        width: 1480px;
    }
}
.top{
    display: flex;
    justify-content: space-between;
    padding:10px 60px 0;
    background:#fff;
    position:relative;
}
.menu i{
    display: none;
}
.menu ul{
    display: flex;
    align-items: center;
}
.menu ul li{
    padding:0 33px;

}
.menu ul li:after{
    content: "";
    width: 0;
    height: 3px;
    display: block;
    background:#D70917;
    transition: .5s;
}
.menu ul li:hover:after{
    width: 100%;
    left: 0;
    transition: .5s;
}
.gongju{
    display: flex;
}
.heise{
    display: none;
}
.nav-logo{
    display: none;
}
.menu ul li a{
    color:#332C2B;
    font-size:16px;
    line-height: 72px;
    display: block;
}
.gongju a:first-child{
    padding-left:0px;
}
.gongju a{
    margin-left:30px;
    cursor: pointer;
}
.sousuobg{
    display: flex;
    align-items: center;
}

.searchh .btn{
    background-color: #d70917;
    height: 40px;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 1.8rem;
}
.searchh #name{
    height: 40px;
    border: 1px #d2dae2 solid;
    border-radius: 0;
    width: 100%;
}
.searchh {
    background-color: rgba(255,255,255,0.9);
    padding: 20px 0;
    display: none;
    margin: 5px;
    margin-bottom: 5px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 2px rgba(0,0,0,.2);
    border-radius: 3px;
}
.banner img{
    width:100%;
}
.banner{
    position: relative;
}
.xiangxia {
    position: absolute;
    left:3%;
    bottom:9%;
    z-index: 90;
    cursor: pointer;
}
.xiangxia img{
    width: auto;
}
#banner .swiper-pagination-bullet{
    width: 25px;
    height: 25px;
    background: url(../images/banner.png);
    opacity: 1;
    background-size:cover;
    margin: 0 13px;
}
#banner .swiper-pagination-bullet-active{
    background:url(../images/bannerh.png);
    background-size:cover;
}
#banner.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 8%;
    left: auto;
    width: auto;
    right: 5%;
}
.syfl{
    padding: 86px 0 66px;
    background:url(../images/syfl.jpg);
    background-size:100%;
}
.syflbig{
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
}
.syfllb{
    width: 49%; 
    position:relative;
}
.syflwen{
    position:absolute;
    left:5%;
    top:6%;
}
.syflwen span{
    width: 75px;
    height: 26px;
    background:#E8050F;
    color:white;
    border-radius: 15px;
    font-size:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:15px;
}
.syflwen h2{
    font-size:42px;
    color:white;
    margin-bottom:36px;
}
.syflwen p{
    font-size:14px;
    line-height: 28px;
    color:white;
   margin-bottom:37px;
}
.sytg{
    background:url(../images/sytg.jpg);
    background-size:cover;
    padding:116px 0 39px;
}
.sytg h2{
    color:white;
    font-size:42px;
    line-height: 63px;
    text-align: center;
    margin-bottom:94px;
}
.sytg p{
    color:white;
    font-size:18px;
    line-height: 200%;
    text-align: center;
}
.shuju{
    margin-top:268px;
    background: #fff;
    padding:50px 0;
}
.shuju ul{
    display: flex;
    justify-content: space-between;
}
.shuju span{
    font-size:66px;
    color:#332C2B;    
}
.shuju h2{
    margin-bottom:18px;
}
.shuju ul li{
    width: 25%;
    border-right:1px solid white;
    text-align: center;

}
.shuju ul li sup{
    color:#332C2B;
    font-size:18px;
    top: -2em;
    font-weight: bold;
    left: -0.5em;
}
.shuju ul li:last-child{
    border-right:0;
}
.shuju ul li h3{
    font-weight: bold;
    font-size:18px;
}
.syxw{
    padding:94px 0 98px;
    background:url(../images/syxw.jpg);
    background-size:100%;
}
.syxwtu {
    overflow: hidden;
}
.syxw h2{
    font-size:43px;
    margin-bottom:10px;
    text-align: center;
}
.syxw h3{
    font-size:20px;
    color:#494444;
    text-align: center;
    margin-bottom:140px;
}
.syxw ul li h2{
    font-size:19px;
}
.syxw ul li h3{
    font-size:14px;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
}
.syxwtu img {
    width: 100%;
    transition: 0.5s;
    z-index: 1;
}
.syxw ul li:hover .syxwtu   img {
    transform: scale(1.2);
}
.syxw ul li{
    background:white;

    width: 30%;
}
.syxw ul li img{
    width: 100%;
}
.nycpnrright ul li:hover .nycptu img {
    transform: scale(1.2);
    transition: .5s;
}
.nycptu{
    overflow: hidden;
    transition: .5s;
}
.syxw ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.syxwwen{
    padding:22px 60px 20px 18px;
}
.syxwwen h3{
    margin:0;
    text-align: left;
}
.syxwwen h2{
    color:#000000;
    text-align: left;
}
.sykh{
    display: flex;
    justify-content: space-between;
}
.sykh a{
    width: 49.7%;
    position:relative;
}

.sykhwen{
    position: absolute;
    left: 5%;
    bottom:27px;
}
.sykhwen h2{
    font-size:38px;
    color:white;
    margin-bottom:21px;
}
.sykhwen h3{
    font-size:20px;
    color:white;
}
.sykh img{
    width: 100%;
    opacity: 0.5;
    transition: .5s;
}
.sykh a{
    background:rgba(0,0,0,.8);
    display: block;
}
.sykh a:hover img{
    opacity: 1;
    transition: .5s;
}

.syfllb a >img{
    width: 100%;
    opacity: 0.5;
    transition: .5s;
}
.syfllb a{
    background:rgba(0,0,0,.8);
    display: block;
}
.syfllb a:hover img{
    opacity: 1;
    transition: .5s;
}
.dibutop ul li{
    display:flex;
    align-items: center;

}
footer{
    padding:28px 0 31px;
    background:#e9f0f6;
}
.dibutop ul{
    display:flex;
    width: 50%;
    justify-content: space-between;
}
.dibutop ul li img{
    width: 14px;
    height: 14px;
    margin-right:5px;
}
.dibutop{
    display: flex;
    justify-content: space-between;
    padding-bottom:15px;
}
.dibutopbig{
    border-bottom:1px solid rgba(0,0,0,.1)
}
.dibumidbig{
    border-bottom:1px solid rgba(0,0,0,.1)
}
.dibumid{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:40px 0 14px;
}
.dibumid ul{
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: space-between;
}
.dibumid ul li a{
    color:rgba(0,0,0,.6);
}
.wxgzh{
    text-align: center;
}
.wxgzh img{
    margin-bottom:8px;
}
.dibubottombig{
    padding-top:30px;
}
.dibubottom{
    display: flex;
    justify-content: space-between;
}
.dibubottom a{
    color:black;
}
.dibubottom a:hover{
    color:#d0121b;
}
#dibutop{
    cursor: pointer;
}
.head{
    position: fixed;
    width: 100%;
    background:white;
    z-index: 99;
   box-shadow: 0px 5px 5px rgba(0,0,0,.1);
}
@keyframes tobottom
{
	0% {bottom: 10%;}
	50% {bottom: 12%;}
	100% {bottom: 10%;}
}
 
@-webkit-keyframes tobottom
{
	0% {bottom: 10%;}
	50% {bottom: 12%;}
	100% {bottom: 10%;}
}
.xiangxia{
	animation: tobottom .8s linear infinite;
	-webkit-animation: tobottom .8s linear infinite;
}
.nygy{
    padding:45px 0;
    background-size: 100%;

}
.nygybt h2{
    font-size:30px;
    margin-bottom:12px;
}
.nygybt h3{
    font-size:16px;
    color:#E8050F;
    margin-bottom:15px;
}
.fang a{
    color:#8C8C8C;
}
.fang{
    color:#8C8C8C;
}
.nygybibg{
    display: flex;
    justify-content: space-between;
}
.nygyright{
    display: flex;
    align-items: center;
}
.nygyright img{
    width: 39px;
    height: 39px;
    margin-right:12px;
}
.fang .hover{
    color:#E8050F;
}
.nygyrightwz h2{
    font-size:13px;
    margin-bottom:13px;
}
.nygyrightwz h3{
    font-size:23px;
    color:#E8050F;
}
.nygyrightwz h3 a{
    font-size:23px;
    color:#E8050F;
}
.nygynrleft{
    width: 16%;
}
.nygynrright{
    width: 80%;
}
.nygynrbig{
    margin-top:33px;
    display: flex;
    justify-content: space-between;
}

.nygynrleft ul li a{
    color:white;
    display: block;
    height: 73px;
    display: flex;
    align-items: center;
    padding-left:40px;
    background:#2d3235;
    border-bottom:3px solid #1E2123;
}
.nygynrleft ul li:hover a{
    background:#ffea00;
    border-bottom:3px solid #d1bd00;
    color:black;
    transition: .5s;
}

.nygynrleft ul li.hover a{
    background:#ffea00;
    border-bottom:3px solid #d1bd00;
    color:black;
}
.nygyliuyan{
    margin-top:41px;
    border:1px solid #E7E6E5;
    border-top:3px solid #E8050F;

}
.nygyliuyanwen h2{
    font-size:16px;
    margin-bottom:5px;
}
.nygyliuyanwen h3{
    font-size:12px;
}
.nygyliuyan a{
    display: flex;
    color:#333;
    padding:17px 11px 25px;
    
}
.nygyliuyan a:hover{
    background:#ffea00;
    transition: .5s;
    
}
.nygyliuyanwen{
    margin-left: 20px;
}
.nygynrrightbt{
    font-size:30px;
    font-weight: bold;
    color:#2D3235;
    padding-bottom:15px;
    border-bottom:1px solid #2D3235;
    margin-bottom:20px;
}
.nygynrright section{
    margin-top:27px;
    font-size:16px;
    line-height: 32px;
    text-indent: 2em;
    margin-bottom:27px;
}
.nygynrright  img{
    margin: 0 auto;
}
.nygynrright ul{
    display: flex;
    justify-content: space-between;
    margin-top:20px;
}
.qywh{
    margin-top:27px;
    font-size:16px;
    line-height: 32px;
    margin-bottom:27px;
}
.nyxwnrright{
    width: 80%;

}

.nyxwnrright ul li a{
    margin-top:20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.nyxwtu{
    width: 30%;
}
.nyxwwen{
    width: 65%;
}
.more{
    display: flex;
    justify-content: space-between;
    width: 90px;
    color:#E8050F;
}
.nyxwnrright ul li{
    padding:16px 10px 16px;
    background:white;
    margin:13px 0px 16px;
    display: flex;
    align-items: center;
    min-height: 72px;
    justify-content: center;
}
.zzry ul li{
    box-shadow: 1px 1px 5px rgba(0,0,0,.2);
    width: 32%;
    border: 1px solid rgba(0,0,0,.2);
    padding: 0;
    margin: 0;
    margin-bottom:20px;
}
.zzry ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zzry ul:after{
    width: 32%;
    height: 0;
    content:"";
}
.zzry ul li a {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
}
.nyxwwen{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 10%;
    padding-top: 23px;
    padding-bottom: 27px;
    color:black;
}
.nyxwwen p{
    line-height: 21px;
    color:#231815;
}
.nyxwwen h2{
    color:#231815;
    font-size:18px;
}
.nyxwnrright ul li:hover{
    background:#ffea00;
    transition: .5s;
}
.nyxwtu{
    margin-left:20px;
}
.inewsct {
    background: #fff;
    padding: 40px;
    box-shadow: 0px 0px 5px rgba(0,0,0,.2);
    margin-top:20px;
}
.inewsct .inews-tt {
    border-bottom: 1px rgba(0,0,0,.25) dashed;
    padding-bottom: 10px;
}
.inewsct .inews-tt span {
    color: rgba(0,0,0,.55);
}
.inewsct .inews-ct {
    padding: 20px 0px 0px;
    color: rgba(0,0,0,.7);
    line-height: 28px;
}
.inewsct .inews-tt p {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
}
.nycpnrleft ul li>a{
    padding:24px 17px 26px 19px;
    background: #2d3235 url(../images/cpmore.png) no-repeat 92% center;
    color:white;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom:3px solid #1E2123;
}


.nycpnrleft{
    width: 16%;
}
.nycpnrleft ul li  dl dd a{
    padding:20px 18px 20px 37px;
    color:white;
    position: relative;
    display: block;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom:3px solid #1E2123;
    background:#2d3235 url(../images/cpmore1.png) no-repeat 5% center ;
    transition: .5s;
}
.nycpnrleft ul li  dl dd a{
    color:white;
    display: block;
}
.nycpnrleft ul li dl{
    display: none;
}
.nycpnrleft ul li dl.hover{
    display: block !important;
}
.nycpnrleft ul li.hover dl{
    display: block !important;
}

.nycpnrleft ul li  dl dd a:hover{
    background:#2d3235 url(../images/cpmore3.jpg) no-repeat 5% center ;
    transition: .5s;
}
.nycpnrleft ul li  dl dd.hover a{
    background:#2d3235 url(../images/cpmore3.jpg) no-repeat 5% center ;
    transition: .5s;
}
.nycpnrright{
    width: 80%;

}
.nycpnrright ul li a{
    margin-top:20px;
    margin-bottom:20px;
}
.nycpnrright ul li {
    margin-top:20px;
    width: 32%;
    box-shadow: 1px 1px 5px rgba(0,0,0,.1);
    margin-bottom:20px;
}
.nycpnrright ul {
    display: flex;
    justify-content: space-between;    
    flex-wrap: wrap;
}
.nycpnrright ul::after{
    width: 32%;
    height: 0;
    content: "";
}
.nycptu img{
    width: 100%;
}
.nycpwen h2{
    font-size:18px;
    color:#231815;
    margin-bottom:18px;
}
.nycpwen p{
    font-size:14px;
    color:rgba(35,24,21,.6);
    line-height: 21px;
    margin-bottom:36px;
}
.nycpwen{
    padding:27px 21px;
}
.nycpnrleft ul li.hover>a{
    background: #FFEA00 url(../images/cpmore2.jpg) no-repeat 92% center;
    color:#2D3235;
    border-bottom:3px solid #D1BD00;
}
.nycpnrleft ul li:hover>a{
    background: #FFEA00 url(../images/cpmore2.jpg) no-repeat 92% center;
    color:#2D3235;
    border-bottom:3px solid #D1BD00;
    transition: .5s;
}
.cptu1 img{
    width: 100%;
}
.nyzsnrrightbt{
    font-size:30px;
    font-weight: bold;
    color:#2D3235;
    padding-bottom:15px;
    border-bottom:1px solid #2D3235;
    margin-bottom:15px;
}
.nyzsnrright{
    width: 80%;
}
.nyzsnrright h2{
    font-size:24px;
    margin-bottom:31px;
}
.nyzsnrright section{
    font-size:16px;
    line-height: 24px;
    text-indent: 2em;
}
.bqbt{
    background:#E41D25;
    color:white;
    font-size:17px;
    text-align: center;
    padding:12px 0;
}
.nyzsnrrightlbjt{
    background:url(../images/nyzsnrrightlbjt.png) no-repeat ;
    background-size:cover;
    height: 280px;
}
.nyzsnrrightlbjt:nth-child(even){
    background:url(../images/nyzsnrrightlbjt2.png) no-repeat ;
    background-size:cover;
    height: 280px;
}
.mianxianggangweibt h2{
    font-size:24px;
    color:#231815;
    border-bottom:3px solid #E41D25;
    display: inline-block;
    padding-bottom:10px;
    margin: 0;
}
.mianxianggangweibt{
    border-bottom:3px solid #231815;
    height: 39px;
    margin-top:58px;
}
.mianxianggangweibig{
    display:flex;
    justify-content: space-between;
}
.mianxianggangwei{
    width: 48%;
}
.mianxianggangweilbbt{
    background:#E41D25;
    text-align: center;
    padding:9px 0 13px;
    margin-top:50px;
    color:white;
}
.red{
    color:#E41D25;
    font-size:17px;
    padding:22px 0;
}
.mianxianggangweilb ul li{
    padding: 0 20px;
    background:url(../images/nyzsnrrightlbjt.png) no-repeat;
    background-size:100%;
    height: 280px;
}
.mianxianggangweilb ul li:nth-child(even){
    padding: 0 20px;
    padding-top:55px;
    background: url(../images/nyzsnrrightlbjt2.png) no-repeat;
    background-size: 100%;
    height: 347px;
    transform: translate(0px, -55px);
}
.mianxianggangweilb ul li:nth-child(3){
    padding: 0 20px;
    padding-top:55px;
    background: url(../images/nyzsnrrightlbjt3.png) no-repeat;
    background-size: 100%;
    height: 347px;
    transform: translate(0px, -125px);
}
.mianxianggangweilb ul li p{
    font-size:15px;
    line-height: 25px;
}
.dengji{
    font-size:15px;
    line-height: 25px;
    margin-top:23px;
}
.syyx{
    margin: 0;
    margin-bottom:65px;
}
.syyxbbig ul{
    display: flex;
    justify-content: space-between;
}
.syyxbbig ul li{
    width: 33.3%;
    border-radius: 8px;
    border:1px solid #d0121b;
    background-size:100%;
    padding:0 30px 40px 24px;
    position:relative;
}

.syyxbt{
    padding:50px 0 26px;
    font-size:17px;
    color:#d0121b;
    font-weight: bold;
    border-bottom:1px solid #E5E5E6;
}
.syyxbbig ul li section{
    padding-top:53px;
    text-indent: 0;
    font-size:15px;
    line-height: 25px;
}
.syyxbbig ul li:after{
    content: '';

display: inline-block;

width: 0;

height: 0;

border: 12px solid transparent;

border-left: 12px solid white;

position: absolute;

top: 20%;

left: -3px;
}
.syyxbbig ul li::before{
    content: '';

display: inline-block;

width: 0;

height: 0;

border: 12px solid transparent;

border-left: 12px solid #d0121b;

position: absolute;

top: 20%;

left: 0px;
}
.syyxbbig ul li:first-child:after{
    content: '';

display: inline-block;

width: 0;

height: 0;

border: 20px solid transparent;

border-left: 20px solid transparent;

position: absolute;

top: 20%;

left: -2px;
}
.syyxbbig ul li:first-child:before{
    content: '';

display: inline-block;

width: 0;

height: 0;

border: 20px solid transparent;

border-left: 20px solid transparent;

position: absolute;

top: 20%;

left: 0px;
}
.nyzl{
    padding:45px 0;
    background:#f7f8f8;
}
.lxwm{
    padding:45px 0;

    background:#f7f8f8 url(../images/lxwmbg.jpg) no-repeat;
    background-size:100%;
}
.zlxz ul li a{
    display: flex;
    justify-content: space-between;
    padding:38px 51px 39px 42px;
    background:white;
    color:#332C2B;
}
.yangbenbt{
    display: flex;
}
.xiazai{
    display: flex;
}
.ybtitle{
    display: flex;
    margin-left:50px;
    margin-right: 22px;
    align-items: center;
}
.ybtitle img{
    width: 10px;
    height: 10px;
    margin-right:13px;
}
.ybdx{
    align-items: center;
    display: flex;
}
.xiazai img{
    width: 23px;
    height: 23px;
    margin-right: 10px;
}
.zlxz{
    padding-top:50px;
}
.zlxz ul li{
    margin-bottom:23px;
}
.zlxz ul li a:hover{
    background:#FFEA00;
    color:#332C2B;
    transition: .5s;
}
.lxwmnr{
    margin-top:73px;
}
.lxwmnr section{
    position:relative;
    padding-bottom:70px;
    border-bottom:1px solid rgba(0,0,0,.3);
    font-size:18px;
    line-height: 49px;
    margin-bottom:25px;
}
.lxwmnr section a{
    color:#333;
    transition: .5s;
}
.lxwmnr section a:hover{
    color:#D0121B;
    transition: .5s;
}
.lxwmnr img{
    position:absolute;
    right:0%;
    bottom:60px;
}
.lxwmleft h2{
    font-size:25px;
    padding-bottom:23px;
    border-bottom:1px solid rgba(0,0,0,.3);
    margin-bottom:60px;
}
.lxwmleft{
    width: 50%;
    padding-right: 50px;
}
.lxwmright{
    width: 50%;
    padding-left: 60px;
}
.lxwmnr{
    display: flex;
    justify-content: space-between;
}
.lxwmright .col-md-12{
    padding: 0;
    margin-bottom:20px;
}
.lxwmright .col-md-12 input{
    background: transparent;
    border-radius: 0;
}
.lxwmright .col-md-12 textarea{
    background: transparent;
    border-radius: 0;
}
.lxwmright h2{
    margin-bottom:23px;
    font-size: 25px;
}
.btn{
    background: #D0121B;
    width: 100%;
    padding: 27px 25px;
    text-align: left;
    transition: .5s;
    border:none;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    align-items: center;
}
.btn:hover{
    background: #FFEA00;
    color:black;
    transition: .5s;
    border:none;
}
.btn img{
    position:relative;
    right: auto;
    bottom: auto;
    width: 61px;
}
.btn img:nth-child(2){
    display: none;
}
.btn:hover img:nth-child(2){
    display:block;
}

.btn:hover img:first-child{
    display:none;
}
label{
    max-width: initial;
}
.BMap_Marker {
    background:url(../images/mark_bs.png) no-repeat !important;
    background-size:100% !important;
}
.BMap_shadow img{
    display: none;
}
.BMap_bubble_title{
    color:#D0121B;
    font-size:18px;
}
.page_list a{

    display: block;

    font-size: 1.6rem;

    font-family: Avenir-Regular;

    color: #666;

    line-height: 38px;

    padding: 0px 15px;

    margin: 0px 4px;

    transition: .3s;
    text-decoration: none;

}
.page_list a:hover{

    color:#008c91;

}
.page_list a.on{
    background:#ffea00;

}
.page_list {
    display: flex;
    justify-content: center;
    clear:both;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top:20px;
}
.page li{

	float:left;

}
.page li a{

	color:black;

}

.pager a:hover{

	display:block;

	background:#ce440a;

	

}
.page_info{
	text-align:center;
}
.liebiaow-aa {
	width:16%;
	height:78px;
	line-height:78px;
	text-align:center;
	float:left;
	border-right:1px solid #ebebeb;
}
.liebiao-bb {
	width:21%;
	float:right;
}
.liebiaow-bb a {
	color:#919191;
}
.liebiao {
	height:auto;
	overflow:hidden;
	margin-top:20px;
}
.liebiaow {
	height:auto;
	overflow:hidden;
	margin-top:20px;
}
.liebiao-aa {
	width:77%;
	line-height:30px;
	color:#666666;
	float:left;
}
.fanhui {
	width:142px;
	height:43px;
	margin-top:6px;
	float:right;
}
.shangy {
	height:auto;
	border-bottom:1px dotted #ececec;
}
.bmtt {
	height:auto;
	overflow:hidden;
	margin-top:24px;
}
.shangy a {
	overflow:hidden;
	line-height:32px;
	color:#666666;
}
.xiay a {
	overflow:hidden;
	line-height:32px;
	color:#666666;
}
.fanhui a {
	display:block;
	width:142px;
	height:43px;
	line-height:43px;
	color:#000;
	background-color:#ffea00;
	font-size:14px;
	text-align:center;
	border-radius:20px;
	text-decoration:none;
    transition: .5s;
}
.fanhui a:hover {
	color:#FFFFFF;
	background-color:#e70509;
    transition: .5s;
}
.yangbentu svg{
    width: 33px;
    height: 33px;
    display: none;
}

.pdcon-ct {
	display:flex;
	flex-wrap:wrap;
}
.pdcon-ct>span {
	display:block;
	color:#fff;
	background:#2e4b98;
	padding:8px 30px;
	font-size:1.4rem;
	font-weight:600;
}
.pdcon {
	border-top:3px #2e4b98 solid;
	padding:20px 0px;
	font-size:1.4rem;
	color:rgba(0,0,0,.6);
	width:100%;
}
.picshade {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.91;
	filter:alpha(opacity=91);
	z-index:99;
	display:none;
}
.pictures_eyes_close {
	position:fixed;
	top:30px;
	right:30px;
	display:inline-block;
	width:26px;
	height:26px;
	background:url(../images/close.png) no-repeat;
	z-index:100;
	display:none;
}
.pictures_eyes {
	position:fixed;
	width:100%;
	left:0;
	top:0;
	z-index:199;
	display:none;
}
.pictures_eyes_in {
	position:relative;
	text-align:center;
}
.pictures_eyes_in img {
	max-height:700px;
}
.pictures_eyes_in section p {
	color:#fff;
	padding:15px 0px;
}
.pictures_eyes_in .prev,.pictures_eyes_in .next {
	position:absolute;
	top:50%;
	width:51px;
	height:51px;
	cursor:pointer;
}
.pictures_eyes_in .prev {
	left:35px;
	background:url(../images/Tleft.png) no-repeat;
}
.pictures_eyes_in .next {
	right:35px;
	background:url(../images/Tright.png) no-repeat;
}
.pictures_eyes_indicators {
	position:fixed;
	left:0;
	bottom:15px;
	width:100%;
	text-align:center;
	z-index:299;
}
.pictures_eyes_indicators a {
	display:inline-block;
	width:50px;
	height:50px;
	margin:6px 3px 0 3px;
	border:1px solid #ddd;
	border-radius:10px;
	box-shadow:0 0 2px #000;
	filter:alpha(opacity=50);
	opacity:0.5;
	overflow:hidden;
}
.pictures_eyes_indicators img {
	height:50px;
}
.pictures_eyes_indicators .current {
	filter:alpha(opacity=100);
	opacity:1;
}
.search-alert {
	position:absolute;
	width:100%;
	top:100%;
	height: 81px;
	left:0;
	display:none;
	padding:10px 60px 0;
	background:#ffea00;

    z-index: 11;
}
.search-alert form {
	border-bottom:1px solid rgba(0,0,0,.5);
	width:30%;
	float:right;
	display:flex;
	margin:0 -15px;
	justify-content:space-between;
}
.like span:nth-child(2) {
	width:25px;
	display:block;
}
.search-alert form input {
	width:80%;
	background:transparent;
	border:none;
	color:black;
}
.search-alert form button {
	width:15%;
	height:42px;
	border:0;
	background:url(../images/fdj.png) right no-repeat;
	transition:.3s;
}
.yc{
    display: none ;
}
.yd{
    display: block; 
}
.xiazaibg{
    background:#F7F8F8;
}
.dibutop ul li a{
    color:#333;
}
.dibumid ul li a:hover{
    color:#d0121b;
}
.dibutop ul li a:hover{
    color:#d0121b;
}
.nyzbbig{
    display: flex;
    justify-content: space-between;
}
.nyzbleft{
    width:48%;
}
.nyzbright{
    width: 48%; 
}
.nyzbright h2{
    font-size: 24px;
    font-weight: bold;
    color: #2D3235;
    padding-bottom: 15px;
    border-bottom: 1px solid #2D3235;
    margin-bottom: 20px;
}
.nyzbright section{
    text-indent: 2em;
    line-height: 175%;
}
.nyzbdibu{
    margin-top:50px;
}
.nylbbig{
    display: flex;
    justify-content: space-between;
    margin-bottom:20px;
}
.nydbleft{
    width: 48%;
    text-align: center;
}
.nydbleft h2{
    font-size:20px;
    font-weight: bold;
    color: #2D3235;
    padding-bottom: 15px;
    border-bottom: 1px solid #2D3235;
    margin-bottom: 20px;
}
.nydbleft ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.nydbleft ul li{
    width: 48%;
    text-align: center;
    background:#f2f3f4;
    margin:0 0 10px;
}
.nydbright ul li{
    width: 48%;
    background:#f2f3f4;
    margin:0 0 10px;
}
.nydbright ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.nydbright {
    width: 48%;
    text-align: center;

}
.nydbright h2{
    font-size:20px;
    font-weight: bold;
    color: #2D3235;
    padding-bottom: 15px;
    border-bottom: 1px solid #2D3235;
    margin-bottom: 20px;
}
.nycpnrleft li dl dd section a {
    display: none;
    white-space: nowrap;
    color: #555;
    font-family: MaisonNeue-Book;
    line-height: 30px;
    padding: 0px 50px;
    background: #2d3235 url(../images/cpmore1.png) no-repeat 5% center !important;
    background-size: auto 9px;
    background-position: 20px center;
    color:white;
}
.nycpnrleft li dl dd.hover>a {
    display: block;
    background: #2d3235 url(../images/cpmore3.jpg) no-repeat 5% center !important;
}
.nycpnrleft ul li dl dd.hover section a{
    display: block;
}
.nycpnrleft ul li dl dd.hover section a.hover{
    display: block;
    background: #2d3235 url(../images/cpmore3.jpg) no-repeat 5% center !important;
}


@media(max-width:1768px){
    .top {
        padding: 10px 35px 0;
    }
        .menu ul li {
        padding: 0 30px;
    }
}
@media(max-width:1680px){
    .top {
        padding: 10px 35px 0;
    }
        .menu ul li {
        padding: 0 20px;
    }
}
@media(max-width:1600px){
    .top {
        padding: 10px 35px 0;
    }
    .menu ul li {
        padding: 0 20px;
    }
}
@media(max-width:1440px){
    .menu ul li {
        padding: 0 16px;
    }
    .syflwen {
        position: absolute;
        left: 5%;
        top: 6%;
        width: 90%;
    }
}
@media(max-width:1400px){
    .menu ul li {
        padding: 0 13px;
    }
    .syflwen {
        position: absolute;
        left: 5%;
        top: 6%;
        width: 90%;
    }
}
@media(max-width:1366px){
        .top {
        padding: 10px 0px 0;
    }
    .dibutop ul {
        width: 60%;
    }
    .nycpnrleft {
        width: 20%;
    }
    .nycpnrright {
        width: 76%;
    }
    .nyxwnrright {
        width: 76%;
    }
    .mianxianggangweilb ul li {
        height: 230px;
    }
    .mianxianggangweilb ul li:nth-child(even) {
        height: 295px;
    }
    .mianxianggangweilb ul li:nth-child(3) {
        padding-top: 30px;
        height: 263px;
    }
}
@media(max-width:1280px){
    .top {
        padding: 10px 5px 0;
    }
    .menu ul li {
        padding: 0 8px;
    }
    .menu ul li a{
        font-size:14px;
    }
}
@media(max-width:1176px){
.menu ul li {
    padding: 0 4px;
}
}
@media(max-width:1024px){
    
    .gongju a {
        margin-left: 15px;
        cursor: pointer;
    }
    .menu ul li a {
        font-size: 14px;
    }
    .menu ul li {
        padding: 0 2px;
    }
    .dibutop ul {
        width: 70%;
    }
    .dibumid ul {
        display: flex;
        align-items: center;
        width: 60%;
        justify-content: space-between;
    }
    .nyxwwen p{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .nygynrright {
        width: 72%;
    }
    .nycpnrleft {
        width: 22%;
    }
    .nyxwnrright {
        width: 74%;
    }
    .nygynrleft {
        width: 22%;
    }
    .nyzsnrright{
        width: 74%;
    }
}
@media(max-width:992px){
    .yc{
        display: block ;
    }
    .yd{
        display: none; 
    }
    .nav-logo{
        width: 25px;
        display:block;
    }
    .menu{

		position:fixed;

		width:70%;

		height:100%;

		right:-100%;

		top:0;

		z-index:9999;

		background:#fff;

		transition:.3s;

	}

	.menuu{

		right:0;

	}

	.menu i{

		display:block;

		height:42px;

		padding:0px 15px;

		background:rgba(0,0,0,.08);

		font-weight:bold;

		line-height:42px;

		color:#000;

	}

	.menu ul{

		flex-wrap:wrap;

	}

	.menu ul li{

		width:100%;

		padding: 0px 0px;

	}

	.menu ul li a{

		line-height: 42px;

		font-size: 1.4rem;

		padding: 0px 15px;
        display: block;
		color:#333;

		border-bottom:1px rgba(0,0,0,.15) solid;

		background:url(../images/mujt.png) right 15px center no-repeat;

		background-size:auto 15px;

	}
    .nav-logo i {

        display: block;

        padding: 2px 0px;

    }
    .top{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .nav-logo i:after {
        content: "";
        display: block;
        height: 2px;
        background: #000;

    }
    .heise {

        position: fixed;

        display: none;

        width: 100%;

        height: 100%;

        top: 0;

        left: 0;

        z-index: 998;

        background: rgba(0,0,0,.7) url(../images/guanbi.png) 11% center no-repeat;

        background-size: auto 40px;

    }
    .logo img{
        height: 50px;
    }
    .xiangxia{
        width: 50px;
    }
    #banner .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }
    .syfllb{
        width: 100%;
        margin-bottom:20px;
    }
    .syflbig{
        flex-wrap: wrap;
        width: 100%;
    }
    .syfl {
        padding: 20px 15px;
    }
    .sytg {
        padding: 20px 15px;
    }
    .sytg h2 {
        font-size: 20px;
        line-height: 150%;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .sytg p {
        color: white;
        font-size: 14px;
        line-height: 200%;
        text-align: center;
    }
    .shuju {
        margin-top: 20px;
        background: #FFEA00;
        padding: 20px 0;
    }
    .shuju ul{
        flex-wrap: wrap;
    }
    .shuju ul li {
        width: 100%
    }
    .syxw {
        padding: 20px 15px;
    }
    .syxw h2 {
        font-size: 24px;
    }
    .syxw h3 {
        margin-bottom: 20px;
    }
    .syxw ul li {
        width: 100%;
        margin-bottom:20px;
    }
    .syxw ul{
        flex-wrap: wrap;
    }
    .sykh{
        flex-wrap: wrap;
    }
    .sykh a {
        width: 100%;
        position: relative;
        margin-bottom:20px;
    }
    .sykhwen h2 {
        font-size: 24px;
        color: white;
        margin-bottom: 21px;
    }
    .dibutop ul {
        display: none;
    }
    footer {
        padding: 20px 15px;
        background: #e9f0f6;
    }
    .dibumid ul{
        display: none;
    }
    .dibubottom span{
        width: 100%;
    }
    .dibubottom {
        flex-wrap: wrap;
    }
    .nygybibg {
        flex-wrap: wrap;
    }
    .nygy{
        padding: 20px 15px;
    }
    .nygyleft{
        margin-bottom:20px;
    }
    .nygynrbig{
        flex-wrap: wrap;
    }
    .nygynrleft {
        width: 100%;
        margin-bottom:20px;
    }
    .nygynrleft ul li{
        width: 50%;
    }
    .nygynrleft ul{
        display: flex;
        flex-wrap: wrap;
    }
    .nygynrleft ul li a {
        padding-left: 0;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nygyliuyan{
        display: none;
    }
    .nygynrright{
        width: 100%;
    }
    .nygynrright ul{
        flex-wrap: wrap;
    }
    .nygynrright ul li{
        width: 100%;
        margin-bottom:20px;
    }
    .nygynrright section {
        margin-top: 27px;
        font-size: 14px;
        line-height: 28px;
        text-indent: 2em;
        margin-bottom: 27px;
    }
    .qywh {
        margin-top: 27px;
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 27px;
    }
    .nycpnrleft {
        width: 100%;
    }
    .nycpnrright {
        width: 100%;
    }
    .nycpnrleft ul li  dl dd{
        width: 100%;
    }
    .nycpnrleft ul li  dl{
        display: flex;
        flex-wrap: wrap;
    }
    .nycpnrleft ul li  dl {
        display: none;
    }
    .nycpnrleft ul li.hover dl{
        color: white;
        display: block;
    }
    .nycpnrright ul li {
        margin-top: 20px;
        width: 100%;
        box-shadow: 1px 1px 5px rgba(0,0,0,.1);
        margin-bottom: 20px;
    }
    .inewsct {
        padding: 10px;
    }
    .liebiao-aa {
        width: 100%;
    }
    .nyxwnrright {
        width: 100%;
    }
    .nyxwtu {
        margin-left: 0;
        width: 100%;
    }
    .nyxwwen {
        width: 100%;
    }
    .nyxwnrright ul li a {
        flex-wrap: wrap;
    }
    .nyxwwen p {
        margin: 20px 0;
    }
    .nyxwwen {
        padding: 0;
        margin: 20px 0;
    }
    .nyxwnrright ul li:hover {
        background:transparent;
        transition: .5s;
    }
    .nyzsnrright {
        width: 100%;
    }
    .mianxianggangwei {
        width: 100%;
    }
    .mianxianggangweibig {
        flex-wrap: wrap;
    }
    .mianxianggangweilb ul li p {
        font-size: 14px;
        line-height: 175%;
    }
    .red {
        color: #E41D25;
        font-size: 15px;
        padding: 11px 0;
    }
    .mianxianggangweilb ul li p {
        font-size: 12px;
        line-height: 175%;
    }
    .mianxianggangweilb ul li {
        height: 190px;
    }
    .mianxianggangweilb ul li:nth-child(even) {
        height: 245px;
        transform: translate(0px, -55px);
        padding-top:30px;
    }
    .mianxianggangweilb ul li:nth-child(3) {
        padding-top: 30px;
        height: 203px;
    }
    .mianxianggangweilb ul{
        height: 469px;
    }
    .mianxianggangweilb:last-child ul{
        height: 569px;
    }
    .syyxbbig ul li {
        width: 100%;
        margin-bottom:20px;
    }
    .syyxbbig ul {
        flex-wrap: wrap;
    }
    .syyxbbig ul li {
        width: 100%;
        border-radius: 8px;
        border: 1px solid #d0121b;
        background-size: 100%;
        padding: 0 20px 20px 20px;
        position: relative;
    }
    .syyxbbig ul li section {
        padding-top: 20px;
    }
    .syyxbbig ul li:after{
        display: none;
    }
    .syyxbbig ul li::before {
        display: none;
    }
    .zzry ul li {
        box-shadow: 1px 1px 5px rgba(0,0,0,.2);
        width: 100%;
        border: 1px solid rgba(0,0,0,.2);
        margin-bottom: 20px;
    }

    .fuwu{
        display: none;
    }
    .zlxz ul li a {
        padding: 20px 10px 20px 10px;
        align-items: center;
    }
    .xiazai {
        display: flex;
        width: 30%;
    }
    .lxwmleft {
        width: 100%;
        padding-right: 0;
    }
    .lxwmright {
        width: 100%;
        padding-left: 0;
    }
    .lxwmnr{
        flex-wrap: wrap;
    }
    .lxwmleft h2 {
        font-size: 25px;
        padding-bottom: 23px;
        border-bottom: 1px solid rgba(0,0,0,.3);
        margin-bottom: 20px;
    }
    .lxwmnr section {
        position: relative;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0,0,0,.3);
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 25px;
    }
    .lxwmnr {
        margin-top: 20px;
    }
    .shuju span{
        font-size:24px;
    }
    .shuju ul li h3 {
        font-size: 14px;
    }
    .shuju ul li sup {
        color: #332C2B;
        font-size: 14px;
        top: -1em;
        font-weight: bold;
        left: 0em;
    }
    .shuju ul li {
        width: 50%;
        margin-bottom:30px;
        border-right:0;
    }
    .shuju{
        padding: 5px 0;
    }
    .syflwen h2 {
        font-size: 42px;
        color: white;
        margin-bottom: 10px;
    }
    .syflwen img{
        display: none;
    }
    .nycpnrleft ul{
        margin-bottom:20px;
    }
    .nyzbbig{
        flex-wrap: wrap;
    }
    .nyzbleft {
        width: 100%;
    }
    .nyzbright {
        width: 100%;
    }
    .nydbleft {
        width: 100%;
        text-align: center;
        margin-bottom:10px;
    }
    .nydbright {
        width: 100%;
        text-align: center;
        margin-bottom:10px;
    }
    .nylbbig {
        flex-wrap: wrap;
    }
    .b-height {

		height: 50px;

	}

    .fygnav {

		padding: 0px;

		height: 50px;

		background-color: #009ca3;

	}

	.fygnav ul {

		list-style-type: none;

		width: 100%;

		margin: 0px;

		padding: 0px;

	}

	.fygnav li {

		width: 100%;

		text-align: center;

		float: left;

        margin: 0;

	}

	.fygnav li a {

		display: block;

		color: #FFFFFF;

		background-color: #c50007;

		height: 50px;

		line-height: 50px;

	}
}
