.section2 {
    margin-bottom: 68px;
    position: relative;
}

.slick-btns {
    width: 128px;
    height: 60px;
    font-size: 0;
}

.slick-btns span {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    cursor: pointer;
    margin: 0 2px;
    background-color: #242a7e;
}

.slick-btns span:hover {
    background-color: #c29749;
}

.section2 .slick-btns {
    position: absolute;
    left: 0;
    bottom: 0;
}

.Banner {
    position: relative;
		overflow: hidden;
}
.Banner .slick-dots {
    bottom: 50px;
    left: auto;
    right: 15%;
}
.Banner .slick-dots li.slick-active {background:#d29942}
.Banner .slick-dots li {
    background: #fff;
    width: 16px;
    height: 16px;
}
.Banner .slick-slide a {
    display: block;
    height: 100vh;
    background-size: cover;
    background-position: center;
		background-attachment: fixed;
    text-align:center;
}
.Banner .slick-slide a video{height:100%;width:100%}
.mouse {
    position: absolute;
    left: 50%;
    bottom: 70px;
    text-align: center;
    transform: translateX(-50%);
    cursor: pointer;
    animation: move 2s linear 0s infinite;
}

@keyframes move {
    0% {
        transform: translate(-50%, 40px);
    }
    20% {
        transform: translate(-50%, 43px);
    }
    80% {
        transform: translate(-50%, 50px);
    }
    90% {
        transform: translate(-50%, 45px);
    }
    100% {
        transform: translate(-50%, 40px);
    }
}
.content {overflow: hidden;}

/*新闻*/

.wrap_1 {
    background-color: #eeedec;
    position: relative;
    padding-bottom: 45px;
}

.wrap_1:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/m_bg1.png) no-repeat bottom center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.section_1 {
    position: relative;
    z-index: 20;
}

.buct_title h2 {
    font-size: 46px;
    text-align: center;
    color: #242a7e;
    font-weight: normal;
    position: relative;
    z-index: 5;
}

.buct_title {
    padding: 43px 0 36px;
    position: relative;
}

.buct_title h2 {
    font-size: calc(20px + 1.35vw);
    text-align: center;
    color: #242a7e;
    font-weight: normal;
    position: relative;
    z-index: 5;
}

.buct_title a h2  {
    color: #242a7e;
}

.buct_title span {
    position: absolute;
    color: #ddd5c6;
    font-family: 'Calibri';
    text-align: center;
    font-size: 100px;
    top: 0;
    text-transform: uppercase;
    width: 100%;
    z-index: 0;
    opacity: .57;
    filter: alpha(opacity=57);
    left: 0;
		letter-spacing: -2px;
}

.slick-big {
    width: 61.3%;
    float: left;
    position: relative;
}

.border:before {
    content: '';
    width: 50%;
		height: 0;
		padding-bottom: 65%;
    /* height: calc(100% - 60px); */
    left: -20px;
    top: 20px;
    z-index: 0;
    border: 1px solid #ce9643;
    position: absolute;
    left: -20px;
    top: 20px;
}

.s_info1 {
    display: block;
    position: relative;
    padding-right: 20px;
}

.s_txt1 {
    background-color: #fff;
    margin: -45px 0 0 0;
    margin-left: 35%;
    position: relative;
    z-index: 14;
    padding-bottom: 25px;
}

.b_title {
    overflow: hidden;
    /* height: 52px; */
    line-height: 26px;
    font-size: 22px;
    font-weight: normal;
    margin: 15px 40px 0;
}

.s_date1 {
    display: inline-block;
    padding: 5px 13px;
    line-height: 1;
    background-color: #c29749;
    color: #fff;
    font-family: 'Arial';
}

.slick-small {
    width: 38.7%;
    float: right;
    margin-top: 120px;
    position: relative;
}
.slick-small::before{padding-bottom: 64%;}
.slick-small .s_info1 {
    padding-right: 0;
}

.slick-small {
    padding-left: 20px;
}

.slick-small:before {
    left: 0;
    top: 20px;
}

.slick-small h3 {
    font-size: 18px;
}



.news {
    width: 1392px;
}

