body {
  padding-top: 121px;

  overflow-x: hidden;
}

.banner {
  height: auto;
}
.banner img {
  width: 100%;
  /* height: 409px; */
  /* object-fit: fill; */
}
.banner .slick-dots {
  right: 50%;
  bottom: 0;
}
.banner .slick-prev {
  background: url(../images/left-jt.png);
  left: 0;
  z-index: 9;
  width: 36px;
  height: 68px;
  left: 75px;
}
.ff a{color:#fff}
.banner .slick-prev:before {
  content: "";
}
.banner .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.banner .slick-dots li button {
  position: absolute;
  bottom: 0;
  width: 34px;
  height: 36px;
}
.banner .slick-dots li {
  margin: 0 36px;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/banner-dot.png) no-repeat;
}
.banner .slick-dots li button:before {
  content: "";
}
.banner .slick-dots li::after {
  content: "";
  display: inline-block;
  margin-left: 23px;
  margin-bottom: 7px;
  width: 0;
  height: 2px;
  background-color: #fff;
}
.banner .slick-dots .slick-active::after {
  width: 45px;
}
.banner .slick-next {
  right: 70px;
  width: 36px;
  height: 68px;
  background: url(../images/right-jt.png);
}
.banner .slick-next:before {
  content: "";
}

.pic {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.pic img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  transition: all 1s;
}
.pic img:hover {
  transform: scale(1.1);
}
/* section1 */
.main .section1 {
  background-color: #f4f2ed;
  padding-top: 10px;
  padding-bottom: 10px;
}
.main .section1 .more a {
  display: block;
}
.main .section1 .more .ac {
  font-size: 30px;
  /* line-height: 16px; */
  color: #333;
  vertical-align: middle;
  padding-left: 15px;
}
.main .section1 .more .much {
  /* text-align: right; */
  float: right;
  padding-top: 15px;
  font-size: 16px;
  line-height: 16px;
  color: #93080c;
}
.section1 .s1l {
  float: left;
  width: 40%;
}
.section1 .s1l .s1ll {
  float: left;
  width: 48.5%;
  /* margin-top: 26px; */
}
.section1 .s1l .s1lr {
  float: right;
  width: 48.5%;
  padding-left: 3%;
}
.section1 .s1l ul li {
  margin-top: 26px;
}
.section1 .s1l a {
  display: block;
}
.section1 .s1l a div:last-child {
  box-sizing: border-box;
  /* height: 130px; */
  border: 1px solid #d5d4d2;
  border-top: 0;
}
.section1 .s1l a .zi {
  padding: 20px 20px 18px 15px;
}
.section1 .s1l img {
  width: 100%;
}

.section1 .s1l em {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #93080c;
}
.section1 .s1l span {
  display: block;
  font-size: 18px;
  padding-top: 12px;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  color: #333;
}

.section1 .s1l ul li:hover span {
  color: #93080c;
}
.section1 .s1r {
  float: right;
  width: 56%;
  padding-left: 2.1%;
}
.section1 .s1r ul {
  padding-top: 3px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section1 .s1r ul li {
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #d1d0ce;
  width: 45%;
  padding-left: 10px;
  padding-right: 10px;
}
.section1 .s1r ul li a {
  display: block;
}
.section1 .s1r .date {
  float: left;
}
.section1 .s1r .date .day {
  width: 62px;
  height: 34px;
  background-color: #ffe5e6;
  font-size: 28px;
  text-align: center;
  line-height: 34px;
  color: #93080c;
}
.section1 .s1r .date .year {
  width: 62px;
  height: 28px;
  background-color: #93080c;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 28px;
}
.section1 .s1r ul li p {
  overflow: hidden;
  padding-left: 18px;
  font-size: 18px;
  line-height: 31px;
  color: #333;
  height: 62px;
}
.section1 .s1r ul li:hover .day {
  background-color: #93080c;
  color: #fff;
}
.section1 .s1r ul li:hover p {
  color: #93080c;
}
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
	width: 100%;
	height: auto;
}
 .slick-slider {
     position: relative;
     display: block;
     box-sizing: border-box;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     -webkit-touch-callout: none;
     -khtml-user-select: none;
     -ms-touch-action: pan-y;
     touch-action: pan-y;
     -webkit-tap-highlight-color: transparent;
 }
 
 .slick-list {
     position: relative;
     display: block;
     overflow: hidden;
     margin: 0;
     padding: 0;
 }
 
 .slick-list:focus {
     outline: none;
 }
 
 .slick-list.dragging {
     cursor: pointer;
     cursor: hand;
 }
 
 .slick-slider .slick-track,
 .slick-slider .slick-list {
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
 }
 
 .slick-track {
     position: relative;
     top: 0;
     left: 0;
     display: block;
 }
 
 .slick-track:before,
 .slick-track:after {
     display: table;
     content: '';
 }
 
 .slick-track:after {
     clear: both;
 }
 
 .slick-loading .slick-track {
     visibility: hidden;
 }
 
 .slick-slide {
     display: none;
     float: left;
     height: 100%;
     min-height: 1px;
 }
 
 [dir='rtl'] .slick-slide {
     float: right;
 }
 
 .slick-slide img {
     display: block;
 }
 
 .slick-slide.slick-loading img {
     display: none;
 }
 
 .slick-slide.dragging img {
     pointer-events: none;
 }
 
 .slick-initialized .slick-slide {
     display: block;
 }
 
 .slick-loading .slick-slide {
     visibility: hidden;
 }
 
 .slick-vertical .slick-slide {
     display: block;
     height: auto;
     border: 1px solid transparent;
 }
 
 .slick-arrow.slick-hidden {
     display: none;
 }
 
 /* Slider */

