* {
    margin:  0;
    padding: 0;
    box-sizing: border-box;
}

.flex {
    display: flex;
}

.j-c {
    justify-content: center;
}

a {
    text-decoration: none;
    color: #fff;
}

.a-c {
    align-items: center;
}

.j-s {
    justify-content: space-between;
}

.m-a {
    margin: 0 auto;
}

.m-b {
    margin: 20px 0;
}

.l-s {
    list-style: none;
}

.main {
    width: 100%;
    height: 100%;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.container {
    width: 1200px;
}

.container .header {
    width: 100%;
    height: 310px;
    background: url(../../slh/img/header/1.jpg) no-repeat center center;
}

 

.container .header .headerInput {
    width: 680px;
    height: 50px;
    border-radius: 20px;
    background-color: #fff;
    top: 145px;
    left: 260px;
    line-height: 50px;
    overflow: hidden;
}

.container .header .headerInput input {
    border: none;
    outline: none;
    height: 100%;
    text-indent: 20px;
    margin-left: 20px;
    line-height: 50px;
    width: 540px;
    font-size: 24px;

}

.container .header .headerInput input::-webkit-input-placeholder {
    font-size: 24px;
}

.container .header .headerInput span {
    flex: 1;
    text-align: center;
    font-size: 24px;
    background-color: #3473b6;
    color: #fff;
}

.container .header .headerList {
    width: 100%;
    height: 80px;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.3);
}

.container .header .headerList ul {
    margin: 50px;
    width: 100%;
}

.container .header .headerList ul li {
    background-color: #3473b6;
    padding: 5px 20px;
    font-size: 24px;
    color: #fff;
    border-radius: 2px;
}

.container .titleImg {
	width: 100%;
	height: 100%;
	background-color: #e2f0ff;
     flex-direction: column;
	 justify-items: center; 
}
.container .titleImg  .titleImgToutiao{
	    margin-left: 120px;
    padding:20px 0;
}
 

.container .titleImg .titleImgToutiao .titleImgText {
	font-size: 48px;
	 margin-top: -10px;
	 font-weight: bold;
	 color: #3473b6;
	 width: 1000px;
}

.container .titleImg p {
padding-right: 57px;
  margin-left: 120px;
    padding-bottom: 20px;
}

.container>.swiper-container {
    width: 100%;
    height: 600px;
    margin-bottom: 20px;
    --swiper-theme-color: rgba(255, 255, 255, 0.2);
    --swiper-pagination-color: #fff;
    /* 涓ょ閮藉彲浠� */
}

.container>.swiper-container img {
    width: 100%;
    height: 100%;
}

.container>.swiper-container .swiper-button-prev,
.container>.swiper-container .swiper-button-next {
    --swiper-navigation-size: 0;
}