.slick2 {
    padding-top: 48px;
    padding-bottom: 26px;
    margin: 0 -20px;
}
.slick2 .slick-list{padding-top: 20px;}
.item-info2 {
    display: block;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    margin: 0 20px;
}

.item-img1 {
    width: 55%;
    float: left;
}

.item-txt1 {
    margin-left: 55%;
    padding: 16px 16px 0;
    line-height: 24px;
    height: 112px;
    overflow: hidden;
}

.item-date1 {
    background-color: #242a7e;
    color: #fff;
    line-height: 1;
    padding: 6px 12px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.slick-arrow {
    text-align: center;
    width: 33.33%;
    margin: 0 auto;
		box-sizing: border-box;padding: 0 16px;
}

.slick-arrow span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #242a7e;
    color: #fff;
    cursor: pointer;
}
.slick-arrow span i,.slick-btns span::before{
	display: inline-block;vertical-align: middle;
  -webkit-transform: translateZ(0);line-height: 1;
  transform: translateZ(0);transition: all .4s ease-out;
}
.slick-arrow span:hover i,.slick-arrow span:hover i,.slick-btns span:hover::before{
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.slick-arrow span:hover{background-color: #c98f38;}
.slick-arrow span i {
    color: #fff;
}

.slick2 .slick-dots {
    width: auto;
    position: absolute;
    left: 50%;
    margin: 0;
    bottom: 0;
    transform: translateX(-50%);
}

.slick2 .slick-dots::before {
    content: '';
    width: 130%;
    left: -15%;
    top: 3px;
    background: #ce9643;
    position: absolute;
    height: 1px;
}

.slick2 .slick-dots li {
    margin: 0 25px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ce9643;
    position: relative;
}

.slick2 .slick-dots li button {
    overflow: hidden;
}

.slick2 .slick-dots li::before {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    left: -3px;
    top: -3px;
    border: 1px solid #ce9643;
    opacity: 0;
    content: '';
}

.slick2 .slick-dots li.slick-active::before {
    opacity: 1;
}

.wrap_2 {
    background: url(../images/m2bg.jpg) no-repeat center;
    background-size: cover;
}

.section_2 {
    position: relative;
}

.buct_title2 {
    text-align: right;
}

.buct_title2 h2,
.buct_title2 span {
    text-align: right;
}

.buct_title2 span {
    opacity: .16;
    filter: alpha(opacity=16);
    top: 11px;
}

.buct_title2 a h2  {
    color: #fff;
}

.mode3 .title {
    text-align: right;
    padding: 50px 0;
}

.slick3 {
	max-width: 1234px;margin: 0 auto;

}

.slick-btns {
    position: absolute;
    bottom: 75px;
    right: 0;
}

.slick3 .slick-slide a {
    display: block;
    padding: 0 0 110px;
    transition: all 0.6s ease-out;
}

.slick3 .slick-current+.slick-active a {
    display: block;
    transform: translateY(75px);
}
.item-info3{display: block;margin: 0 35px;}
.item-info3 .imgResponsive{padding-bottom: 133.33%;}
.item-txt3{background-color: #fff;padding: 15px 25px 30px;}
.item-txt3 h3{font-weight: normal;line-height: 24px;max-height: 48px;overflow: hidden;margin-bottom: 10px;}
.item-txt3  .p1{line-height: 24px;height: 72px;overflow: hidden;}
.slick3 .slick-dots{position: relative;text-align: center;margin: 12px auto 37px;left: 0;bottom: 0;min-width: 690px;display: inline-block;}
.slick3 .slick-dots::before{content: '';width: 100%;height: 1px;background-color: #d1aa63;top: 11px;position: absolute;left: 0;}
.slick3 {text-align: center;}
.slick3 .slick-slide{text-align: left;}
.slick3 .slick-dots li{background-color: #d1aa63;}
.slick3 .slick-dots li::before{border-color:#d29942;}


.wrap_3{background-color: #e0dfde;position: relative;overflow: hidden;}
.wrap_3 .buct_title span{top: 10px;white-space: nowrap;}
.section_3{position: relative;padding-bottom: 40px;}
.wrap_3 .buct_title a h2{color: #ae8055;}
.section_3 .lf{width: 55.76%;}
.section_3 .rt{width: 36.2%;}
.s_col1{width: 68.06%;float: left;}
.s_col1 li{margin-bottom: 23px;position: relative;transition: all .4s ease-out;}
.s_col1 li::before{content: '';width: 85%;height: calc(100% - 34px);top: 34px;left: 0;border: 1px solid #ce9643;position: absolute;z-index: 0;transition: all .4s ease-out;}
.s_col1 li > a{display: block;position: relative;z-index: 10;}
.item-img4{width: 67.3%;}
.item-img4 .imgResponsive{padding-bottom: 62.57%;}
.item-date4{height: 34px;line-height: 34px;overflow: hidden;}
.item-date4 span{float: left;width: 50%;background-color: #ae8055;text-align: center;color: #fff;font-size: 16px;}
.item-date4 span:first-child{background-color: #1c2682;color: #ce9643;}
.item-txt4{width: 48.07%;background-color: #fff;position: absolute;right: 0;bottom: 0;padding: 36px 30px;}
.item-txt4 h3{line-height: 24px;height: 96px;overflow: hidden;font-weight: normal;}
.s_col1 li:hover::before{background-color: #ce9643;}
.s_col1 li:nth-child(2n) .item-img4{margin-left: 32.7%;width: auto;}
.s_col1 li:nth-child(2n) .item-txt4{right: auto;left: 0;}
.s_col1 li:nth-child(2n)::before{left: 15%;} 
.s_col2{width:27.5%;float: right;}
.s_col2 li{position: relative;transition: transform .4s ease-out;margin-bottom: 45px;}
.s_col2 li::before{width: 100%;height: 100%;position: absolute;top: -13px;right: -13px;box-sizing: border-box;border: 1px solid #ce9643;content: '';z-index: 0;display: block;transition: all .4s ease-out;}
.s_col2 li a{display: block;background-color: #fff;padding: 18px 20px 18px 24px;box-sizing:border-box;min-height: 168px;position: relative;z-index: 5;transition: all .4s ease-out;}
.s_col2 li h3{font-weight: normal;}
.s_col2 li h3 i{color: #05da0f;font-size: 31px;vertical-align: middle;}
.s_col2 li p{font-size: 16px;line-height: 24px;height: 72px;overflow: hidden;}
.s_col2 li:first-child{margin-top: 85px;}
.s_col2 li .icon-sina{color: #f47901;}
.buct_list1{position: relative;}
.buct_list1::before{content: '';width: 100%;height: 100%;position: absolute;top: -22px;right: -22px;border: 1px solid #ce9643;z-index: 0;}
.buct_list1 ul{position: relative;z-index: 20;}
.buct_list1 li > h3{height: 70px;line-height: 70px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color: #fff;background-color: #1b2153;padding-left: 55px;font-weight: normal;cursor: pointer;padding-right: 10px;}
.buct_list1 li > h3::before{content: '';width: 7px;height: 7px;border-radius: 50%;background-color: #d29942;display: inline-block;vertical-align: middle;margin-right: 26px;}
.subTab{height: 0;overflow: hidden;transition: all  0.4s ease;padding: 0 50px;}
.topic_bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 0;background-size: cover;background-repeat: no-repeat;background-position: center;opacity: 0.22;filter: alpha(opacity = 22);mix-blend-mode: overlay;display: block;}
.buct_list1 li.on > h3{height: 0;}
.buct_list1 li.on .subTab{padding: 60px 50px;height: auto;}
.subTab {position: relative;}
.subTab h3{line-height: 1.5;font-weight: normal;margin-bottom: 25px;position: relative;}
.subTab p{line-height: 24px;height: 96px;overflow: hidden;margin-bottom: 25px;position: relative;}
.readMore1 {position: relative;}
.readMore1 span{display: inline-block;border: 1px solid #fff;padding: 10px 15px;color: #fff;min-width: 128px;text-align: center;position: relative;overflow: hidden;}
.readMore1 span a{display: block;position: relative;z-index: 10;}
.readMore1 span::before{width: 200%;height: 100px;transform:rotate(145deg) ;content: '';left: -253%;top: 22px;position: absolute;background-color: #fff;transform-origin: 100% 0;transition: all .4s ease-out;border-radius: 50%;}
.readMore1 span:hover::before{transform:rotate(200deg) }
.readMore1 span:hover a{color: #ae8055;}
.readMore1 span:hover{border-color:#fff ;}

.buct_list1 li.li1 .subTab{background-color: #171a31;}
.buct_list1 li.li2 .subTab{background-color: #554025;}
.buct_list1 li.li3 .subTab{background-color: #51211a;}
.buct_list1 li.li4 .subTab{background-color: #313722;}
.buct_list1 li.li5 .subTab{background-color: #224140;}
.buct_list1 li.li6 .subTab{background-color: #3e2e42;}
.buct_list1 li.li2 > h3{background-color: #5e4a30;}
.buct_list1 li.li3 > h3{background-color: #51211a;}
.buct_list1 li.li4 > h3{background-color: #384122;}
.buct_list1 li.li4 > h3{background-color: #384122;}
.buct_list1 li.li5 > h3{background-color: #224140;}
.buct_list1 li.li6 > h3{background-color: #3e2e42;}

.s3_bg{position: absolute;left: 0;top: 0;z-index: 0;}

.wrap_4{background:url(../images/m_bg2.jpg) no-repeat top center;background-size: cover;padding-bottom: 30px;position: relative;overflow: hidden;}
/* .wrap_4::before{
	content: '';
	width: 100%;height: 100%;
	background-size: 100% auto;
	background: url(../images/m_bg2.png) no-repeat top center;
	position: absolute;z-index: 0
	left:0;top: 0;
} */
.buct_title.font-white a h2{
	color: #fff;
}
.buct_title.left h2,.buct_title.left  span{
	text-align: left;
}
.buct_title.font-white  span {
	color: #fff;
	opacity: .1;
}
.slick4{
	margin: 0 -20px;
	padding-bottom: 20px;
}
.s_info4{
	display: block;
	border: 1px solid #ce9643;
	background-color: #fff;
	padding: 12px 30px 30px;
	position: relative;
	margin: 0 20px;
}
.s_label4{
	color: #ce9643;
	display: block;
	margin-bottom: 6px;
}
.s_label4 a {
    color: #ce9643;
}
.s_title4{
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	font-weight: normal;
}
.s_date4{
	display: inline-block;
	padding: 5px 11px;
	line-height: 1;
	background-color: #c29749;
	position: absolute;
	right: 1px;
	bottom: 1px;
	color: #fff;
}
.section_4 {
	padding-bottom: 100px;
}
.section_4 .slick-btns{
	position: static;
	text-align: right;
	width: 100%;
}
.section_4 .slick-btns span{
	border: 1px solid rgba(255,255,255,.4);
	background:none;
	box-sizing: border-box;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	position: relative;
	overflow: hidden;
}
.section_4 .slick-btns  .icon-right{
	margin-left: 4px;
}
.section_4 .slick-btns span::before{
	position: relative;z-index: 3;
}
.section_4 .slick-btns span::after{
	content: '';
	width: 100%;
	height: 100%;
	background-color: #c29749;
	position: absolute;
	left: 0;top: 0;
	transform: translateY(-100%);
	transition: transform .4s ease-out;
}
.section_4 .slick-btns span:hover::after{
	transform: none;
}
.section_5{
	padding-bottom: 80px;
}
.buct_title.right h2,.buct_title.right  span{
	text-align: right;
}
.linkList{
	margin: 0 -2vw;
}
.linkList li{
	width: 14.28%;
	margin-bottom: 50px;
}
.linkList li > a{
	display: block;
	margin: 0 2vw;
	
}
.linkList li > a > div{
	height: 100%;padding-bottom: 100%;position: relative;height: 0;
}
.linkList li i{
	width: 50px;
	font-size: calc(30px + 1vw);
	margin: 0 auto;
	display: block;
	color: #fff;
	height: 50px;
	position: relative;
	z-index: 5;
	padding-top: 14%;
	box-sizing: content-box;
}
.linkList li i:before {
   opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
	position: absolute;
	  left: 50%;
		transform: translateX(-50%);
		top: 33%;
		
}
.linkList li a:hover i:before, .linkList li a:focus i:before {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.linkList li > a{
	background-color: #2f327a;
	position: relative;
}
.linkList li > a::after{
	content: '';
	  position: absolute;
	  z-index: 0;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  background: #aa8345;
	  -webkit-transform: scaleY(1);
	  transform: scaleY(1);
	  -webkit-transform-origin: 50%;
	  transform-origin: 50%;
	  -webkit-transition-property: transform;
	  transition-property: transform;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-timing-function: ease-out;
	  transition-timing-function: ease-out;
}
.linkList li > a:hover::after, .linkList li > a:focus::after {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.linkList li span{
	display: block;
	padding: 8% 0;
	color: #f3deb8;
	text-align: center;
	z-index: 6;
	position: relative;
}
.linkList li > a:hover span{
	color: #fff;
}

/* 
.title2 {
    text-align: right !important;
}

.con1 {
    height: 292px;
    background: url(../images/m7.png) no-repeat center;
}

.con1 li {
    width: 120px;
    height: 120px;
    position: relative;
    background-color: rgba(0, 0, 0, .8);
    margin-left: 415px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.con1 li i {
    width: 50px;
    margin: 0 auto 10px;
    padding-top: 20px;
    display: block;
    height: 70px;
    overflow: hidden;
    position: relative;
}

.con1 li i img {
    transition: top .3s ease;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.con1 li span {
    display: block;
    color: #f3deb8;
    font-size: 16px;
    text-align: center;
}

.con1 li i img:last-child {
    top: 100%;
}

.con1 li a {
    display: block;
    position: relative;
    z-index: 9;
    height: 120px;
}

.con1 li::after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #c29749;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 100%;
}

.con1 li:hover::after {
    left: 0;
    top: 0;
}

.con1 li:hover {
    transform: translateY(-10px);
}

.con1 li:hover span {
    color: #fff;
}

.con1 li:hover i img:first-child {
    top: -100%;
}

.con1 li:hover i img:last-child {
    top: 20px;
}
 */


.Banner .slick-arrow {
	overflow: hidden;
    width: 55px;
    height: 55px;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 40;
    text-indent: -88em;
    border-radius: 50%;
    cursor: pointer;
}

.Banner .slick-arrow:focus {
    outline: none;
}

.Banner .slick-prev {
    background: url(../images/prev.png) no-repeat center;
    left: 2%;
}

.Banner .slick-next {
    background: url(../images/next.png) no-repeat center;
    right: 2%;
}

.Banner .slick-arrow:hover {
    background-color: #ce9643;
    border-color: #ce9643;
}
@media screen and (min-width: 1920px) {
	.linkList {margin: 0 -40px;}
	.linkList li > a{margin: 0 40px;}
	.linkList li i{font-size: 40px;}
	.buct_title h2{font-size: 46px;}
}
@media screen and (min-width: 1020px) {
    .border:before {
        transition: all .4s ease-out;
    }
    .border:hover:before {
        background: #ce9643;
    }
		
		.s_col2 li a:hover{transform:translate(13px,-13px);}
		.s_col1 li:hover{transform: translate(10px,-10px);}
		.slick-list,.buct_list1 ul{transition: all .4s ease-out;}
		.border:hover .slick-list {transform: translate(-20px,20px);}
		
		.buct_list1:hover ul{transform: translate(22px,-22px);}
		.item-info2,.linkList li > a{transition: transform .4s ease-out;}
		.item-info2:hover,.linkList li > a:hover{transform: translateY(-10px);}
}
@media screen and (max-width: 1460px) {
	.buct_title h2{font-size: 42px;}
	.section_3 .lf{width: 60%;}
	/* .linkList{margin: 0 -3vw;}
	.linkList li > a{margin:0 3vw;} */
}
@media screen and (max-width: 1386px) {
	.item-info2{margin: 0 15px;}
	.slick2{margin: 0 -15px;}
	.item-info3{margin: 0 20px;}
	.slick3{margin: 0 -20px;}
	.b_title{font-size: 20px;}
	.s_col2 li:first-child{margin-top: 77px;}
	.subTab h3{font-size: 22px;}
}
@media screen and (max-width: 1200px) {
	.item-txt1{height: 48px;box-sizing: content-box;}
	.buct_title h2{font-size: 36px;}
	.buct_title2 span{font-size: 80px;}
	.section_4{padding-bottom: 60px;}
	.linkList li > a > div{height: auto;padding-bottom: 10px;}
	.item-txt4{padding: 25px 20px;}
	.s_col2 li:first-child{margin-top: 45px;}
	.s_col2 li p,.item-txt4 h3{font-size: 14px;}
	.s_col2 li h3 i{font-size: 27px;}
	.s_col2 li h3{font-size: 14px;}
	.s_col2 li a{padding: 18px 15px 18px 16px;}
	.s_col2 li a{min-height: 158px;}
	.subTab h3{font-size: 20px;}
	.buct_list1 li.on .subTab{padding: 30px;}
	.buct_list1 li > h3{padding-left: 25px;}
	.buct_list1 li > h3::before{margin-right: 15px;}
	.subTab p{margin-bottom: 15px;}
}
@media screen and (max-width: 996px) {


		.Banner .slick-slide a::before{content: '';background: linear-gradient(to bottom,rgba(28, 38, 130, .58),rgba(28, 38, 130, .0));width: 100%;height: 200px;width: 100%;position: absolute;top: 0;left: 0;}

	.Banner .slick-slide a{height: 0;overflow: hidden;padding-bottom: 51.3%;background-attachment: scroll;}
	
	.section_3 .lf{width: 100%;float: none;margin-bottom: 15px;}
	.section_3 .lf::after{content: '';display: block;clear: both;}
	.section_3 .rt{width: 100%;float: none;}
	.subTab p{height: auto;}
	.buct_list1 li.on .subTab{padding: 20px 30px;}
	.linkList{margin: 0 auto;max-width: 760px;}
	.linkList li > a{margin: 0 10px;max-width: 130px;}
	.linkList li{width: 20%;margin-bottom: 20px;}
	.item-info3,.s_info4{margin: 0 8px;}
	.slick3,.slick4{margin: 0 -8px;}
.slick2{padding-top: 50px;}
.b_title{font-size: 18px;}
.section_4{padding-bottom: 0;}
.Banner .slick-arrow{top: auto;bottom: 15px;transform: scale(.7);}
	
}
@media screen and (max-width: 767px) {
	
	.s_col1{width: 100%;float: none;}
	.s_col2{float:none;width: 100%;}
	.s_col2 li p{height: auto;margin-bottom: 10px;}
	.s_col2 li a{min-height: auto;}
	.slick-small{display: none;}
	.slick-big{width: 100%;}
	.slick2{padding-top: 40px;}
	.s_info1{padding-right: 0;}
	.item-txt1{height: 96px;}
	.slick-big .slick-dots{position: relative;text-align: center;left: 0;margin-bottom: 20px;}
	.slick3 .slick-slide a{padding-bottom: 10px;}
	.slick3 .slick-dots{min-width: 270px;}
	.s_col2 li:first-child{margin-top: 40px;}
	.s_col2 li{margin-bottom: 35px;}
	.s_col2 li:last-child{margin-bottom: 0;}
	.buct_title{padding: 35px 0;}
	.buct_title h2{font-size: 30px;}
	.buct_title span{font-size: 70px;}
	.buct_list1 li > h3{font-size: 16px;padding-left: 20px;}
	.buct_list1 li > h3::before{margin-right: 15px;}
	.slick3 .slick-current+.slick-active a{transform: none;}
}
@media screen and (max-width: 640px) {
	.linkList li{width: 25%;}
}
@media screen and (max-width: 480px) {
	.linkList li{width: 33.3%;}
	.item-img1{width: 100%;}
	.slick2 .item-img1{display: none;}
	.item-txt1{margin-left: 0;height: 48px;}
	.item-info2{padding-bottom: 35px;}
	.s_txt1{margin-left: 0;margin-top: 0;}
	.mouse{display: none;}
	.slick3 .slick-slide a{padding: 0 30px 10px;}
}
@media screen and (max-width: 400px) {
	.item-txt4{position: static;width: 100%;padding: 15px;}
	.item-img4{width: 100%;}
	.item-txt4 h3{height: auto;}
	.s_col1 li:nth-child(2n) .item-img4{margin-left: 0;width: 100%;}
}