.slick-loading .slick-list {
    /*background: #fff url('./ajax-loader.gif') center center no-repeat;*/
}


/* Icons */

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('');
    src: url('') format(''), url('') format('woff'), url('') format('truetype'), url('') format('svg');
}


/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
}


/* .slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
} */

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}


/* .slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */

.slick-prev {
    left: 0;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: 'Ã¢â€ Â';
}

[dir='rtl'] .slick-prev:before {
    content: 'Ã¢â€ â€™';
}

.slick-next {
    right: 0;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 0;
}

.slick-next:before {
    content: 'Ã¢â€ â€™';
}

[dir='rtl'] .slick-next:before {
    content: 'Ã¢â€ Â';
}


/* Dots */

.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
/*Ã©Â¦â€“Ã©Â¡ÂµÃ¤Â¸Â»Ã¤Â½â€œ*/




.s1-l {
	width: 534px;
	
	
}

.s1-lk {

	height:355px;
}

.s1-l-l {
	width: 100%;
}

.s1-l-l ul li a {
	display: block;
	position: relative;
	transition: all 0.3s;
}

.s1-l-l ul li .pic {
	padding-top: 355px;
}
.s1-l-l ul li .pic {
	padding-top: 355px;
	position: relative;
	overflow: hidden;
}

.s1-l-l ul li .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}


.s1-l-l ul li .s1-linfo {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding:10px 0;
	filter:alpha(Opacity=70);opacity:.7;
	background:#111;
	z-index: 1;
}

.s1-l-l ul li .s1-linfo h3 {
	font-size: 18px;
	color: #fff;
	text-align:center;
	overflow: hidden;
	font-weight:400;

}

.s1-l-l .slick-dots {
	width: auto;
	bottom: 14.5px;
	font-size: 0;
	right: 10px;
}

.s1-l-l .slick-dots li {
	width: 7px;
	height: 7px;
	background:#eee;
	border-radius: 50%;
	margin: 0 2px;
}

.s1-l-l .slick-dots li.slick-active {
	background: #ff0000;
}

.s1-l-l .slick-dots li button {
	display: none;
}

.s1-l-r {
	overflow: hidden;
}

.s1-l-r ul li {
	position: relative;
	padding-left: 25px;
}

.s1-l-r ul li a {
	display: block;
	padding: 14.5px 0;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.34);
	transition: all 0.3s;
}

.s1-l-r ul li:first-child a {
	padding-top: 0;
}

.s1-l-r ul li:first-child:after {
	top: 8px;
}

.s1-l-r ul li::before {
	content: "";
	position: absolute;
	left: 6px;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(57, 162, 177, 0.27);
}

.s1-l-r ul li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 23px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #bdbdbd;
	border: 3px solid #fff;
	transition: all 0.3s;
}

.s1-l-r ul li:hover::after {
	background-color: #39a2b1;
}

.s1-l-r ul li a span {
	float: left;
	font-size: 16px;
	color: #0bacc3;
	margin-right: 15px;
	margin-top: 4px;
}

.s1-l-r ul li a h3 {
	font-size: 16px;
	overflow: hidden;
	line-height: 30px;
	max-height: 60px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}


