

.bannerimg img {
    width: 100%;
}



.swiper {
    width: 100%;
    height: 100%;
	height:680px;
}

 @media screen and (max-width: 2460px) { 
	
	 .swiper { 
		 height:1000px; 
	 } 
}
@media screen and (max-width: 1920px) {
	
	.swiper {
		height:700px;
	}
}

@media screen and (max-width:1600px) {
	
	.swiper {
		height:600px;
	}
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.news-item {
    background: #fff;
    position: relative;
    width: 381px;
    float: left;
    margin-left: 78px;
}

.news-item-first {
    margin-left: 0px;
}

.news-item a {
    font-size: 16px;display: block;height: 100%;color:#5c141b;
}

.news-item li {
    position: relative;
    overflow: hidden;
    padding: 6px 0px 5px 4px;
    background: #fff;
    box-shadow: 2px 2px 2px 1px #ccc;
    margin-top: 18px;
    border-bottom: 2px solid #5c141b;
}

.news-item .date {
    border: 1px solid #eee;
    color: #bbb;
    float: left;
    width: 50px;
    font-size: 12px;
    text-align: center;
    padding: 3px 0px;
}

.news-item .date .day {
    font-size: 18px;
    color: #888;
    display: block;
    padding-top: 4px;
}

.news-item .more {
    width: 32px;
    position: absolute;
    right: 10px;
    bottom: -3px;
}

.news-item .news-title {
    float: left;
    margin-left: 10px;
    padding-top: 2px;
    width: 311px;
}

.news-img-title {
    width: 381px;
    height: 181px;
    overflow: hidden;
    display: block;
}

.news-img-title img {
    width: 100%;
    object-fit: cover;
    transition: 0.2s;
}


.news-item li:hover {
    -webkit-box-shadow: 0 5px 15px rgba(92, 20, 27, 0.34);
    box-shadow: 0 5px 15px rgba(92, 20, 27, 0.34);
    -webkit-transition: all 0.32s;
    transition: all 0.32s;
    position: relative;
    z-index: 1
}

/*.news-item li:hover{background: #f9f7f7;}
.news-item li:hover a{color:#5c141b;}*/

.news-item img:hover {
    transform: scale(1.2);
    opacity: 0.9
    -webkit-transition: all 0.32s;
    transition: all 0.32s;
}



.f2box {
    background: url(../images/2bg.jpg) no-repeat center;
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.f2server-nav {
    position: relative;
    overflow: hidden;
}


.f2server-nav img:hover {
    transform: scale(1.2);
    opacity: 0.9;
    -webkit-transition: all 0.32s;
    transition: all 0.32s;
}


.f2box .f2server-nav .navtitle {
    position: absolute;
    font-size: 70px;
    color: #fff;
    writing-mode: rl-tb;
    height: 200px;
    top: 61px;
    width: 85px;
    left: 51px;
    color: #5c141b;
}

.f2server-content {
    width: 967px;
}

.server-item {
    float: left;
    border-bottom: 1px dashed #ccc;
    width: 50%;
    padding: 10px 20px;
    box-sizing: border-box;
    border-left: 1px dashed #ccc;
    padding-left: 7%;
    height: 150px;
    padding-top: 27px;
}

.server-item .f2-content-box {
    padding-left: 5%;
    width: 72%;
    padding-top: 8px;
}

.server-item .f2-content-box .title {
    font-size: 24px;
}

.server-item .f2-content-box p {
    color: #999;
    margin-top: 8px;
    line-height: 26px;
}

.server-item:hover {
    -webkit-box-shadow: 0px 0px 15px rgba(92, 20, 27, 0.34);
    box-shadow: 0px 0px 15px rgba(92, 20, 27, 0.34);
    -webkit-transition: all 0.32s;
    transition: all 0.32s;
    position: relative;
    z-index: 1
}



.f3box {
    background: #f5f1f1 url(../images/33bg.png) no-repeat bottom left;
    width: 100%;
    padding-top: 69px;
    height: 740px;
    background-size: 433px 460px;
    box-sizing: border-box;
    position: relative;
}

.f3-content {
    font-size: 28px;
    overflow: hidden;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: 20px;
    width: 917px;
    padding-bottom: 20px;
    padding-right: 10px;
}

.f3-item {
    overflow: hidden;
    width: 421px;
    height: 282px;
    padding: 64px;
    box-sizing: border-box;
}

.f3-item img {
    width: 130px;
}

.f3-item .text {
    margin-top: 22px;
    margin-right: 38px;
}

.f3box .f3-img-nav {
    position: relative;
    overflow: hidden;
}

.f3box .f3-img-nav img:hover {
    transform: scale(1.2);
    opacity: 0.9;
    -webkit-transition: all 0.32s;
    transition: all 0.32s;
}
.f3box .navtitle {
    position: absolute;
    right: 0px;
    font-size: 70px;
    color: #fff;
    writing-mode: rl-tb;
    height: 200px;
    top: 61px;
    width: 85px;
    right: 53px;
}

.f3box .f3img2{width:auto;height: 130px;}
.f3box .f3img3{width:auto;height: 130px;padding-left: 18px;padding-top: 7px;}


.f3-item:hover {
    -webkit-box-shadow: 0 5px 15px rgba(92, 20, 27, 0.34);
    box-shadow: 0 5px 15px rgba(92, 20, 27, 0.34);
    -webkit-transition: all 0.32s;
    transition: all 0.32s;
    position: relative;
    z-index: 1
}

.margintop36 {
    margin-top: 36px;
}

.bge7 {
    background: #e7e7e7;
}

.bgef {
    background: #efefef;
}

.noborder-left {
    border-left: none;
}

.noborder-bottom {
    border-bottom: none;
}