.first {
    width: 100%;
    height: 900px;
    background-color: slategray;
}

.header {
    width: 100%;
    height: 8%;
    background-color: #fff;
}

.logo {
    width: 484;
    height: 54;
    float: left;
    margin: 12px 0px 9px 210px;
}

.logo>img {
    max-width: 85%;
    max-height: 85%;
}

.seek {
    /* margin-top: 15px; */
    padding-top: 19px;
    margin-left: 1310px;
    /* float: left; */
}

.seek>input {
    font-size: 1em;
    height: 1.7em;
    border-radius: 5px;
    border: 1px solid #c8cccf;
    color: #6a6f77;
    outline: 0px;
}

/* .navigationbar {
    width: 100%;
    height: 7%;
    background-color: #653931;
    display: flex;
    align-items: center;
    text-align: center;
}

.navigationbar-ul {
    list-style-type: none;
    margin: auto;
    text-align: center;
    display: inline-block;
}

.navigationbar-ul>li {
    color: #fff;
    display: inline;
    padding: 12px;
}

.navigationbar-ul>li>a:link,
.navigationbar-ul>li>a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    width: 50px;
    text-align: center;
    padding: 15px;
}

.navigationbar-ul>li>a:active,
.navigationbar-ul>li>a:hover {
    margin: 0;
    height: 100%;
    color: #653931;
    background-color: #fff;
} */

.banner>img {
    width: 100%;
    height: 100%;
}

.about {
    width: 100%;
    /* height: 900px; */
    padding-TOP: 80px;
    position: relative;
}

.about_title {
    width: 100%;
    padding-top: 50px;
}

.about_title_MainTitle {
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}

.about_title_SubTitle {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #653931;
}

.about_content {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about_content>a {
    margin-left: 60px;
}

.about_picture {
    width: 55%;
    /* height: 782px; */
    float: left;
    text-align: center;
    margin-top: 50px;
}

.about_picture>img {
    width: 95%;
    /* width: 667px; */
    /* height: 414px; */
}

.about_message {
    width: 39.5%;
    margin-top: 100px;
    /* height: 782px; */
    float: right;
}

.message_MainTitle {
    width: 100%;
    font-size: 24px;
    text-align: right;
}

.company_SubTitle {
    width: 100%;
    font-size: 24px;
    text-align: right;
    margin-top: 5px;
}

.message_ing {
    width: 100%;
    text-align: right;
    margin-top: 5px;
}

.message_text {
    width: 100%;
    font-size: 18px;
    margin-top: 15px;
    line-height: 30px;
}

.message_more {
    width: 86px;
    border: 2px solid #653931;
    border-radius: 5px;
    float: right;
    padding: 8px 15px;
    margin-top: 30px;
}

.message_more>a {
    text-decoration: none;
    font-size: 18px;
    color: #653931;
    font-weight: bold;
}


/* 新闻模块样式10.18 */

.news {
    width: 1550px;
    height: 100%;
    display: inline-block;
    /* background-color: lightcoral; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.news_left {
    box-sizing: border-box;
    width: 45%;
    /* height: 700px; */
    /* background-color: maroon; */
    /* margin-left: 150px;
    margin-top: 80px; */
    /* float: left; */
    padding-right: 76px;
    border-right: #f4f4f4 2px solid;
    transform: translateX(-40%);
    opacity: 0;
    transition: all .8s;
}

.news_right {
    box-sizing: border-box;
    position: relative;
    width: 45%;
    /* height: 700px; */
    /* background-color: mediumorchid; */
    /* float: left; */
    /* margin: 40px 0; */
    /* margin-top: 80px;  */
    padding-left: 70px;
    /* padding-top: 20px; */
    transform: translateX(40%);
    opacity: 0;
    transition: all .8s;
}

/* .lianxiwomen_title1 {
    width: 100%;
    height: 45px;
    font-size: 32px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.lianxiwomen_title_english1 {
    width: 100%;
    height: 45px;
    font-size: 24px;
    font-weight: bold;
    color: #653931;
    text-align: center;
}

.lianxiwomen_kk1 {
    width: 100%;
    height: 8px;
}

.lianxiwomen_kk_kk1 {
    width: 50px;
    height: 35%;
    margin: 0 auto;
    background-color: #653931;
} */

.news_left_pucture {
    box-sizing: border-box;
    width: 100%;
    height: 197px;
    /* background-color: khaki; */
    /* margin: 30px 76px; */
    /* padding-top: 30px; */
    /* padding-right: 76px; */
    position: relative;
}

.news_left_pucture a>p {
    width: 100%;
    font-size: 35px;
    padding: 25px 25px;
    position: absolute;
    bottom: 0;
    color: #ffffff;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}


/* .swiper-slide {
    width: 648px;
    height: 356px;
    background-color: khaki;
    margin: 30px 76px;
    position: relative;
}

.swiper-slide a>p {
    font-size: 35px;
    padding: 20px 25px;
    position: absolute;
    bottom: 0;
    color: #ffffff;
    font-weight: bold;
} */


/* 新闻模块轮播图 */

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
}

.swiper-pagination-bullet-active {
    background: #653931;
}



/* .swiper-container1 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    background-color: #f1f1f1;
}


#banner .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-container1 .swiper-slide a {
    display: block;
    height: 345px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-container1 img {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
} */


/* 新闻模块轮播图样式结束 */




.news_left_messages {
    width: 100%;
    height: 197px;
    /* padding-top: 50px; */
    background-color: #ffffff;
}

.news_left_messages_title {
    position: relative;
    width: 100%;
    height: 50px;
    border-bottom: #f4f4f4 2px solid;
}

.news_left_messages_title>span {
    width: 0;
    height: 2px;
    background-color: #d6001d;
    transition: all .5s;
    position: absolute;
    bottom: -2px;
}

.news_left_messages_title:hover>span {
    width: 100%;
    transition: all .5s;
}

.news_left_messages_title>p {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
}

.news_left_messages_title>a {
    float: right;
}

.news_left_messages_ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 5px;
    font-family: "宋体";
}