/* section2 */
.section2 {
  padding-top: 62px;
  padding-bottom: 85px;
  background-color: #fff;
}
.main .section1 .more a {
  display: block;
}
.main .section2 .more .ac {
  font-size: 30px;
  /* line-height: 16px; */
  color: #333;
  vertical-align: middle;
  padding-left: 15px;
}
.main .section2 .more .much {
  /* text-align: right; */
  float: right;
  padding-top: 15px;
  font-size: 16px;
  line-height: 16px;
  color: #93080c;
}
.section2 .s2l {
  float: left;
  width: 58.9%;
}
.section2 .s2l .s2ll {
  float: left;
  width: 48.5%;
}
.section2 .s2l .s2lr {
  float: right;
  width: 48.5%;
  padding-left: 3%;
}
.section2 .s2l ul li a {
  display: block;
}
.section2 .s2l ul li {
  box-sizing: border-box;
  width: 100%;
  margin-top: 45px;
  border: 1px solid #b2b2b2;
  padding-left: 25px;
  padding-right: 15px;
}
.section2 .s2l ul li:hover {
  background-color: #93080c;
}
.section2 .s2l ul li:hover .context h4,
.section2 .s2l ul li:hover .context p {
  color: #fff;
}
.section2 .s2l ul li:hover .time {
  background-color: #ffe5e6;
}
.section2 .s2l li {
  position: relative;
}
.section2 .s2l .time {
  position: absolute;
  top: -20px;
  left: 18px;
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #fff;
  font-size: 16px;
  color: #93080c;
}
.section2 .s2l h4 {
  font-size: 18px;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  color: #333;
  padding-top: 25px;
  margin-bottom: 15px;
}
.section2 .s2l p {
  font-size: 14px;
  line-height: 23px;
  height: 46px;
  text-overflow: ellipsis;
  color: #808080;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.section2 .s2r {
  float: right;
  width: 39%;
  padding-left: 2.1%;
}
.section2 .s2r .top {
  position: relative;
  width: 100%;
  margin-top: 36px;
  margin-bottom: 23px;
}
.section2 .s2r .top img {
  width: 100%;
}
.section2 .s2r .top p {
  position: absolute;
  font-size: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.section2 .s2r .xia {
  width: 100%;
}
.section2 .s2r .xia ul li a {
  display: block;
  width: 100%;
  height: auto;
}
.section2 .s2r .xia .s2slick {
  float: left;
  width: 100%;
}
.xia .s2slick .slul li {
  float: left;
  width: 100%;
  margin-right: 3%;
}
.section2 .s2r .xia ul li:nth-child(4n) {
  margin-right: 0;
}

.xia .s2slick .slul li:first-child .i1 {
  display: block;
  background: url(../images/work1.png) center center no-repeat;
  width: 41px;
  height: 37px;
  background-size: contain;
  position: relative;
  padding-top: 30px;
  margin: 0 auto;
}
.xia .s2slick .slul li:first-child .i1::before {
  content: "";
  display: block;
  background: url(../images/work11.png) center center no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s;
  background-size: contain;
  position: relative;
  padding-top: 30px;
  margin: 0 auto;
}
.xia .s2slick .slul li:first-child:hover .i1::before {
  opacity: 1;

  top: -28px;

  background: url(../images/work11.png) center center no-repeat;
}

.xia .s2slick .slul li .i2 {
  display: block;
  background: url(../images/work2.png) center center no-repeat;
  width: 41px;
  height: 37px;
  background-size: contain;
  position: relative;
  padding-top: 30px;
  margin: 0 auto;
}
.xia .s2slick .slul li .i2::before {
  content: "";
  display: block;
  background: url(../images/work22.png) center center no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s;
  background-size: contain;
  position: relative;
  padding-top: 30px;
  margin: 0 auto;
}
.xia .s2slick .slul li:hover .i2::before {
  content: "";
  display: block;
  opacity: 1;
  top: -29px;
  background: url(../images/work22.png) center center no-repeat;
}

.xia .s2slick .slul li .i3 {
  display: block;
  background: url(../images/work3.png) center center no-repeat;
  width: 41px;
  height: 37px;
  background-size: contain;
  position: relative;
  padding-top: 30px;
  margin: 0 auto;
}
.xia .s2slick .slul li .i3::before {
  content: "";
  display: block;
  background: url(../images/work33.png) center center no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s;
  background-size: contain;
  position: relative;
  padding-top: 30px;
  margin: 0 auto;
}
.xia .s2slick .slul li:hover .i3::before {
  content: "";
  display: block;
  opacity: 1;
  top: -29px;
}
.xia .s2slick .slul li .i4 {
  display: block;
  background: url(../images/work4.png) center center no-repeat;
  width: 41px;
  height: 37px;
  background-size: contain;
  padding-top: 30px;
  margin: 0 auto;
}
.xia .s2slick .slul li .i4::before {
  content: "";
  display: block;
  background: url(../images/work44.png) center center no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s;
  background-size: contain;
  position: relative;
  padding-top: 30px;
  margin: 0 auto;
}
.xia .s2slick .slul li:hover .i4::before {
  content: "";
  display: block;
  opacity: 1;
  top: -29px;
}
.xia .s2slick .slul li .i5 {
  display: block;
  background: url(../images/work5.png) center center no-repeat;
  width: 41px;
  height: 37px;
  background-size: contain;
  /* position: relative; */
  padding-top: 30px;
  margin: 0 auto;
}
.xia .s2slick .slul li .i5::before {
  content: "";
  display: block;
  background: url(../images/work55.png) center center no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s;
  background-size: contain;
  position: relative;
  padding-top: 30px;
  margin: 0 auto;
}
.xia .s2slick .slul li:hover .i5::before {
  content: "";
  display: block;
  opacity: 1;
  top: -29px;
}
.xia .s2slick .slul li .i6 {
  display: block;
  background: url(../images/work6.png) center center no-repeat;
  width: 41px;
  height: 37px;
  background-size: contain;
  /* position: relative; */
  padding-top: 30px;
  margin: 0 auto;
}
.xia .s2slick .slul li .i6::before {
  content: "";
  display: block;
  background: url(../images/work66.png) center center no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s;
  background-size: contain;
  position: relative;
  padding-top: 30px;
  margin: 0 auto;
}
.xia .s2slick .slul li:hover .i6::before {
  content: "";
  display: block;
  opacity: 1;
  top: -29px;
}
.xia .s2slick .slul li .i7 {
  display: block;
  background: url(../images/work7.png) center center no-repeat;
  width: 41px;
  height: 37px;
  background-size: contain;
  /* position: relative; */
  padding-top: 30px;
  margin: 0 auto;
}
.xia .s2slick .slul li .i7::before {
  content: "";
  display: block;
  background: url(../images/work77.png) center center no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s;
  background-size: contain;
  position: relative;
  padding-top: 30px;
  margin: 0 auto;
}
.xia .s2slick .slul li:hover .i7::before {
  content: "";
  display: block;
  opacity: 1;
  top: -29px;
}
.xia .s2slick .slul li .i8 {
  display: block;
  background: url(../images/work8.png) center center no-repeat;
  width: 41px;
  height: 37px;
  background-size: contain;
  /* position: relative; */
  padding-top: 30px;
  margin: 0 auto;
}
.xia .s2slick .slul li .i8::before {
  content: "";
  display: block;
  background: url(../images/work88.png) center center no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s;
  background-size: contain;
  position: relative;
  padding-top: 30px;
  margin: 0 auto;
}
.xia .s2slick .slul li:hover .i8::before {
  content: "";
  display: block;
  opacity: 1;
  top: -29px;
}

.section2 .s2r .xia ul li img {
  position: relative;
  padding-top: 30px;
  display: block;
  margin: 0 auto;
}
.section2 .s2r .xia ul li p {
  padding-top: 18px;
  padding-bottom: 25px;
  font-size: 16px;
  line-height: 16px;
  color: #868686;
  text-align: center;
}
.section2 .s2r .xia ul li:hover {
  /* background-color: #93080c; */
}
.section2 .s2r .xia ul li:hover p {
  color: #fff;
}
.s2slick .slick-dots {
  margin-top: 30px;
}

.xia .s2slick .slick-dots li {
  float: none;
  width: auto;
  margin-right: 0;
  background: url(../images/dots.png) no-repeat center center;
}
.xia .s2slick .slick-dots li button:before {
  content: "";
}
.section2 .s2r .xia .slick-dots li:hover {
  background-color: transparent;
}

.section2 .s2r .xia .slick-dots .slick-active {
  background: url(../images/adot.png) no-repeat center center;
}

/* section3 */
.section3 {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(../images/s3.png);
}

.section3 .jump-top {
  text-align: center;
}
.section3 .jump-top span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 30px;
  color: #808080;
  padding-left: 15px;
  vertical-align: middle;
  font-weight: normal;
  padding-left: 55px;
  margin-right: 45px;
}
.section3 .jump-top span .m1 {
  position: absolute;
  top: 8px;
  left: 0px;
  z-index: 2;
}
.section3 .jump-top span .m2 {
  position: absolute;
  top: 8px;
  left: 0px;
  /* z-index: 1; */
  /* opacity: 0; */

  /* top: 2px; */
}
.section3 .jump-top span.on .m2 {
  z-index: 2;
}
/* .section3 .jump-top span i {
  margin-top: 5px;
  padding-right: 15px;
}

.section3 .jump-top i {
  padding-right: 15px;
  float: left;
  display: block;
  background: url(../images/s3dw1.png) center center no-repeat;
  width: 35px;
  height: 35px;
  background-size: contain;
}
.section3 .jump-top span.on i::before {
  content: "";
  padding-right: 15px;
  display: block;
  background: url(../images/s3dw.png) center center no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s;
  background-size: contain;
}
.section3 .jump-top span.on i::before {
  opacity: 1;
} */
.section3 .jump-top span.on em {
  color: #93080c;
}

