body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

em,
i {
    font-style: normal;
}

html {
    font: 16px / 1.4 Helvetica;
}

body {
    min-width: 1240px;
    max-width: 2500px;
    margin: 0 auto;
    
}

.scrollbar {
    scrollbar-width: thin;
    scrollbar-color: rgba(100, 100, 100, .4) transparent;
}

.scrollbar::-webkit-scrollbar {
    width: .6rem;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: .6rem;
    background-color: rgba(100, 100, 100, .4)
}


.site {
    overflow: hidden;
}




.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 50vh;
    min-height: 480px;
    max-height: 480px;
	left:-3%;
	top:30px;
}


.wrapper h3 {
    position: absolute;
    left: 4rem;
    top: 4rem;
    z-index: 1000;
    padding: 0 1rem;
    background-color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    color: #222;
    border-radius: 1.4rem;
}

.wrapper .container {
    position: relative;
    margin: 0 auto;
}

.horizontal .container {
    width: 30rem;
    height: 30rem;
}

.vertical .container {
    width: 37rem;
    height: 14rem;
}

.container .cards-list {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background-color: #f4f4f4;
    border-radius: 0.3125rem;
    transition: 330ms;
}

.demo4 .cards-list {
    transition: 440ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
 

.horizontal .cards-list {
    width: 100%;
}
/* 
.horizontal .img {
    height: 16rem;
} */




.vertical .cards-list {
    display: flex;
    height: 100%;
}

.vertical .img,
.vertical .main-con {
    height: 100%;
}

.vertical .img {
    width: 18rem;
}

.vertical .main-con {
    width: 19rem;
}


.img img {

    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-user-drag: none;
    -moz-user-select: none;
    user-select: none;

}

.img>img {

    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-user-drag: none;
    -moz-user-select: none;
    user-select: none;

}




.main-con {
    padding: 0 1rem;
    box-sizing: border-box;
}

.main-con .name {
    padding-top: 1.8rem;
    font-size: 1.3rem;
    font-weight: 600;
    color: #424242;
}

.main-con .content {
    padding-top: 0.3rem;
    height: 6rem;
    font-size: 1rem;
    color: #777;
    text-align: justify;
    line-height: 1.4rem;
}
.main-con .content a{color:darkred}
.main-con .content a:hover{color:darkred}
.main-con .content a:visited{color:darkred}
.main-con .label {
    font-size: 0.9rem;
    color: #555;
    padding: 1rem 0;
}





.btn-direct {
    position: absolute;
    top: 50%;
    z-index: 100000;
    width: 4rem;
    height: 4rem;
    transform: translateY(-50%);
    cursor: pointer;
    transition: .2s;
}


.btn-direct.btn-left {
    left: 6rem;
}

.btn-direct.btn-right {
    right: 6rem;
}

.btn-direct>span {
    position: absolute;
    left: calc(50% - .6rem);
    top: calc(50% - .6rem);
    width: 1.2rem;
    height: 1.2rem;
    border-top: 0.2rem solid #fff;
    border-left: 0.2rem solid #fff;
}

.horizontal .shift-left {
    transform: translateX(25%) rotate(-45deg);
}

.horizontal .shift-right {
    transform: translateX(-25%) rotate(135deg);
}

.vertical .shift-left {
    transform: translateY(25%) rotate(45deg);
}

.vertical .shift-right {
    transform: translateY(-25%) rotate(-135deg);
}



.demo7 .container {
    width: 18rem;
    height: 24rem;
    overflow: hidden;
}

.navigation {
    position: absolute;
    bottom: 5rem;
    left: 50%;
    transform: translate(-50%);
}

.navigation .dot {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    margin: .5rem;
    border: .125rem solid #fff;
    background-color: #fff;
    border-radius: 100%;
    cursor: pointer;
}
.navigation .dot.active {
    background-color: transparent;
}

.demo1-tip {
    position: absolute;
    left: 12rem;
    top: 8rem;
    color: #fff;
    line-height: 1;
}
.demo1-tip .active-index{
    color: lightgoldenrodyellow;
    font-size: 1.5rem;
    font-weight: 600;
    vertical-align: middle;
}
.g-tt{margin-top:80px;width:100%;padding-top:25px;min-height:166px;background:url(tt_bg.png) top center no-repeat;}
.g-tt .m-tt{width:1060px;margin-left:auto;margin-right:auto;padding-left:100px;}
.g-tt .m-tt h2{font-size:32px;line-height:44px;text-align:center;color:#fff;font-weight:bold;}
.g-tt .m-tt h2 a{color:#ce3d3f;}
.g-tt .m-tt p{font-size:16px;line-height:28px;color:#474747;text-indent:2em;margin-top:10px;}
.g-tt .m-tt p a{color:#d09f53;}

 .g-banner1 {
     width: 1200px;
     margin-left: auto;
     margin-right: auto;
     margin-top: 30px;
 }
 
 .sbjgclscont {
     width: 1200px;
     margin: 0 auto;
     overflow: hidden;
 }
 .sbjgclsleft {
     width: 600px;
     height: 522px;
     background: url(sbjgclsleftbg.png);
     float: left;
 }
 .sbjgclsleftcont {
     padding: 30px;
     overflow: hidden;
 }
 .sbjgclstitle {
     overflow: hidden;
     margin-bottom: 12px;
 }
 .sbjgclstime {
     width: 79px;
     height: 90px;
     background: url(sbjgclstime.png);
     position: relative;
     float: left;
 }
 .gcls1 {
     color: #f07808;
     font-family: PingFangSC;
     font-size: 20px;
     font-weight: 600;
     position: absolute;
     left: 29px;
     top: 31px;
 }
 .gcls2 {
     color: #f07808;
     font-family: PingFangSC;
     font-size: 14px;
     font-weight: 500;
     position: absolute;
     left: 11px;
     top: 59px;
 }
 .gcls3 {
     width: 442px;
     font-size: 22px;
     font-weight: 500;
     line-height: 30px;
     float: right;
     margin-top: 15px;
 }
 .gcls3 a{
	 
	 color:#333;
	 text-decoration: none;
 }
 .sbjgclsjian {
     font-size: 16px;
     font-weight: 400;
     line-height: 32px;
     text-align: justify;
     color: #666666;
     text-indent: 2em;
 }
 .sbjgclsjian a {
     color: #E01E15;
 }
 .gclsleftfen {
     width: 562px;
     height: 2px;
     background: url(gclsleftfen.png);
     margin: 32px 0 32px 0;
 }
 
.sbjgclsright {
    width: 562px;
    height: 462px;
    float: right;
    margin-top: 30px;
}
.gclsrightfen {
    width: 562px;
    height: 2px;
    background: url(gclsrightfen.png);
}
.gclsrightcont {
    display: flex;
    align-items: center;
    padding: 13px 0 13px 0;
    height: 90px;
    font-size: 18px;
    font-family: PingFangSC;
    font-weight: 500;
    line-height: 32px;
}
.gclsrightcont a {
    color: #333333;
}
.gclsrightcont a span {
    color: #999999;
    padding-left: 15px;
}
 