.container>.swiper-container .swiper-button-prev {
    width: 50px;
    height: 90px;
    background: url(./shuffling/swiper-left.png) no-repeat;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.container>.swiper-container .swiper-button-next {
    width: 50px;
    height: 90px;
    background: url(./shuffling/swiper-right.png) no-repeat;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    margin-left: 900px !important;
    width: 300px !important;
    bottom: 20px !important;
}

.swiper-pagination {
    z-index: 100 !important;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border-radius: 20px !important;
}

.container>.swiper-container .swiper-button-prev {
    right: 50px;
    bottom: 50px;
}

.container>.swiper-container .swiper-bottom {
    width: 100%;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    z-index: 99;
    color: #fff;
    font-size: 24px;
    line-height: 70px;
    padding-left: 50px;
}

.container .message .messageLeft,
.container .message .messageRight {
    width: 570px
}

.container .message .messageLeftTitle,
.container .message .messageRightTitle {
    width: 100%;
    height: 80px;
    background-color: #e4edf7;
}

.container .message .messageLeftTitle .leftMessage,
.container .message .messageRightTitle .rightMessage {
    width: 200px;
    height: 100%;
    background-color: #3473b6;
}

.container .message .messageLeftTitle .leftMessage a,
.container .message .messageRightTitle .rightMessage a {
    font-size: 32px;
}

.container .message .messageLeftTitle .leftMessageMore,
.container.message.messageRightTitle.rightMessageMore {

    margin-right: 20px;
}

.container .message .messageLeftTitle .leftMessageMore a,
.container .messageRight .rightMessageMore a {
    font-size: 18px;
    color: #666;
}

.container .messageLeft .messageLeftList,
.container .message .messageRightTitle {
    width: 100%;
}

.container .messageLeft .messageLeftList ul,
.container.message.messageRight.messageLeftList ul {

    margin-left: 20px;
}

.container .messageLeft .messageLeftList li,
.container .message .messageRightList li {
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
    line-height: 30px;
    height: 30px;
    margin: 30px 0 10px 30px;
}

.container .messageLeft .messageLeftList li div,
.container .messageRight .messageRightList li div {
    line-height: 30px;
    height: 30px;
    font-size: 28px;
}

.container .messageLeft .messageLeftList li::marker,
.container .messageRight .messageRightList li::marker {
    display: flex;
    color: #3473b6;
    font-size: 30px;
}

.container .messageLeftList .messageDate,
.container .messageRightList .messageDate {
    color: #777777;
}

.container .messagelogo {
    width: 100%;
    margin: 40px 0;
}

.container .messagelogo ul li {
    width: 190px;
    height: 190px;
    list-style: none;
    background-color: #e2f0ff;
    margin: 10px 0;
    text-align: center;
}

.container .messagelogo ul {
    flex-wrap: wrap;
}

.container .messagelogo ul li {
    margin-right: 20px;
}

.container .messagelogo ul li .img1 {
    margin-top: 20px;
}

.container .messagelogo ul li .span1 {
    display: block;
    margin-top: 10px;
    font-size: 32px;
    color: #3473b6;
}

.container .messagelogo ul li .span2 {
    display: block;
    margin-top: -10px;
    font-size: 31px;
    color: #3473b6;
}

.container .action {
    width: 100%;
    margin: 20px 0;
}

.container .action img {
    width: 100%;
    height: 150px;
}

.container .serve .serveHeaderText,
.container .special .specialHeaderText {
    font-size: 36px;
    color: #3473b6;
}

.container .serve .serveFooter ul {
    list-style: none;
    flex-wrap: wrap;
}

.container .serve .serveFooter ul li {
    width: 350px;
    height: 350px;
    text-align: center;
    margin-right: 30px;
    margin-top: 20px;
}

.container .serve .serveFooter ul li span {
    width: 100%;
}

.container .serve .serveFooter ul li span a {
    width: 250px;
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin: 0 auto;
}

.container .special {
    width: 100%;
    margin: 40px 0;
}

.container .special .swiper1 {
    width: 1060px;
    height: 169px;
    margin: 0 auto;
}

.container .special .swiper1 .swiper-wrapper1 {
    width: 1060px;
}

.container .special .swiper-container .swiper-button-next1,
.container .special .swiper-container .swiper-button-prev1 {
    --swiper-navigation-size: 0;
}

.main .footer {
    width: 100%;
    margin-top: 40px;
    background-color: #767676;
    padding: 40px 0;

}

.main .footer .footerContainer {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.main .footer .footerContainer .footerList1 {
    list-style: none;
    padding: 20px 0;
}

.main .footer .footerContainer .footerList2 {
    list-style: none;
}

.main .footer .footerContainer .footerList1 li,
.main .footer .footerContainer .footerList2 li {
    width: 260px;
    height: 50px;
    background-color: #fff;
}

.main .footer .footerContainer .footerList1 li a {
    color: #000;
    font-size: 24px;
    margin: 0 5px;
}

.main .footer .footerContainer .footerList2 li select {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 24px;
    text-align: center;
    appearance: none;
    -webkit-appearance: none;
    background: url(./action/footerSelet.png) no-repeat;
    background-position: 220px;
}

.main .footer .footerMessage {
    margin: 10px 0;
}

.main .footer .footerMessage .left img {
    margin-left: -25px;
}

.main .footer .footerMessage .middon {
    text-align: center;
    color: #fff;
}

.main .footer .footerMessage .middon img {
   width: auto !important;
    height: auto !important;
}

.main .footer .footerMessage .right img {
    margin-right: -15px;
}
.container .special  .fuwu{
    width: 1200px;
    height: 169px;
    margin: 0 auto;
}
.container .special .box{
    width: 1060px;
    height: 169px;
    overflow: hidden;
    margin: 0 auto;
}
.container .special .box .list{
    left: 0;
}
.container .special .box .list>div{
    margin-right: 30px;
}
.container .special .fuwu .buttonleft{
  width: 50px;
  height: 50px;
  background: url(./action/fuwuleft.png) no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.container .special .fuwu .buttonright{
  width: 50px;
  height: 50px;
  background: url(./action/fuwuright.png) no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bt{
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 440px;
}
  