.section3 .jump {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.section3 .jump .jump-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.section3 .jump .jump-box.on {
  position: relative;
  z-index: 9;
  opacity: 1;
  transition: all 1s;
}
.section3 .s3b {
  padding-top: 67px;
}
.section3 .s3l {
  float: left;
  width: 24%;
}
.section3 .s3l a {
  overflow: hidden;
  display: block;
}
.section3 .s3l .fd {
  overflow: hidden;
}
.section3 .s3l .fd:hover img {
  transform: scale(1.1);
  transition: all 1s;
}
.section3 .s3l img {
  width: 100%;
  height: 100%;
}
.section3 .s3l .pic {
  padding-top: 71.5%;
}
.section3 .s3l img:hover {
  transform: scale(1.1);
  transition: all 1s;
}
.section3 .s3l p {
  font-size: 16px;
  line-height: 16px;
  color: #93080c;
  padding-top: 16px;
}
.section3 .s3l span {
  display: block;
  padding-top: 18px;
  font-size: 16px;
  line-height: 28px;
  color: #333;
}
.section3 .s3l span:hover {
  color: #93080c;
}
.section3 .s3m {
  float: left;
  width: 46%;
  margin-left: 2.8%;
  margin-right: 2.8%;
}
.section3 ul .biao {
  padding-top: 0;
}
.section3 ul li {
  padding-top: 22px;
}
.section3 ul li:hover p {
  color: #93080c;
}
.section3 ul li:first-child {
  padding-top: 0px !important;
}
.section3 ul li a {
  display: block;
}
.section3 ul li a p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 22px;
  color: #333;
}
.section3 ul li a span {
  font-size: 14px;
  line-height: 29px;
  color: #93080c;
}
.section3 ul li a em {
  float: right;
  width: 80%;
  height: 1px;
  margin-top: 15px;
  margin-left: 12px;
  background-color: #cd9493;
}
.section3 .s3r {
  float: right;
  width: 46%;
}

