@charset "utf-8";
/*前台HOME首页Index专属样式表*/

#inSlider {
    height: 620px;
    overflow: hidden;
    background: #fff;
    position: relative;
}
#inSlider .arrow {
    position: absolute;
    z-index: 99;
    left: 24px;
    top: 50%;
    margin-top: -36px;
    width: 20px;
    height: 72px;
    background: url(inSliderArrow.png) 0px 0px no-repeat;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#inSlider .arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
#inSlider .arrow.next {
    background-position: -20px 0px;
    left: auto;
    right: 24px;
}
#inSlider .hd {
    position: absolute;
    z-index: 99;
    bottom: 12px;
    left: 50%;
    margin-left: -25px;
}
#inSlider .hd ul {

}
#inSlider .hd ul li {
    width: 40px;
    height: 3px;
    /*background: url(inSliderPoint.png) 0px 0px no-repeat;*/
    /*border-bottom: 3px solid #fff;*/
    background: rgba(255,255,255,0.3);
    float: left;
    margin: 0px 3px;
    cursor: pointer;
}
#inSlider .hd ul li.on {
    /*background-position: 0px -16px;*/
    background: #FFFFFF;
}
#inSlider .bd {
    
}
#inSlider .bd ul {
    
}
#inSlider .bd ul li {
    height: 620px;
    position: relative;
}
#inSlider .bd ul li img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.inPro {
    background: #ffffff;
    padding: 20px 0px;
}
.inPro .container {
    overflow: hidden;
}
.inPro h5 {
    text-align: center;
    color: #333333;
    font-size: 36px;
    line-height: 66px;
    font-weight: 400;
    margin-top: 36px;
}
.inPro p {
    text-align: center;
    font-size: 14px;
    margin: 0px;
    color: #666;
    line-height: 2;
}
.inProList {
    padding: 15px 0px;
    width: 1220px;
    overflow: hidden;
}
.inProList .item {
    width: 285px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}
.inProList .item .img {
    height: 178px;
    position: relative;
    font-size: 0px;
    display: block;
    transition: all 0.2s linear;
	-webkit-transition: 0.2s linear all;
}
.inProList .item .img img {
    width: 100%;
    height: 100%;
}
.inProList .item .img .mask {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9;
    background: url(inProMask.png) center center no-repeat;
    display: none;
}
.inProList .item .img .mask .icon {
    position: absolute;
    top: -100px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99;
    background: url(inProMaskIcon.png) bottom center no-repeat;
    display: none;
}
.inProList .item .img:hover {
    
}
.inProList .item .img:hover .mask {
    display: block;
}
.inProList .item .img:hover .mask .icon {
    display: block;
    top: 0px;
    background-position: center center;
}
.inProList .item .info {

}
.inProList .item .info a {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: bold;
    color: #1f5bbe;
    transition: all 0.2s linear;
	-webkit-transition: 0.2s linear all;
}
.inProList .item .info a:hover {
    color: #f66a23;
}
.inProList .item .info p {
    text-align: left;
    color: #999;
    line-height: 1.5;
}

.inFt {

}
.inFt .item {
    width: 20%;
    float: left;
    overflow: hidden;
    text-align: center;
    padding: 40px 0px;
}
.inFt .item h5 {
    color: #1f5bbe;
    font-weight: bold;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
}
.gs-left {
    float: left; width: 754px; height: 606px; position: relative; overflow: hidden;
}

.gs-left-t {
    width: 680px;
    padding-top: 68px;
}
.gs-left-t .gs-bg-title {
    position: absolute;
    color: rgba(153, 153, 153, 0.12);
    font-size: 82px;
    top: 0px;
}
.gs-left-t .gs-title {
    color: #333333; font-size: 30px;
}
.gs-left-t .gs-sub-title {
    padding-top: 15px;
    font-size: 20px;
    color: #999999;
}
.gs-left-t .gs-content {
    margin-top: 28px;
    padding-right: 123px;
}
.gs-left-t .gs-content p {
    font-size: 14px;
    text-indent: 2em;
    text-align: left;
    line-height: 28px;
    color: #333;
}
.gs-bottom {
    width: 100%;
    position: absolute;
    bottom: 45px;
    z-index: 99;
    height: 148px;
}
.gs-bottom-con {
    width: 1800px; margin: 0 auto;background: #1869C4;height: 100%;
}
.gs-bottom-con .gs-b-title {
    font-size: 28px;
    font-weight: 400;
    color: #FFFFFF;
}
.gs-bottom-con .gs-b-sub-title {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 2px;
}
.gs-bottom-con .gs-b-icon {
    cursor: pointer;
    /*position: absolute;*/
    /*right: 18px;*/
    /*bottom: 4px;*/
    float: left;
    margin-top: 9px;
}
.gs-right {
    float: right; width: 466px; height: 556px; overflow: hidden;margin-top: 40px; position: relative; z-index: 100;
}
.gs-right img {
    margin: 0;
    padding: 0;
}

.gs-header {
    width: 1210px; height: 170px; position: relative; overflow: hidden;
}

