:root {
    --color1: #BB2229 !important;
    /* 主背景色 */
    --color2: #800909 !important;
    /* 底部背景色 */
}

.gray {undefined

    -webkit-filter: grayscale(100%);
    
    -moz-filter: grayscale(100%);
    
    -ms-filter: grayscale(100%);
    
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
    
    filter: gray;
    
}

* {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

body {
    position: relative;
}

a {
    text-decoration: none !important;
    color: #666666;
}

/*新加中英文切换*/
.language{
    width: 80px;
    height: 40px;
}

.language_box{
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}
.language_display{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.language_img{
    width: 20px;
    height: 20px;
    background-image: url(../images/globe_w@2x.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    transition:all .35s;
}
.language_text{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}
.language_arrow{
    width: 18px;
    height: 18px;
    background-image: url(../images/chevron-down_w@2x.png);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    transition:all .35s;
}

.language_box:hover .language_option{
    height: 70px;
    transition: all .35s;
}
.language_option{
    transition: all .35s; 
    position: absolute;
    top: 40px;
    left: 0;
    width: 90px;
    height: 0px;
    overflow: hidden;
    background-color: #fff;
    cursor: pointer;
    z-index: 1006;
}
.language_option a{
    display: block;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
    color: #333333;
    line-height: 1;
}
.language_option a:hover{
    color: var(--color1) !important;
}

.headertop {
    height: 40px;
    background: var(--color1);
    line-height: 40px;
    position: relative;
    /*z-index: 10;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

.headertopcontet {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.xigc {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.xigc>img {
    width: 14px;
    height: 15px;
    margin-right: 5px;
}

.xigc>img:first-of-type {
    height: 16px
}

.xigc>span {
    margin-right: 19px;
}

.xisosuo {
    display: flex;
    align-items: center;
    line-height: 40px;
}

.xisosuo>form {}

.xisosuo input {
    color: #FFFFFF;
    width: 121px;
    padding: 0 10px;
    height: 20px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    outline: none;
    background-color: var(--color1);
}

.xisosuo button {
    background-color: var(--color1);
    border: none;
    height: 20px;
    position: relative;
    top: 2px;
    margin: 0 54px 0 8px;
    cursor: pointer;
}

.xisosuo>a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}

.xisosuo>a>img {
    margin-right: 9px;
    height: 20px;
}

.xisosuo>.yinglianfangs:last-of-type {
    margin-left: 41px;
}

.yinglianfangs {
    position: relative;
}

.yinglianfangs::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #F5A720;
    position: absolute;
    bottom: 0;@
    left: 0;
}

.navbox {
    border-bottom: 2px solid #86040A;
    position: relative;
    z-index: 10;
    background: #FFFFFF;
}

.navbox1200 {
    width: 1200px;
    margin: 0 auto;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navgd {
    display: flex;
    align-items: center;
}

.navgd>a {
    display: flex;
    align-items: center;
}

.navgd>a:first-of-type {
    margin-right: 10px;
}

.navgd>a:first-of-type>img {
    width: 152px;
    height: 43px;
    margin-right: 6px;
}

.navgd>a:first-of-type p {
    font-size: 26px;
    font-weight: 500;
    color: #333333;
}

.navgd>a:first-of-type span {
    font-size: 12px;
    font-weight: 500;
    color: #333333;
    position: relative;
    top: -4px;
}
.navgd>a:last-of-type{
    width: 158px;
}
.navgd>a:last-of-type>img {
    width: 40px;
    margin-right: 10px;
    height: 40px;
}

.navgd>a:last-of-type p {
    font-size: 16px;
    font-weight: 500;
    color: var(--color1);
}

.navgd>a:last-of-type span {
    font-size: 12px;
    font-weight: 500;
    color: var(--color1);
    position: relative;
    top: -2px;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav>div>a,nav>a {
    /*padding-left:14px;*/
    /*box-sizing: border-box;*/
    /*font-size: 13px;*/
    /*font-weight: 400;*/
    /*color: #222222;*/
    
    
    margin-left: 14px;
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    display: flex;
    line-height: 22px;
    text-align: center;
    height: 45px;
    align-items: center;
}

.navactive {
    position: relative;
    color: var(--color1) !important;
}

.navactive::after {
    content: "";
    width: 4px;
    height: 4px;
    background: var(--color1);
    border-radius: 50%;
    position: absolute;
    /*top: 32px;*/
    top: 50px;
    left: 50%;
    transform: translate(0, -50%);
}

.footer {
    background: var(--color2);
    padding: 27px 0 20px;
    position: relative;
    z-index: 10;
}

.footerbah {
    position: relative;
    z-index: 10;
    background: var(--color2);
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    border-top: 1px solid #FBFBFB;
}

.footerbah>img {
    position: relative;
    top: 4px;
}

.footerbah>a:first-of-type {
    display: none;
}

.footerbah>a {
    margin-left: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.fanhuitop {
    cursor: pointer;
    position: fixed;
    bottom: 7vh;
    right: 34px;
    text-align: center;
    width: 45px;
    height: 45px;
    background: var(--color1);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    z-index: 1000;
}

.footercontent {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    /* justify-content: space-between; */
}

.footererwema {
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    color: #FFFFFF;
    padding-right: 16px;
    padding-left: 0px;
}

.footererwema>p {
    margin: 36px 0 28px;
}

.footererwema>img {
    width: 118px;
    height: 118px;
}

.footercontent>div {
    min-height: 275px;
    /* border-right: 1px solid #FBFBFB; */
}

.daohang {
    width: 230px;
    padding: 0 20px;
}

.daohang>p {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 10px;
    margin-top: 23px;
}

.daohang>a, .daohang>div {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 5px;
}

.touzizijia {
    width: 270px;
    padding: 0 15px;
}

.footlaixn {
    width: 640px;
    padding: 0 15px;
    border: none !important;
}

.xiangguanglianjie {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    width: 370px;
    height: 28px;
    line-height: 28px;
    /*background: #FFFFFF;*/
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    /*color: #666666;*/
    color: #FFFFFF;
}

.footlaixn>div {
    display: flex;
    align-items: center;
}

.footlaixn>a img {
    width: 15px;
    height: 8px;
}

.tanchuallianjie {
    line-height: 28px;
    border-radius: 4px;
    width: 370px;
    padding: 0 10px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 30px;
    left: -0px;
}

.tanchuallianjie {
    display: none;
}

.textbj {
    position: absolute;
    bottom: 535px;
    right: 0;
    width: 174px;
}

.bajinlog {
    width: 470px;
    position: absolute;
    bottom: 250px;
    left: 0;
}

.yenavimg {
    position: relative;
    z-index: 9;
}

.yenavimg>img {
    width: 100%;
}

.dqydh {
    position: absolute;
    z-index: 16;
    width: 680px;
    height: 86px;
    padding: 50px 95px 57px;
    background: rgb(255, 255, 255,0.5);
    right: 0;
    bottom: 0;
}

.dqydhtext {
    position: relative;
}

/* .dqydhtext {
   
} */
.dqydhtext::after {
    content: "";
    position: absolute;
    left: -20px;
    top: 12px;
    width: 2px;
    height: 92px;
    background: #037633;
}

.dqydhtext>p:first-of-type {
    font-size: 46px;
    font-weight: bold;
    color: #037633;
    opacity: 1;
}

.dqydhtext>p:last-of-type {
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
    color: #037633;
    opacity: 0.8;
}

.ymnr {
    width: 1200px;
    margin: 21px auto 39px;
    position: relative;
    z-index: 16;
}

.mian {
    display: flex;
    align-items: center;
    margin-bottom: 21px;
}

.mian img {
    margin-right: 9px;
}

.mian>a {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin: 0 5px 0 5px;
}


.lxfs {
    display: flex;
    justify-content: space-between;
}

.lxfsleft {
    width: 270px;
    /* border: 1px solid red; */
}

.lxfsright {
    width: 870px;
    position: relative;
}
.lxfsright>div:first-of-type{
    line-height: 2em !important;
}


.xuanzhuan180 {
    transform: rotate(180deg);
    transition: all 0.3s;
}

.lefttitlexw {
    width: 270px;
    height: 46px;
    display: flex;
    align-items: center;
    background: var(--color1);
    ;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
}

.lefttitlexw>img {
    margin: 0 10px;
}

.lefttitlexw>span {
    position: absolute;
    right: 4px;
    bottom: -2px;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    color: #F7F7F7;
    opacity: 0.2;
}

.leftitems {
    margin-bottom: 20px;
    border-bottom: 4px solid var(--color1);
    ;
}

.leftitems>a {
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    border-top: 1px solid #DEDEDE;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.leftitems>a>span {
    margin: 0 10px 0 25px;
}

.activels {
    color: var(--color1) !important;
}

.guanyulubei>div {
    width: 244px;
    margin: 0 auto;
    position: relative;
    text-align: justify;
}

.guanyulubei>div>img {
    width: 100%;
    margin: 9px 0 0px;
}

.guanyulubei {
    padding-bottom: 13px;
}

.xix {
    position: absolute;
    bottom: 3px;
    right: 4px;
    height: 20px;
}

.xix>a {
    font-size: 14px;
    font-weight: 400;
    color: var(--color1);
    ;
}

.xwitem {
    display: flex;
    justify-content: space-between;
    padding-bottom: 23px;
    margin-bottom: 23px;
    border-bottom: 1px solid #F2F2F2;
}


.xwitem>div:first-of-type {
    width: 310px;
    height: 180px;
    cursor: pointer;
    overflow: hidden;

}

.xwitem>div:first-of-type>img {
    transition: all 0.3s;
}

.xwitem>div:first-of-type:hover>img {
    transform: scale(1.1);
    transition: all 0.3s;
}

.xwitem img {
    width: 100%;
    height: 100%;
}

.xwitemtitel>p:first-of-type {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin: 15px 0 19px;
}

.seomiaoshu {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 19px;
    text-indent: 2em;
    text-align: justify;
}

.xwitemtitel {
    width: 580px;
    display: block;
}

.xinwenleif {
    width: 910px;
    position: relative;
    padding-bottom: 50px;
}

.xwshijian {
    display: flex;
    justify-content: space-between;
    margin-top: 19px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.xwshijian>span {
    font-size: 14px;
    font-weight: 400;
    color: var(--color1);
}

/* 分页样式 */
.yema {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 0;
   
}
.newyema{
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 0;
    position: absolute;
    bottom: 200px;
    width: 100%;
}

.yema li {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #EBEAEA;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}

.yema li a {
    text-align: center;
    line-height: 30px;
    display: block;
    width: 100%;
    height: 100%;
    color: #999999;
    font-size: 14px;
}

.yema li .current {
    background: var(--color2);
    color: #fff;
    border: 1px solid var(--color2);
}

.xiangiqgntitle {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-bottom: 10px;
}

.xiangqingdfabushijian {
    text-align: center;
    margin-bottom: 31px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.hyitem, .hyitem>p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.hyitem>p:first-of-type {
    width: 80%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hyitem {
    padding-bottom: 0;
    margin-bottom: 18px;
    border: none;
}

.c1 {
    display: none;
}

.activels>span>.c1 {
    display: inline-block;
}

.activels>span>.c2 {
    display: none;
}

.cjzs {
    display: block;
    position: relative;
    width: 240px;
    height: 160px;
    overflow: hidden;
    margin: 0 auto 11px;
}
.tzzbhitem{
    margin-bottom: 19px;
}


.guanyulubei>div>a:first-of-type {
    margin-top: 20px;
}

.guanyulubei>div>a:last-of-type {
    margin-bottom: 0;
}
.xixgfs{
    margin-bottom: 18px;
}
.cjzs>img {
    width: 100%;
}

.cjzs>div {
    position: absolute;
    bottom: 0;
    width: 240px;
    height: 28px;
    background: #000000;
    opacity: 0.7;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 28px;
}

.shangxiyew {
    display: flex;
    width: 100%;
    justify-content: space-between;
    /* position: absolute; */
    bottom: 20px;
    margin-top: 10px;
}

.xqingerifhg {
    min-height: 968px;
    position: relative;
}

.shangxiyew a {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.xinxigongsleft>div {
    margin-bottom: 10px;
}

.xinxigongsleft>div:last-of-type {
    margin-bottom: 0
}

.xinxigongsleft span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.xinxigongsleft a {
    display: flex;
    justify-content: space-between;
}

.xinxigongsleft .sp1 {
    width: 65%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.xinxigongsleft .sp2 {
    width: 35%;
}

.gsrylist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.gsryitem {
    text-align: center;
    width:278px ;
}

.gsryitem>div {
    width: 278px;
    height: 175px;
    overflow: hidden;
    cursor: pointer;
}

.gsrylist::after {
    content: "";
    width: 278px;
}

.gsryitem>div>img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.gsryitem>div>img:hover {
    transform: scale(1.1);
    transition: all 0.3s;
}

.gsryitem>p {
    margin: 18px 0 25px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

.gstpitem>div {
    width: 280px;
    height: 270px;
}

.xqgstp {
    min-height: 742px;
}

.zp {
    width: 899px;
}

.zpitem {
    display: block;
    padding-bottom: 26px;
    margin-bottom: 28px;
    border-bottom: 1px solid #999999;
}

.btsj {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lbhg{
    color: #ffffff;
    font-size: 16px;
}
.btsj>p {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}

.btsj>span {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.neirongc {
    margin-top: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cpyczxg {
    min-height: 845px;
}

.cpyanqiuitem>div:first-of-type {
    width: 90px;
    margin-left: 29px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}

.cpyanqiuitem>div:last-of-type {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.cpyanqiuitem {
    margin-bottom: 20px;
    display: flex;
}

.pdfitem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.pdfitem>a {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    display: block;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    align-items: center;
}

.pdfitem>a>img {
    width: 16px;
    height: 16px;
    margin-right: 9px;
}

.pdfitem>span {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.pdflist {
    margin-bottom: 19px;
}

.qingsuer {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 24px;
}

.form-group>div {
    display: flex;
    align-items: center;
}

.form-group {
    margin-bottom: 20px;
}

.form-group>div>div:first-of-type {
    width: 150px;
    text-align: right;
    margin-right: 31px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.form-group input {
    width: 553px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 6px;
    outline: none;
    padding: 0 10px;
}

.form-group textarea {
    width: 553px;
    height: 102px;
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 6px;
    outline: none;
    padding: 10px 10px;
}

.form-group span {
    font-size: 16px;
    color: var(--color1);
}

.margin-bottom-0 {
    display: flex;
    justify-content: center;
}

.margin-bottom-0>input {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    width: 67px;
    height: 27px;
    background: var(--color1);
    text-align: center;
    border-radius: 8px;
    padding: 0;
}

.margin-bottom-0>input:first-of-type {
    background-color: #FFFFFF;
    color: var(--color1);
    border: 1px solid var(--color1);
    border-radius: 8px;
    margin-right: 45px;
}

.splist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.splist>a {
    display: block;
    width: 222px;
}

.splist>a>div {
    width: 222px;
    height: 298px;
    overflow: hidden;
}

.splist::after {
    content: "";
    width: 222px;
}

.splist>a>div>img {
    transition: all 0.3s;
}

.splist>a>div>img:hover {
    transform: scale(1.1);
    transition: all 0.3s;
}

.splist>a>p {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    color: #333333;
    margin: 10px 0 21px;
    line-height: 20px;
}

.cpxq {
    display: flex;
    justify-content: center;
    margin-bottom: 72px;
}

.cpxq>div:first-of-type {
    margin-right: 46px;
}
.cpxq>div:first-of-type>img{
    width: 222px;
    height: 298px;
}
.cpxq>div:last-of-type {
    width: 580px;
}

.cpxq>div:last-of-type>p {
    font-size: 18px;
    font-weight: 400;
    color: var(--color1);
    margin: 7px 0 14px;
}

.cpsxy {
    display: flex;
    justify-content: space-between;

}

.cpsxy a {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.swipt {
    width: 100%;
    overflow: hidden;
}

.swipt img {
    width: 100%;
    transform: scale(1.5) !important;
    transition: all 2s !important;
}
.swlio{
    width: 100%;
    overflow: hidden;
}

.fixd1 {
    height: 55vh;
    /* width: 5.2%; */
    position: fixed;
    z-index: 100;
    left: 2vw;
    top: 28vh;
}

.fixd1>img:last-of-type, .fixd2>img:last-of-type {
    /* width: 100%; */
    height: 100%;
    position: relative;
    z-index: 200;
}

.fixd2 {
    height: 55vh;
    /* width: 5.2%; */
    position: fixed;
    z-index: 100;
    right: 2vw;
    top: 28vh;
}

.xl {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 201;
    text-align: center;
    line-height: 23px;
    width: 23px;
    height: 23px;
    background: #000000;
    opacity: 0.5;
    cursor: pointer;
}

#syxfg {
    z-index: 1000;
    width: 480px;
    height: auto;
    cursor: pointer;
}

.xinwzx {
    min-height: 20vh;
    background-image: url(../images/xwzxbj.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 104px 0 96px;
}

.xinwzxcontent {
    width: 1200px;
    margin: 0 auto;
}

.xwzbv {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.xwzbv1>p:first-of-type {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.xwzbv1>p:last-of-type {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
}

.xwzbv2 {
    width: 722px;
    height: 60px;
    line-height: 60px;
    padding: 0 49px;
    background: #FFFFFF;
    border-radius: 5px;
}

.xwzbv2>span {
    display: inline-block;
    height: 57px;
    margin-right: 54px;
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
}

.sapnactive {
    font-size: 20px;
    font-weight: 400;
    color:  var(--color1) !important;
    border-bottom: 3px solid var(--color1);
}

.clsxianshi {
    display: block !important;
}

.cls>a {
    width: 360px;
    height: 260px;
    display: block;
    position: relative;
    overflow: hidden;
}

.cls>a>img {
    width: 360px;
    height: 260px;
}

.shijiaz {

    width: calc(100% - 20px);
    position: absolute;
    left: 0px;
    padding: 20px 10px;
    bottom: 0px;
    background: rgb(51, 51,51,0.3);
}

.shijiaz>span {
    font-size: 13px;
    font-weight: 900;
    /* color: #333333; */
    color: #ffffff;
    margin-bottom: 8px;
    /* -webkit-text-stroke: 0.2px #FFFFFF; */
}

.shijiaz>p {
    /* -webkit-text-stroke: 0.2px #FFFFFF; */
    font-size: 16px;
    font-weight: 900;
    color: #ffffff;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gdan {
    width: 360px;
    height: 60px;
    line-height: 60px;
    border: 1px solid var(--color1) ;
    border-radius: 5px 5px 5px 5px;
    margin: 0 auto;
}

.cklk {
    text-align: center;
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    color: var(--color1);
}

.cls1, .cls2, .cls3, .cls4 {
    display: none;
}

.cls {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.shijiazactive {
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #CCCCCC;
    opacity: 0.8;
}

.shijiazactive>span {
    display: block;
    margin: 51px 0 15px 32px;
    font-size: 13px;
    font-weight: bold;
    color: var(--color1);
    -webkit-text-stroke: 0px #FFFFFF;
}

.shijiazactive>p {
    width: 80%;
    margin: 0px 0 0px 32px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 24px;
    overflow: visible;
    white-space: inherit;
    -webkit-text-stroke: 0px #FFFFFF;
}

.fangkuaijiahao {
    display: none;
    width: 36px;
    height: 36px;
    background-color: var(--color1);
    color: #ffffff;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}

.shijiazactive .fangkuaijiahao {
    display: block;
    margin-left: 32px;
    position: absolute;
    bottom: 44px;
}

.tzzgx {
    width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    /*display: flex;*/
    justify-content: space-between;
    padding: 0px 0 62px;
}

.tzzgx>div {
    width: 50%;
    margin: 40px auto 0;
}

.tzzgx>div:first-of-type {
    text-align: center;
}

.tzzgxtz>p:first-of-type {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 9px;
    text-align: center;
}

.tzzgxtz>p:nth-of-type(2) {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.tzzgximg {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 50px 0 40px;
}

.tzzgximg>a {
    width: 30%;
    text-align: center;
    display: block;
}

.tzzgximg>a>p {
    font-size:16px;
    font-weight: 400;
    color: #666666;
    margin-top: 12px;
}

.tzzgximg>a>img {
    width: 40px;
}

.tzz {
    width: 80%;
    margin: 0 auto;
}

.tzz>a {
    width: 50%;
}

.syabbj {
    background-image: url(../images/abbj.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 393px;
    padding-top: 87px;
}

.syabbj>p {
    text-align: center;
    margin: 0px 0 9px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}

.syabbj>div {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
}

.syabout {
    position: relative;
    padding-bottom: 367px;
}

.abqh {
    display: flex;
    justify-content: center;
    padding: 63px 0 60px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 68px;
    z-index: 10;
    width: 82%;
    margin: 0 auto;
    min-width: 1200px;
    background-color: rgb(255, 255, 255,0.7);
    box-shadow: 30px 20px 42px 7px rgba(112, 112, 112, 0.16);
    /* opacity: 0.8; */
    border-radius: 20px;
}

.abqhac {
    margin-right: 97px;
}

.abqhac>div {
    cursor: pointer;
    width: 284px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    margin-top: 20px;
}

.abqhzs {
    width: 788px;
    height: 407px;
    overflow: hidden;
    background: #ffffff;
}

.abqhzs>a {
    display: none;
    position: relative;
}

.abqhzs>a>div {
    background: #FFFFFF;
    opacity: 0.8;
    width: 692px;
    padding: 16px 48px 13px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.abqhzs img {
    width: 788px;
    height: 407px;
}

.abqhac>div>img {
    position: relative;
    top: 2px;
    margin-right: 20px;
}

.abpactive {
    border: 1px solid var(--color1);
    border-radius: 21px;
    font-size: 22px;
    font-weight: 400;
    color: var(--color1) !important;
}

.b {
    display: block !important;
    /* width: 100%;
    height: 100%;
    overflow-y: auto; */
}
.b2{
    width: calc(100% - 40px);
    height: 100%;
    overflow-y: auto;
    padding: 20px 20px 20px 20px;
}
.bans1 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 4px;
}

.bans2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 69px;
    position: relative;
}

.bans2::after {
    content: "";
    width: 6px;
    height: 6px;
    background: #333333;
    border-radius: 50%;
    position: absolute;
    top: 47px;
    left: 50%;
    transform: translate(-50%, 0);
}

.ban {
    background-image: url(../images/ry.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 87px;
    padding-bottom: 40px;
}

#certify {
    position: relative;
    width: 1200px;
    margin: 0 auto
}
.wai2{
    display: none;
}
#certify .swiper-container {
    padding-bottom: 60px;
}

#certify .swiper-slide {
    width: 300px;
    height: 205px;
    padding: 10px;
}
#certify .swiper-slide-active{

    background-image: url(../images/bhjs.png);
    border: none !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#certify .swiper-slide img {
    display: block;
    width: 320px;
    height: 100%;
}

#certify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    /* background-color: #fff; */
}

#certify .swiper-button-prev {
    left: 0px;
    width: 16px;
    height: 25px;
    background: url(../images/l.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}



#certify .swiper-button-next {
    right: 0px;
    width: 16px;
    height: 25px;
    background: url(../images/r.png) no-repeat;
    background-position: 0 0px;
    background-size: 100%;
}

.sycpzs {
    width: 1200px;
    margin: 0 auto;
    padding: 90px 0 40px;
    overflow: hidden;
    position: relative;
}
.b4{
    position: relative;
}
.b4>video{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #ffffff;
}
.wai {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.wai .swiper-slide {
    width: 18% !important;
    margin: 0 14px;
}

.wai img {
    width: 100%;
    height: 280px;
}

.fidetitle {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    padding-bottom: 30px;
    margin-top: 30px;
    /* border-bottom: 2px solid #333333; */
}

/* .swiper-slide-active .fidetitle {
    border-bottom: 2px solid var(--color3);
} */

/* .wai .swiper-slide-active img {
    border: 2px solid var(--color3);
} */

.swipprev {
    cursor: pointer;
    width: 23px;
    position: absolute;
    left: 17px;
   
}

.swipnext {
    cursor: pointer;
    width: 23px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.jshq {
    width: 600px;
    margin: 0 auto;
}

.jshqimg {
    text-align: center;
}

.sousuojieguo {
    width: 1200px;
    margin: 40px auto 0;
    min-height: 50vh;
    padding-bottom: 100px;
}

.sousuojieguobiaoti {
    padding-bottom: 19px;
    border-bottom: 1px dashed #999999;
    font-size: 20px;
    font-weight: bold;
    color: #333333;

}

.jianshe {
    margin-bottom: 40px
}

.jiannlist {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.jiannlist>a {
    display: block;
    width: 80%;
    overflow: hidden;
    /* 不换行 */
    white-space: nowrap;
    /* 超出文字变为。。。 */
    text-overflow: ellipsis;
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}

.jiannlist>div {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

.santiao {
    display: none;
}

.monav {
    display: none;
}

.xxwl {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 88px;
    margin-top: 76px;
    overflow: hidden;
}

.xxwl-right {
    width: 50%;
}

.xxwl-right .ul {
    display: flex;
    flex-wrap: wrap;
}

.xxwl-right .ul>.li {
    width: 280px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 5px 5px 68px 0px rgba(112, 112, 112, 0.14);
    border-radius: 12px;
    padding: 20px;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 21px;
}

.xxwl-right .ul>.li li {
    color: red;
    line-height: 36px;
}

.xxwl-right-title {
    font-size: 20px;
    margin-bottom: 7px;
}

.xxwl-right .ul>.li li p {
    color: #666666;
    font-size: 20px;

}

.xxwl-right .ul>.li:nth-child(2n) {
    margin-right: 0;
}

.xxwl-right .ul>.li:last-of-type {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
}

.xxwl-right .ul>.li .xxwl-right-content {
    padding-left: 21px;
}

.xxwl-left {
    width: 50%;
    position: relative;
}

.map_yy {
    width: 470px;
    height: 368px;
    position: absolute;
    left: 65px;
    top: 44px;
}

.disfle {
    display: flex;
}

.map1 {
    left: 90px;
    top: 39px;
}
table p,table span,table div{
    font-size: 16px !important;
}
.shandong {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 27px;
}
.pl1{
    display: none;
}
.abpactive>.pl1{
    display: inline-block;
}
.abpactive>.pl2{
    display: none;
}

nav>div{
    position: relative;
    z-index: 20;
}
.pcle {
    position: absolute;
    top:60px;
    /*width: 100%;*/
    width: 200px;
    left: 50%;
    transform: translate(-33%,0);
    background-color: #ffffff;
    z-index: 20;
    display: none;
    border: 1px solid #eeeeee;
}
nav{
    width: 72%;
    height: 100%;
    line-height: 80px;

}
.pcle>a{  
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pcle>a:hover{
    color: var(--color1) ;
}

.swipt .swiper-slide-active img{
    transform: scale(1) !important;
    transition: all 1.5s !important;
}

@media screen and (max-width:1100px) {
    .disfle {
        display: block;
    }
    .navbox>img{
        display: none;
    }

    .headertop {
        height: auto;
    }

    .headertopcontet {
        width: 100%;
        display: block;
    }

    .search {
        display: none;
    }

    .xisosuo {
        line-height: 40px;

        justify-content: space-around;
    }

    .xisosuo>a {
        font-size: 14px;
    }

    .xisosuo>a>img {
        height: 20px;
    }

    .xigc, nav, .fixd, .syxfg {
        display: none;
    }

    .navgd>a:first-of-type {
        margin-right: 10px;
    }

    .navgd>a:first-of-type p {
        font-size: 18px;
    }

    .navgd>a:first-of-type>img {
        width: 152px;
        height: 43px;
    }

    .navgd>a:last-of-type>img {
        width: 28px;
        height: 28px;
    }

    .navbox1200 {
        width: 100%;
        display: flex;
    }

    .navgd {
        width: 85%;
        margin: 0 auto;
        justify-content: space-between;
    }

    .santiao {
        display: block;
        width: 30px;
    }

    .footerbah {
        height: auto;
        font-size: 12px;
        line-height: 24px;
    }

    .footerbah>a {
        font-size: 12px;
    }

    .daohang {
        display: none;
    }

    .touzizijia {
        display: block;
    }

    .footercontent {
        width: 100%;
        overflow: hidden;
    }

    .footererwema {
        padding: 0 10px;
        font-size: 18px;
    }

    .footererwema>img {
        width: 100%;
        height: auto;
    }
    .daohang>a, .daohang>div{
        font-size: 14px;
    }

    .monav {
        width: 100%;
        position: absolute;
        z-index: 100;
        top: 115px;
        left: 0;
        background: #ffffff;
    }

    .monav>.moyiji>a {
        margin-left: 5%;
        display: block;
        width: 85%;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        padding: 5px 0;
        border-bottom: 1px solid #eeeeee;
    }

    .monav>.moerji a {
        margin-left: 10%;
        display: block;
        width: 85%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        padding: 5px 0;
    }

    .dqydh {
        position: static;
        padding: 10px 40px 10px;
    }

    .dqydhtext>p:first-of-type {
        font-size: 25px;
    }

    .dqydhtext>p:last-of-type {
        font-size: 20px;
    }

    .dqydhtext::after {
        content: "";
        position: absolute;
        left: -20px;
        top: 2px;
        width: 2px;
        height: 68px;
        background: #037633;
    }

    .lxfsleft {
        display: none;
    }

    .ymnr {
        width: 95%;
        margin: 0 auto 40px;
    }

    .zp {
        width: 100%;

    }

    .dqydh {
        width: 74%;
    }

    .fanhuitop {
        z-index: 200;
    }

    .xinwenleif {
        width: 95%;
        margin: 0 auto;
    }

    .xwitem>div:first-of-type {
        width: 100px;
        height: 80px;
    }

    .xwitemtitel {
        width: 70%;
    }
    .pdfitem>a{
        width: 100%;
    }
    .xwitemtitel>p:first-of-type {
        margin: 10px 0 10px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 16px;
    }

    .seomiaoshu {
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .xwshijian {
        margin-top: 5px;
    }

    .xwitem {
        align-items: center;
    }

    .navactive::after {
        width: 0;
    }

    .xisosuo>.yinglianfangs:last-of-type {
        margin-left: 0;
    }

    .xisosuo>a {
        white-space: nowrap;
    }

    .pdfitem>span {
        display: none;
    }

    .pdflist {
        overflow-x: auto;
        white-space: nowrap;
    }

    .pdfitem {
        width: 100%;

    }

    .hyitem>p:first-of-type {
        width: 60%;
    }

    .splist>a {
        width: 46%;
    }

    .splist>a>div {
        width: 100%;
        height: 219px;
    }

    .splist>a>div>img {
        width: 100%;
        height: 100%;
    }

    .cpxq {
        display: block;
    }

    .lxfsright {
        width: 100%;
    }

    .cpxq>div:last-of-type {
        width: 100%;
    }

    .cpxq>div:first-of-type {
        margin-right: 0;
        text-align: center;
    }

    .jshq {
        width: 95%;
        margin: 0 auto;
    }

    .jshq img {
        height: auto;
    }

    .gsryitem {
        width: 46%;

    }

    .gsryitem>div {
        width: 100%;
        height: 115px;
    }


    .margin-bottom-0>input {
        width: 100px;
    }

    .xinwzx {
        padding: 52px 0 49px;
    }

    .xinwzxcontent {
        width: 95%;
        margin: 0 auto;
    }

    .xwzbv {
        flex-wrap: wrap;
    }

    .xwzbv2 {
        width: 100%;
        padding: 0 10px;
    }

    .xwzbv2>span {
        margin-right: 4px;
        font-size: 14px;
    }

    .xwzbv1 {
        margin-bottom: 10px;
    }

    .cls {
        margin-bottom: 40px;
    }

    .xwzbv {
        margin-bottom: 40px;
    }

    .cls>a {
        width: 30%;
        height: 64px;
    }
    .cls>a::after{
        content: "";
        width: 100%;
        height: 100px;
        background: #333333;
        opacity: 0.4;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .cls>a>img {
        width: 100%;
        height: 64px;
    }

    .shijiaz {
        display: none;
    }

    .gdan {
        width: 30%;
        height: 40px;
        line-height: 40px;
    }

    .cklk {
        height: 40px;
        line-height: 40px;
    }

    .tzzgx {
        width: 95%;
        margin: 0 auto;
        display: block;
        padding: 40px 0 31px;
    }

    .tzzgx>div {
        width: 100%;
    }

    #certify {
        width: 95%;
    }

    #certify .swiper-slide {
        width: 160px;
        height: 80px;

    }

    #certify .swiper-container {
        padding-bottom: 23px;
    }

    .bans2 {
        font-size: 25px;
    }

    .bans1 {
        font-size: 16px;
    }

    #certify .swiper-slide img {
        width: 100%;
    }

    .ban {
        padding-top: 40px;
    }

    .xxwl {
        margin-top: 0;
        width: 100%;
    }

    .xxwl-left, .xxwl-right {
        width: 100%;
    }

    #main {
        width: 100% !important;
        height: 200px !important;
    }

    .xxwl-left>img {
        display: none;
    }

    .xxwl-right .ul>.li {
        margin-bottom: 10px;
        width: 300px;
        margin: 0 auto 10px;
    }

    .xxwl-right .ul>.li:nth-child(2n) {
        margin: 0 auto 10px;
    }

    .syabbj {
        height: auto;
        padding-top: 50px;
        padding-bottom: 49px;
    }

    .abqh {
        position: static;
        min-width: 0;
        display: block;
        width: 100%;
        transform: translate(0, 0);
        padding: 0;
    }

    .abqhzs {
        width: 100%;
    }

    .syabout {
        padding-bottom: 0;
    }

    .abqhac {
        display: none;
    }

    .abqhzs>a>div {
        padding: 5px;
        box-sizing: border-box;
        width: 100%;
        height:72px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .abqhzs img {
        width: 100%;
        height: auto;
    }

    .abqhzs {
        height: 214px;
    }

   
    .sycpzs {
        width: 95%;
    }

    .swipnext, .swipprev {
        display: none;
    }

    .wai {
        width: 100%;
    }

    .wai .swiper-slide {
        width: 154px !important;
    }

    .wai img {
        height: 200px;
    }

    .sycpzs {
        padding-bottom: 50px;
    }

    .tzzgx>div>img {
        width: 100% !important;
        height: auto !important;
    }

}