.section3 .s3r .srb {
  padding-top: 37px;
}
.section3 .s3r .srb .pic {
  padding-top: 77%;
}
.section3 .s3r .srb .abc {
  float: left;
  width: 223px;
}
.section3 .s3r .srb a {
  display: block;
  overflow: hidden;
  padding-left: 4.5%;
}
.section3 .s3r .srb a p {
  font-size: 14px;
  line-height: 29px;
  color: #93080c;
}
.section3 .s3r .srb a h4 {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  color: #333;
  padding-top: 4px;
  padding-bottom: 16px;
}
.section3 .s3r .srb a p:last-child {
  font-size: 14px;
  line-height: 23px;
  color: #808080;
  height: 69px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.section3 .s3r .srb a p:last-child:hover {
  color: #93080c;
}
.section3 .s3x {
  text-align: center;
  margin-top: 72px;
}
.section3 .s3x a {
  display: block;
  width: 120px;
  height: 40px;
  border: 1px solid #c07575;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #93080c;
  margin: 0 auto;
}
/* section4 */
.section4 {
  padding-top: 20px;
  padding-bottom: 0px;
}
.section4 .s4l {
  float: left;
  width: 31.4%;
}
.main .section4 .more .ac {
  font-size: 30px;
  /* line-height: 16px; */
  color: #333;
  vertical-align: middle;
  padding-left: 15px;
}
.main .section4 .more .much {
  /* text-align: right; */
  float: right;
  padding-top: 15px;
  font-size: 16px;
  line-height: 16px;
  color: #93080c;
}
.section4 ul li a {
  display: block;
}

.section4 ul li a em {
  color: #93080c;
  float: left;
  padding-top: 13px;
}
.section4 ul {
  margin-top: 21px;
}
.section4 ul li a p {
  padding-left: 8px;
  margin-right: 100px;
  font-size: 16px;
  line-height: 44px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}
.section4 ul li:hover p {
  color: #93080c;
}
.section4 ul li a span {
  float: right;
  margin-top: -44px;
  font-size: 15px;
  line-height: 44px;
  color: #878787;
}
.section4 .s4m {
  float: left;
  width: 30.8%;
  padding-left: 3.3%;
  padding-right: 3.3%;
}
.section4 .s4r {
  float: left;
  width: 31.2%;
}
/* section5 */
.section5 {
  /* width: 100%; */
  /* height: 100%; */
  padding-top: 58px;
  padding-bottom: 55px;
  background: url(../images/s5b.png);
}
.section5 .more a {
  display: block;
  text-align: center;
}
.section5 .more .ac {
  font-size: 30px;
  line-height: 16px;
  color: #333;
  padding-left: 15px;
  vertical-align: middle;
}
.section5 .more .much {
  float: right;
  font-size: 16px;
  line-height: 16px;
  color: #93080c;
}
.section5 .s5l {
  /* float: left; */
  /* width: 31.2% !important; */
}
.section5 .context {
  padding-top: 45px;
}
.section5 .context a {
  display: block;
  overflow: hidden;
  padding: 0 20px;
}
.section5 .slick-next {
  right: 0;
}
.section5 .context img:hover {
  transform: scale(1.1);
  transition: all 1s;
}
.section5 .pic {
  padding-top: 60.4%;
}

.section5 .context .date {
  padding-top: 27px;
  padding-bottom: 13px;
  font-size: 15px;
  line-height: 16px;
  color: #93080c;
  border-bottom: 1px solid #d4a5a3;
}
.section5 .context h4 {
  padding-top: 14px;
  margin-bottom: 21px;
  font-size: 16px;
  line-height: 26px;
  height: 56px;
  overflow: hidden;
  text-align: justify;
  color: #333;
}
.section5 .context a .neor:hover .ex {
  color: #93080c;
}
.section5 .context .ex {
  font-size: 14px;
  line-height: 23px;
  height: 69px;
  overflow: hidden;
  color: #808080;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.section5 .s5m {
  /* float: left; */
  /* width: 30.8% !important; */
  /* padding-left: 3.3%;
  padding-right: 3.3%; */
}
.section5 .s5r {
  /* float: left; */
  /* width: 31.2% !important; */
}
.section5 .slick-prev:before {
  content: "";
}
.section5 .slick-next:before {
  content: "";
}
/* section6 */
.section6 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.main .section6 .more {
  padding-bottom: 20px;
}
.main .section6 .more a {
  display: block;
}
.main .section6 .more .ac {
  font-size: 30px;
  /* line-height: 16px; */
  color: #333;
  vertical-align: middle;
  padding-left: 15px;
}
.main .section6 .more .much {
  /* text-align: right; */
  float: right;
  padding-top: 15px;
  font-size: 16px;
  line-height: 16px;
  color: #93080c;
}
.section6 .s6 a {
  display: block;
  overflow: hidden;
  padding: 0 10px;
}
.section6 .pic {
  padding-top: 45%;
}

.section6 .s6 a:hover img {
  transform: scale(1.1);
  transition: all 1s;
}
.section6 .slick-next {
  right: 0;
}
.section6 .slick-next:before {
  content: "";
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */
@media(max-width: 1400px) {
  body {
    /* padding-left: 10px; */
    /* padding-right: 10px; */
  }
  .fl {
    padding-left: 20px;
  }
  .fr {
    padding-right: 20px;
  }
}
@media (max-width: 1300px) {
  .section1 .s1r ul li {
    padding-top: 20px;
    padding-bottom: 18px;
  }
  .section3 ul li a em {
    width: 70%;
  }
  .section3 .s3r .srb a h4 {
    padding-top: 0;
    padding-bottom: 9px;
  }
  .section3 .s3x {
    margin-top: 60px;
  }
  .nav > ul > li {
    margin-left: 35px;
  }
}
@media (min-width: 1201px) {

.section5{padding-right: 10px; padding-left: 10px;}
.section4{padding-right: 10px; padding-left: 10px;}
.section6 {padding-right: 10px; padding-left: 10px;}
  /* .headr .nav > ul > li > a {
    margin-left: 30px;
  } */
  .nav > ul > li > div {
    left: 22px;
  }
  .section1 .s1r ul li {
    padding-top: 46px;
    padding-bottom: 16px;
  }
  .section3 .s3r .srb a h4 {
    padding-bottom: 0;
  }
  .section3 {
    padding-top: 70px;
  }
  .section3 .s3b {
    padding-top: 60px;
  }
  .nav > ul > li {
    margin-left: 18px;
  }
}
@media (max-width: 1100px) {
  /* .headr .nav > ul > li > a {
    margin-left: 15px;
  } */
  .nav > ul > li > div {
    left: 7px;
  }
}
@media  (max-width: 1024px) {
  
/* PCÃ¥Â¤Â´Ã©Æ’Â¨ */
.head {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 1%;
  right: 0;
  width: 98%;
  z-index: 999;
  background-color: #93080c;
}
.head .logo {
  float: left;
  width: 33%;
}
.head .logo a {
  display: block;
}
.head .logo img {
  float: left;
  padding: 28px 0;
  width: 100%;
  height: auto;
}
.head .logo .dz {
  float: left;
  border-left: 1px solid #c67c7e;
  padding-left: 18px;
  margin-left: 20px;
  margin: 20px;
}
.head .logo p {
  font-size: 33px;
  line-height: 52px;
  color: #fff;
}
.head .logo span {
  font-size: 8px;
  padding-bottom: 8px;
  color: #fff;
}
.head .headr {
  float: right;
}
.head .top .tops {
  float: right;
}
.head .top .tops a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  margin-top: 32px;
}
.head .top .tops em {
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
}
.head .top .search {
  position: relative;
  float: right;
  margin-top: 28px;
  margin-left: 16px;
  box-sizing: border-box;
  width: 180px;
  /* height: 28px; */
  /* line-height: 28px; */
  border: 1px solid #fff;
  border-radius: 20px;
  padding-left: 8px;
  padding-right: 37px;
}
.head .top .search .text {
  border: none;
  width: 100%;
  height: 26px;
  line-height: 26px;
  background-color: transparent;
  color: #fff;
}
input[type="text"]::placeholder {
  color: #fff;
  height: 28px;
  line-height: 29px;
  opacity: 0.3;
}
.head .top .search .button {
  position: absolute;
  top: 3px;
  right: 7px;
  border: none;
  width: 24px;
  height: 24px;
  background: url(../images/sousuo.png) no-repeat;
}

.nav {
  text-align: right;
}

.nav > ul {
  font-size: 0;
  height: 100%;
}

.nav > ul > li {
  display: inline-block;
  text-align: center;
  position: relative;
  margin-left: 27px;
}

.nav > ul > li:first-child {
  margin-left: 0;
}

.nav > ul > li > a {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  position: relative;
  margin-top: 17px;
  margin-bottom: 21px;
}

.nav > ul > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
}

.nav > ul > li.on > a::after {
  width: 100%;
}

.nav > ul > li.active > a {
  color: #93080c;
}

.nav > ul > li:hover > a:after {
  width: 100%;
}

.nav > ul > li > div {
  position: absolute;
  top: 50px;
  /* left: 43px; */
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  z-index: 9999;
  display: none;
  padding-top: 10px;
}
.nav > ul > li:hover div {
  display: block;
}
.nav > ul > li > div > ul {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  line-height: normal;
}

.nav > ul > li > div > ul > li a {
  font-size: 14px;
  line-height: 40px;
  transition: 0.3s;
  color: #333;
}
.nav > ul > li > div > ul > li:hover {
  background: #93080c;
}
.nav > ul > li > div > ul > li:hover a {
  color: #fff;
}


/* footer */
.footer {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #93080c;
}
	.fm{
		width: 50%;
		left: 0;
		transform: translate(11%);
		padding: 25px 0;
	}
	.fm img{
		width:100%;
	}
}
@media (min-width: 768px) {
 .section3 .s3r .srb .abc{width: 100%;}
.px1400{padding-left: 10px;
    padding-right: 10px;}
  .head .logo img {
    float: left;
    width:100%;
    padding: 28px 0;
}
  .head .logo{
    width: 50%;
  }
  .banner {
 /* padding-top: 189px; */
}
  .banner img {
    width: 100%;
    height: 574px;
    /* object-fit: cover; */
}
.footer-B-L-Box .footerItem {
  width: 262px;
  height: 37px;
  background: transparent;
  line-height: 37px;
  font-size: 14px;
  color: #ffffff;
  padding-left: 12px;
  cursor: pointer;
  position: relative;
  margin-right: 0px;
  border: 1px solid #fff;
}

.footerItem::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/icon-footer.png) no-repeat;
  width: 17px;
  height: 12px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.8s;
}

