@charset "utf-8";
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}
li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: top;
}

p {
    word-wrap: break-word;
}

i {
    text-decoration: none;
}

input {
    outline: 0;
    border: 0;
}

.Pad_top {
    padding-top: 0.1px;
}

.Ver_top {
    vertical-align: top;
}

.f-fl {
    float: left;
}

.f-fr {
    float: right;
}

.f-cb {
    clear: both;
}

.dn {
    display: none;
}

.dk {
    display: block;
    
}


/* li加点 list-style-type:disc */


/* overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;*/


/* overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;*/


.hd{
    width: 100%;
    min-height: 745px;
    background: url(banner_lsjfxy260520.jpg) no-repeat top center;
}
.hd-auto{
    width: 1300px;
    height: auto;
    margin: 0 auto;
    padding-top: 38px;
}
.top_lsjfxy260520{
    display: block;
    margin: 0 auto;
    padding: 50px 0 340px 0;
}
.main{
    width: 100%;
    height: auto;
}
.main-auto{
    width: 1290px;
    margin: 0 auto;
}
.m1{
    width: 100%;
}
.m1 ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.m1 ul li.li1{
    width: 634px;
    height: 156px;
    background: url(bg1_lsjfxy260520.png) no-repeat center center;
}
.m1 ul li.li2{
    width: 634px;
    height: 156px;
    background: url(bg2_lsjfxy260520.png) no-repeat center center;
}
.m1 ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.m2{
    width: 100%;
    height:776px;
    background: url(bg6_lsjfxy260520.png) no-repeat top center;
    margin-top: 60px;
}
.m2-auto{
    width: 1121px;
    margin: 0 auto;
    height: 500px;
    padding-top: 75px;
}
.m2-auto ul {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    width: 100%;
    margin: 0 auto;
    margin-top: 28px;
}
.m2-auto ul li {
    display: block;
    width: 96%;
    padding: 0 2%;
    height: 110px;
    background: #d6e7ff;
    margin-bottom: 30px;
    font-size: 20px;
    margin-top: 45px;
    color: #33312f;
    line-height: 99px;
    text-align: center;
}
.m2-auto ul li a{
    display: block;
    width: 100%;
    height: 99px;
    font-size: 24px;
    color: #33312f;
    line-height: 99px;

}
.m3{
    width: 100%;
    height: 730px;
    background: url(bg7_lsjfxy260520.png) no-repeat bottom center;
}
.m3-auto{
    width: 1300px;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding-top: 100px;
}
.swiper-container {
	width: 100%;
	height: 100%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}
.pagination {
    position: absolute;
    z-index: 20;
    bottom: 40px;
    width: 100%;
    text-align: center;
}
.swiper-active-switch {
    background: #ffffff !important;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.ftt{
    width: 100%;
    margin-top: 90px;
    height: 244px;
    /* background: url(ft_lsjfxy260520.jpg) no-repeat center center; */
}
.m3-top{
    width: 837px;
    height: 82px;
    position: relative;
    margin: 0 auto;
}
.gd{
    display: block;
    position: absolute;
    top: 22px;
    right: 0;
    width: 62px;
    height: 20px;

}
.swiper-container1{
    width: 985px;
    height: 446px;
    margin-top: 50px;
}
.swiper-slide-auro{
    width: 250px;
    height: 446px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.swiper-slide-auro a img{
    display: block;
    width: 100%;
}
.tm{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.tm img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
width: auto !important;
}
#btn1{
    width: 42px;
    height: 74px;
    position: absolute;
    top: 295px;
    left: 0;
    background: url(l1_lsjfxy260520.png) no-repeat center center;
    cursor: pointer;
}
#btn2{
    width: 42px;
    height: 74px;
    position: absolute;
    top: 295px;
    right: 0;
    background: url(r1_lsjfxy260520.png) no-repeat center center;
    cursor: pointer;
}
.ftt-auto{
    padding-top: 40px;
}
.zzcx_lsjfxy260520{
    margin: 100px auto;
    width: 1300px;
    display: block;
}
.zzcx_lsjfxy260520 img{
    width: 100%;
    display: block;
}