.news_left_messages_ul>li {
    padding: 6px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.news_left_messages_ul>li>i {
    font-size: 20px;
}

.news_left_messages_ul>li>a {
    font-size: 18px;
    color: #333333;
    text-decoration: none;
    display: block;
    width: 100%;
    /* 超出隐藏 */
    overflow: hidden;
    /* 英语单词折行 */
    word-break: keep-all;
    /* 不能折行 */
    white-space: nowrap;
    /* ... */
    text-overflow: ellipsis;
    padding-right: 30px;
}

.link_to_page {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
}

.link_to_page>em {
    display: block;
    width: 82%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: normal;
    font-size: 18px
}

.news_left_messages_ul>li>a>span {
    margin-left: 50px;
    font-size: 16px;
    color: #b8b8b8;
}

.news_left_messages_ul>li>a:hover em,
.news_left_messages_ul>li>a:hover span {
    /* font-size: 18px; */
    color: #653931;
}

.news_right_qiye {
    width: 100%;
    height: 30%;
    /* padding: 5px 50px; */
    /* padding: 5px 0 5px 50px; */
    box-sizing: border-box;
}

.news_right_yaoxun {
    width: 100%;
    height: 30%;
    /* padding: 0 50px; */
    /* background-color: salmon; */
    /* padding: 5px 0 5px 50px; */
    box-sizing: border-box;
}

.news_right_gonggao {
    width: 100%;
    height: 30%;
    /* padding: 5px 50px; */
    /* padding: 5px 0 5px 50px; */
    box-sizing: border-box;
    /* background-color: seashell; */
}


/* 新闻模块样式结束10.18 */


/* 党建三个模块样式 */

.partypolicy {
    width: 75%;
    height: 670px;
    /* background-color: aquamarine; */
    margin: auto;
}

.partypolicy_title {
    width: 97%;
    height: 150px;
    /* background-color: aquamarine; */
}

.partypolicy_title_zhongwen {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    padding-top: 50px;
}

.partypolicy_title_english {
    font-size: 24px;
    color: #653931;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 5px;
    float: left;
}

.partypolicy_title_more {
    width: 100px;
    height: 40px;
    background-color: #cacaca;
    float: right;
    border-radius: 7px;
    text-align: center;
}

.partypolicy_title_more>a {
    float: left;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    margin: 10px 10px;
}

.partypolicy_messages {
    width: 100%;
    height: 520px;
    /* background-color: burlywood; */
}

.partypolicy_messages_one {
    width: 300px;
    height: 370px;
    float: left;
    /* background-color: #c7c2c2; */
    /* background-color: #0085cd; */
    margin: 62px 0px 0px 45px;
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;
    background: #fff;
}

.partypolicy_messages_one_title {
    width: 85%;
    height: 75px;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    padding-top: 30px;
    border-bottom: 2px #f4f4f4 solid;
}

.partypolicy_messages_one_title>p {
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.partypolicy_messages_one_message {
    width: 85%;
    height: 150px;
    font-size: 16px;
    padding-top: 20px;
    margin: 0 auto;
    text-indent: 2em;
    /* 超出隐藏 */
    overflow: hidden;
    /* ... */
    text-overflow: ellipsis;
    color: #655a5a;
}

.partypolicy_messages_one_more {
    width: 75px;
    height: 25px;
    text-align: center;
    border-radius: 5px;
    border: #653931 2px solid;
    margin: 0 25px;
    color: #653931;
}


/* .partypolicy_size {
  width: 80%;
  height: 80%;
  background-color: blue;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
} */


/* .partypolicy_box {
  margin: 55px 28px 55px 28px;
  height: 610px;
  width: 30%;
}

.partypolicy_box_maintitle {
  width: 100%;
  font-size: 30px;
  padding-top: 10px;
  font-weight: bold;
}

.partypolicy_box_subtitle {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #653931;
}

.partypolicy_box_picture {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.partypolicy_box_picture>img {
  width: 100%;
}

.partypolicy_box_ul_size {
  width: 100%;
}

.partypolicy_box_ul {
  box-sizing: border-box;
  padding: 0;
}

.partypolicy_box_ul>li {
  width: 100%;
  list-style-type: none;

}

.partypolicy_box_ul>li>a {
  display: block;
  width: 100%;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 2px solid #eee;

}

.partypolicy_box_ul>li>img {
  width: 90%;

}

.partypolicy_box_more {
  width: 25%;
  height: 35px;
  border: #653931 solid 2px;
  text-align: center;
  display: table;
  border-radius: 5px;
  margin: 20px 300px;
}

.partypolicy_box_more>a {
  text-decoration: none;
  margin: auto;
  display: table-cell;
  vertical-align: middle;
  color: #653931;
  font-weight: bold;
} */


/* footer样式 */


/* .footer {
    width: 100%;
    height: 230px;
    background-color: #653931;
}

.footer>img {
    width: 95%;
}

.footer_enterprise {
    width: 80%;
    height: 100%;
    margin: auto;
    display: flex;
}

.footer_enterprise_navigationbar {
    width: 80%;
    height: 20%;
    display: flex;
    align-items: center;
    text-align: center;
    margin: auto;
}

.footer_enterprise_navigationbar_ul {
    list-style-type: none;
    margin: auto;
    text-align: center;
    display: inline-block;
}

.footer_enterprise_navigationbar_ul>li {
    color: #fff;
    display: inline;
    padding: 10px;
}

.footer_enterprise_navigationbar_ul>li>a:link,
.footer_enterprise_navigationbar_ul>li>a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    width: 50px;
    text-align: center;
     padding: 0px; 


}
*/


/* .navigationbar-ul>li>a:active,
.navigationbar-ul>li>a:hover {
  margin: 0;
  height: 100%;
  color: #653931;
  background-color: #fff;


} */


/* .footer_enterprise_message {
    width: 50%;
    height: 60%;
    float: left;
    margin-top: 60px;
}

.footer_enterprise_message>p {
    font-size: 15px;
    font-family: 思源黑体;
    color: #fff;
    line-height: 30px;
}

.footer_enterprise_weixin {
    width: 50%;
    height: 60%;
    float: left;
    text-align: center;
}

.footer_enterprise_weixin1 {
    float: left;
    margin-top: 60px;
    margin-left: 180px;
}

.footer_enterprise_weixin2 {
    float: left;
    margin-top: 60px;
    margin-left: 30px;
}

.footer_links {
    width: 100%;
    height: 70px;
    background-color: #653931;
}

.footer_enterprise_weixin1>p {
    color: #fff;
}

.footer_enterprise_weixin2>p {
    color: #fff;
}

.footer_links_name {
    width: 140px;
    height: 50px;
    float: left;
    margin-top: 10px;
    margin-left: 220px;
} */


/* .footer_links_name>span {
  color: #fff;
  font-size: 18px;
  font-family: 宋体;
  font-weight: bold;
  margin-top: 15px;
} */


/* .footer_links_name>p {
    color: #fff;
    font-size: 18px;
    font-family: 宋体;
    font-weight: bold;
    margin-top: 15px;
}

.footer_links_linkname {
    height: 50px;
    float: left;
    margin-top: 10px;
}

.footer_links_linkname_ul {
    padding-top: 15px;
    list-style-type: none;
    margin: auto;
    text-align: center;
    display: inline-block;
}

.footer_links_linkname_ul>li {
    color: #fff;
    display: inline;
    padding: 12px;
    font-size: 16px;
}

.footer_links_linkname_ul>li>a:link,
.footer_links_linkname_ul>li>a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    width: 50px;
    text-align: center;
    padding: 15px;
} */


/* 业务领域模块 */

.yewulingyu {
    max-width: 1920px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #777;
    background-image: url(../images/bj.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

.yewulingyu_title {
    width: 100%;
    /* height: 150px; */
    /* background-color: #cf1322; */
    margin-top: 30px;
    padding-top: 50px;
    display: inline-block;
}

.lianxiwomen_title {
    width: 100%;
    height: 45px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.lianxiwomen_title_english {
    width: 100%;
    height: 45px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.lianxiwomen_kk {
    width: 100%;
    height: 8px;
}

.lianxiwomen_kk_kk {
    width: 50px;
    height: 35%;
    /* text-align: center; */
    margin: 0 auto;
    background-color: #fff;
}

.yewulingyu_lingyu {
    width: 100%;
    min-height: 600px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    /* background-color: aqua; */
    /* border: 2px #000 solid; */
}


/* .yewulingyu_lingyu_mokuai {
  width: 1200px;
  height: 600px;
  background-color: #777;
  margin: auto;
  padding: 20px;

} */

.yewulingyu_lingyu1 {
    /* width: 300px; */
    width: 325px;
    height: 500px;
    /* float: left; */
    background-color: transparent;
    /* margin: 0px 0px 65px 240px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(-7%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /* margin-bottom: 180px; */
    transition: all .5s;
}

.yewulingyu_lingyu1>a {
    text-decoration: none;
    display: block;
    width: 100%;
    overflow: hidden;
}

.yewulingyu_lingyu1:hover {
    /* background-color: #fff; */
    background-color: rgba(255, 255, 255, 1);
    transition: all 0.2s;
}

.yewulingyu_lingyu1:hover>a>.yewulingyu_lingyu1_title {
    color: #653931;
    border-bottom: #f4f4f4 2px solid;
    transition: all 0.5s;
}

.yewulingyu_lingyu1:hover>a>.yewulingyu_lingyu1_wen {
    height: 225px;
    opacity: 1;
    transition: all 0.5s;
}

.yewulingyu_lingyu1:hover>a>.yewulingyu_lingyu1_tu>img {
    transform: rotate(360deg);
    transition: all 0.5s;
}

.yewulingyu_lingyu1_tu {
    width: 80%;
    height: 150px;
    text-align: center;
    margin: 0 auto;
}

.yewulingyu_lingyu1_tu>img {
    width: 108px;
    margin-top: 20px;
    transform: rotate(0);
    transition: all 0.3s;
}

.yewulingyu_lingyu1_title {
    /* background-color: #653931; */
    width: 80%;
    height: 50px;
    font-size: 24px;
    font-weight: 900;
    /* color: #653929; */
    color: #fff;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    transition: all 0.3s;
    /* border-bottom: #f4f4f4 2px solid; */
}

.yewulingyu_lingyu1_wen {
    width: 80%;
    height: 0;
    /* background-color: #653931; */
    margin: 10px auto;
    opacity: 0;
    transition: all 0.3s;
    overflow: hidden;
    /* display: none; */
}

.yewulingyu_lingyu1_wen>p {
    width: 100%;
    font-family: "思源黑体";
    font-size: 16px;
    line-height: 26px;
    text-indent: 2em;
    color: #653931;
    text-align: justify;
}

.yewulingyu_tubiao {
    width: 300px;
    height: 560px;
}

.yewulingyu_tubiao_tu {
    width: 200px;
    height: 200px;
}

.yewulingyu_tubiao_tu>img {
    width: 50%;
}

.yewulingyu_tubiao_title {
    width: 200px;
    height: 50px;
}

.shili {
    width: 100%;
    height: 900px;
}

.shili>img {
    width: 90%;
    margin: 20px 150px;
}

.shili2 {
    width: 100%;
    height: 900px;
}

.shili2>img {
    /* width: 100%; */
    /* margin: 20px 150px; */
}

.flexLeft {
    transform: translateX(0%) !important;
    opacity: 1;
    transition: all .8s;
}

.flexRight {
    transform: translateX(0%) !important;
    opacity: 1;
    transition: all .8s;
}

.move1 {
    left: -60% !important;
    transition: all .5s;
}

.move2 {
    right: -60% !important;
    transition: all .5s;
}

.flexBottom {
    transform: translateY(0%) !important;
    opacity: 1;
    transition: all .8s;
}

.select> :nth-child(1) {
    display: none;
}

.select> :nth-child(2) {
    display: block;
}

.noselect> :nth-child(1) {
    display: block;
}

.noselect> :nth-child(2) {
    display: none;
}

.notshow {
    display: none !important;
}

.table_item {
    flex-shrink: 0;
    width: 100%;
}

/* 飘窗 */
.piaochuang {
    position: fixed;
    right: 0;
    bottom: 0;
    /* transition: all 1s ease; */
}

.piaochuang_img {
    width: auto;
    height: auto;
}

.piaochuang_close {
    position: absolute;
    top: 5px;
    right: 0;
}