.footer-B-L-Box > div:hover .footerItem::after {
  transform: translateY(-50%) rotateZ(180deg);
}

.fl div {
  position: relative;
}

.fl div ul {
  position: absolute;
  z-index: 9;
  bottom: 37px;
  display: none;
}
.fl .M-s:hover ul {
  display: block;
}
.fl .M-M:hover ul {
  display: block;
}
.fl .M-R:hover ul {
  display: block;
}

.fl div ul li {
  width: 262px;
  height: 40px;
  line-height: 40px;
}

.fl div ul li a:hover {
  background-color: #93080c;
  color: #ffffff;
  border: 1px solid #fff;
}

.fl div ul li a {
  display: block;
  color: #333;
  font-size: 13px;
  background-color: #ffffff;
  padding-left: 12px;
}

.footer-T-L > div > a:hover {
  text-decoration: underline;
}
.M-s,
.M-M,
.M-R {
  padding-bottom: 15px;
}
.fm {
  position: absolute;
  text-align: center;
  top: 20px;
  left: 33%;
  transform: translateX(-50%);
}
.fm a {
  display: block;
}

.fr {
  float: right;
}
.fr p:first-child {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.fr p:nth-child(n + 1) {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}
.ff {
  height: auto;
  background: url(../images/ff.png);
  text-align: center;
  padding: 10px 0;
}
.ff p {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  background: url(../images/ff.png) no-repeat center center;
  background-size: cover;
}

input {
  border: none;
}
}
@media (min-widthmin-width: 375px) {
 .section3 .s3r .srb .abc{width: 100%;}
.px1400{padding-left: 10px;
    padding-right: 10px;}
  .head .logo img {
    float: left;
    width:100%;
    padding: 28px 0;
}
  .head .logo{
    width: 50%;
  }
  .banner {
 /* padding-top: 189px; */
}
  .banner img {
    width: 100%;
    height: 574px;
    object-fit: cover;

}
.footer-B-L-Box .footerItem {
  width: 262px;
  height: 37px;
  background: transparent;
  line-height: 37px;
  font-size: 14px;
  color: #ffffff;
  padding-left: 12px;
  cursor: pointer;
  position: relative;
  margin-right: 0px;
  border: 1px solid #fff;
}

.footerItem::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/icon-footer.png) no-repeat;
  width: 17px;
  height: 12px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.8s;
}