.gs-header-l {
    /*width: 1000px;
    float: left;*/
}
.gs-header-l .gs-title {
    color: #333333; font-size: 30px;
}
.gs-header-l .gs-sub-title {
    padding-top: 15px;
    font-size: 20px;
    color: #999999;
}

.gs-header-r {
    float: right;
    width: 140px;
}
.gs-header .gs-button {
    width: 130px;
    height: 40px;
    border-radius: 20px 20px 20px 20px;
    opacity: 1;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: 400;
    color: #383838;
    margin-top: 30px;
    background: rgba(255, 255, 255, 0);
}

.gs-left-img {
    float: left; width: 436px; height: 619px; overflow: hidden;position: relative;
}

.gs-left-img .gs-left-con {
    position: absolute;
    top: 155px;
    right: 10px;
    width: 180px;
    height: 200px;
}

.gs-left-img .gs-button-learn {
    margin-top: 25px;
    padding: 2px 12px;
    font-size: 16px;
    color: #383838;
    background: rgba(255, 255, 255, 0);
}

.gs-right-con {
    width: 744px;
    height: 550px;
    float: left;
    margin-top: 67px;
    margin-left: 18px;
    border: 1px solid #ddd;
}

.grid-e1{
    width:100%;
    height:100%;
    position: relative;
    margin: 0 auto;
    display:grid;
    place-items:center;
    grid-template-columns:1fr 1fr;
    /*grid-template-rows: 275px;*/
    background-color: #f2f2f2;
    /*grid-template-areas:'box1 box2'*/
	/*							'box1 box2';*/
    grid-gap:2px 2px;
}
.grid-e1 .box{
    width:100%;
    height:100%;
    display: grid;
    background-color: #FFFFFF;
    place-items: center;
}
.grid-e1 .box .p1{
    font-size: 18px;color: #3D3D3D;
}
.grid-e1 .box .p2{
    font-size: 12px;color: rgba(61,61,61,0.5);
}
.grid-e1 .box .p3{
    font-size: 16px;color: #383838;margin-top: 15px;
}
.grid-e1 .box:hover,
.grid-e1 div.act {
    background: url("../index/bg1.png") 158px 0px no-repeat #1869C4;
}
.grid-e1 .box:hover .p1, .grid-e1 .box:hover .p3,
.grid-e1 .act .p1, .grid-e1 .act .p3 {
    color: #FFFFFF;
}
.grid-e1 .box:hover .p2,
.grid-e1 .act .p2 {
    color: rgba(255, 255, 255, 0.5);
}

.gs-con {
    width: 1198px;
    /*height: 528px;*/
}

.gs-con .gs-news {
    position: relative
}

.gs-con .gs-news img {
    width: 564px; height: 320px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);
}

.gs-con .news-item {
    background: #FFFFFF;
    width: 564px;
    height: 160px;
}

.grid-e2{
    width:100%;
    /*height:100%;*/
    position: relative;
    margin: 0 auto;
    display:grid;
    place-items:center;
    grid-template-columns:1fr 1fr;
    grid-template-rows: 160px;
    grid-template-areas:'box1 box2'
								'box1 box2';
    grid-gap:24px 24px;
}
.grid-e2 .box{
    width:100%;
    height:100%;
    display: grid;
    background-color: #FFFFFF;
}
.grid-e2 .box1{
    grid-area:box1;
}

.grid-e2 .box2 p{
    margin: 0 20px;
    font-size: 20px;
    text-align: left;
    color: #353535;
    font-weight: 400;
}
.p-one-line {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: calc(1em * 1 * 1.5);
    min-height: calc(12px * 1 * 1.5);
}
.grid-e2 .box2 span{
    margin: 0 20px;
    font-size: 14px;
    color: #888888;
}
.grid-e2 .box2 .new-item-info{
    margin: 10px 20px;
    font-size: 14px;
    color: #888888;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: calc(1em * 3 * 1.5);
    min-height: calc(12px * 3 * 1.5);
}

.grid-e2 .box:hover{
    border-bottom: 1px solid #1869C4;
}

.grid-e2 .box p:hover{
    color: #1869C4;
}

.grid-e3{
    width:100%;
    height:100%;
    position: relative;
    margin: 0 auto;
    display:grid;
    place-items:center;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr;
    /*grid-template-rows: 275px;*/
    background-color: #f2f2f2;
    grid-gap:2px 2px;
    border: 1px solid #ddd;
}
.grid-e3 .box{
    width:100%;
    height:100%;
    display: grid;
    background-color: #FFFFFF;
    place-items: center;
}

.grid-e3 .box img {
    max-width: 238px;
    max-height: 70px;
}

.inNag {
    width: 64px;
    height: 385px;
    background: #ffffff;
    z-index: 99;
    position: fixed;
    right: 155px;
    bottom: 100px;
}

.inNag li {
    text-align: center;
    background: rgba(0, 0, 0, 0.24);
    padding: 6px;
    border-bottom: 1px solid #FFFFFF;
}
.inNag li:hover {
    background: #1869C4;
}

.inNag li a {
    color: #FFFFFF;
}

.inQr {
    width: 172px;
    height: 172px;
    background: #ffffff;
    z-index: 99;
    position: fixed;
    right: 240px;
    bottom: 156px;
    border-top: 2px solid #3662EC;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