.footer-B-L-Box > div:hover .footerItem::after {
  transform: translateY(-50%) rotateZ(180deg);
}

.fl div {
  position: relative;
}

.fl div ul {
  position: absolute;
  z-index: 9;
  bottom: 37px;
  display: none;
}
.fl .M-s:hover ul {
  display: block;
}
.fl .M-M:hover ul {
  display: block;
}
.fl .M-R:hover ul {
  display: block;
}

.fl div ul li {
  width: 262px;
  height: 40px;
  line-height: 40px;
}

.fl div ul li a:hover {
  background-color: #93080c;
  color: #ffffff;
  border: 1px solid #fff;
}

.fl div ul li a {
  display: block;
  color: #333;
  font-size: 13px;
  background-color: #ffffff;
  padding-left: 12px;
}

.footer-T-L > div > a:hover {
  text-decoration: underline;
}
.M-s,
.M-M,
.M-R {
  padding-bottom: 15px;
}
.fm {
  position: absolute;
  text-align: center;
  top: 20px;
  left: 33%;
  transform: translateX(-50%);
}
.fm a {
  display: block;
}

.fr {
  float: right;
}
.fr p:first-child {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.fr p:nth-child(n + 1) {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}
.ff {
  height: auto;
  background: url(../images/ff.png);
  text-align: center;
  padding: 10px 0;
}
.ff p {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  background: url(../images/ff.png) no-repeat center center;
  background-size: cover;
}

input {
  border: none;
}
}
@media (min-width: 680px) {
 .section3 .s3r .srb .abc{width: 100%;}
.px1400{padding-left: 10px;
    padding-right: 10px;}
  .head .logo img {
    float: left;
    width:100%;
    padding: 28px 0;
}
  .head .logo{
    width: 50%;
  }
  .banner {
 /* padding-top: 189px; */
}
  .banner img {
    width: 100%;
    height: 584px;
    /* object-fit: cover; */
}
.footer-B-L-Box .footerItem {
  width: 262px;
  height: 37px;
  background: transparent;
  line-height: 37px;
  font-size: 14px;
  color: #ffffff;
  padding-left: 12px;
  cursor: pointer;
  position: relative;
  margin-right: 0px;
  border: 1px solid #fff;
}

.footerItem::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/icon-footer.png) no-repeat;
  width: 17px;
  height: 12px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.8s;
}

.footer-B-L-Box > div:hover .footerItem::after {
  transform: translateY(-50%) rotateZ(180deg);
}

.fl div {
  position: relative;
}

.fl div ul {
  position: absolute;
  z-index: 9;
  bottom: 37px;
  display: none;
}
.fl .M-s:hover ul {
  display: block;
}
.fl .M-M:hover ul {
  display: block;
}
.fl .M-R:hover ul {
  display: block;
}

.fl div ul li {
  width: 262px;
  height: 40px;
  line-height: 40px;
}

.fl div ul li a:hover {
  background-color: #93080c;
  color: #ffffff;
  border: 1px solid #fff;
}

.fl div ul li a {
  display: block;
  color: #333;
  font-size: 13px;
  background-color: #ffffff;
  padding-left: 12px;
}

.footer-T-L > div > a:hover {
  text-decoration: underline;
}
.M-s,
.M-M,
.M-R {
  padding-bottom: 15px;
}
.fm {
  position: absolute;
  text-align: center;
  top: 20px;
  left: 33%;
  transform: translateX(-50%);
}
.fm a {
  display: block;
}

.fr {
  float: right;
}
.fr p:first-child {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.fr p:nth-child(n + 1) {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}
.ff {
  height: auto;
  background: url(../images/ff.png);
  text-align: center;
  padding: 10px 0;
}
.ff p {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  background: url(../images/ff.png) no-repeat center center;
  background-size: cover;
}

input {
  border: none;
} 
}
@media (min-width: 630px) {
 .section3 .s3r .srb .abc{width: 100%;}
.px1400{padding-left: 10px;
    padding-right: 10px;}
  .head .logo img {
    float: left;
    width:100%;
    padding: 28px 0;
}
  .head .logo{
    width: 50%;
  }
  .banner {
 /* padding-top: 189px; */
}
  .banner img {
    width: 100%;
    /* height: 274px; */
    /* object-fit: cover; */
}
.footer-B-L-Box .footerItem {
  width: 262px;
  height: 37px;
  background: transparent;
  line-height: 37px;
  font-size: 14px;
  color: #ffffff;
  padding-left: 12px;
  cursor: pointer;
  position: relative;
  margin-right: 0px;
  border: 1px solid #fff;
}

.footerItem::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/icon-footer.png) no-repeat;
  width: 17px;
  height: 12px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.8s;
}

.footer-B-L-Box > div:hover .footerItem::after {
  transform: translateY(-50%) rotateZ(180deg);
}

.fl div {
  position: relative;
}

.fl div ul {
  position: absolute;
  z-index: 9;
  bottom: 37px;
  display: none;
}
.fl .M-s:hover ul {
  display: block;
}
.fl .M-M:hover ul {
  display: block;
}
.fl .M-R:hover ul {
  display: block;
}

.fl div ul li {
  width: 262px;
  height: 40px;
  line-height: 40px;
}

.fl div ul li a:hover {
  background-color: #93080c;
  color: #ffffff;
  border: 1px solid #fff;
}

.fl div ul li a {
  display: block;
  color: #333;
  font-size: 13px;
  background-color: #ffffff;
  padding-left: 12px;
}

.footer-T-L > div > a:hover {
  text-decoration: underline;
}
.M-s,
.M-M,
.M-R {
  padding-bottom: 15px;
}
.fm {
  position: absolute;
  text-align: center;
  top: 20px;
  left: 33%;
  transform: translateX(-50%);
}
.fm a {
  display: block;
}

.fr {
  float: right;
}
.fr p:first-child {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.fr p:nth-child(n + 1) {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}
.ff {
  height: auto;
  background: url(../images/ff.png);
  text-align: center;
  padding: 10px 0;
}
.ff p {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  background: url(../images/ff.png) no-repeat center center;
  background-size: cover;
}

input {
  border: none;
}
}

@media (max-width: 370px) {
 .section3 .s3r .srb .abc{width: 100%;}
.px1400{padding-left: 10px;
    padding-right: 10px;}
  .head .logo img {
    float: left;
    width:100%;
    padding: 28px 0;
}
  .head .logo{
    width: 50%;
  }
  .banner {
 /* padding-top: 189px; */
}
  .banner img {
    width: 100%;
    height: 574px;
    object-fit: cover;

}
.footer-B-L-Box .footerItem {
  width: 262px;
  height: 37px;
  background: transparent;
  line-height: 37px;
  font-size: 14px;
  color: #ffffff;
  padding-left: 12px;
  cursor: pointer;
  position: relative;
  margin-right: 0px;
  border: 1px solid #fff;
}

.footerItem::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/icon-footer.png) no-repeat;
  width: 17px;
  height: 12px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.8s;
}

.footer-B-L-Box > div:hover .footerItem::after {
  transform: translateY(-50%) rotateZ(180deg);
}

.fl div {
  position: relative;
}

.fl div ul {
  position: absolute;
  z-index: 9;
  bottom: 37px;
  display: none;
}
.fl .M-s:hover ul {
  display: block;
}
.fl .M-M:hover ul {
  display: block;
}
.fl .M-R:hover ul {
  display: block;
}

.fl div ul li {
  width: 262px;
  height: 40px;
  line-height: 40px;
}

.fl div ul li a:hover {
  background-color: #93080c;
  color: #ffffff;
  border: 1px solid #fff;
}

.fl div ul li a {
  display: block;
  color: #333;
  font-size: 13px;
  background-color: #ffffff;
  padding-left: 12px;
}

.footer-T-L > div > a:hover {
  text-decoration: underline;
}
.M-s,
.M-M,
.M-R {
  padding-bottom: 15px;
}
.fm {
  position: absolute;
  text-align: center;
  top: 20px;
  left: 33%;
  transform: translateX(-50%);
}
.fm a {
  display: block;
}

.fr {
  float: right;
}
.fr p:first-child {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.fr p:nth-child(n + 1) {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}
.ff {
  height: auto;
  background: url(../images/ff.png);
  text-align: center;
  padding: 10px 0;
}
.ff p {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  background: url(../images/ff.png) no-repeat center center;
  background-size: cover;
}

input {
  border: none;

}

@media(max-width: 320px) {
.section3 .s3r .srb .abc{width: 100%;}
.px1400{padding-left: 10px;
    padding-right: 10px;}
  .head .logo img {
    float: left;
    width:100%;
    padding: 28px 0;
}
  .head .logo{
    width: 50%;
  }
  .banner {
 /* padding-top: 189px; */
}
  .banner img {
    width: 100%;
    height: 574px;
    object-fit: cover;

}
.footer-B-L-Box .footerItem {
  width: 262px;
  height: 37px;
  background: transparent;
  line-height: 37px;
  font-size: 14px;
  color: #ffffff;
  padding-left: 12px;
  cursor: pointer;
  position: relative;
  margin-right: 0px;
  border: 1px solid #fff;
}

.footerItem::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/icon-footer.png) no-repeat;
  width: 17px;
  height: 12px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.8s;
}

.footer-B-L-Box > div:hover .footerItem::after {
  transform: translateY(-50%) rotateZ(180deg);
}

.fl div {
  position: relative;
}

.fl div ul {
  position: absolute;
  z-index: 9;
  bottom: 37px;
  display: none;
}
.fl .M-s:hover ul {
  display: block;
}
.fl .M-M:hover ul {
  display: block;
}
.fl .M-R:hover ul {
  display: block;
}

.fl div ul li {
  width: 262px;
  height: 40px;
  line-height: 40px;
}

.fl div ul li a:hover {
  background-color: #93080c;
  color: #ffffff;
  border: 1px solid #fff;
}

.fl div ul li a {
  display: block;
  color: #333;
  font-size: 13px;
  background-color: #ffffff;
  padding-left: 12px;
}

.footer-T-L > div > a:hover {
  text-decoration: underline;
}
.M-s,
.M-M,
.M-R {
  padding-bottom: 15px;
}
.fm {
  position: absolute;
  text-align: center;
  top: 20px;
  left: 33%;
  transform: translateX(-50%);
}
.fm a {
  display: block;
}

.fr {
  float: right;
}
.fr p:first-child {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.fr p:nth-child(n + 1) {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}
.ff {
  height: auto;
  background: url(../images/ff.png);
  text-align: center;
  padding: 10px 0;
}
.ff p {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  background: url(../images/ff.png) no-repeat center center;
  background-size: cover;
}

input {
  border: none;
}
}