/* ban */
.ban{
    overflow: hidden;
}
.banSwiper{
    position: relative;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 92px;
    left: 0;
    width: 100%;
}
.banSwiper .swiper-pagination-bullet{
    background-color: #ffffff;
    transition: all .5s;
}
.banSwiper .swiper-pagination-bullet-active{
    width: 33px;
	height: 10px;
	background-color: #ffffff;
	border-radius: 5px;
}
/* 产品展示 */
.products{
    width: 100%;
    background: url(../images/bg.jpg);
    background-size: cover;
    padding: 5% 0;
    position: relative;
}
.yc-ckgd{
    width: 75%;
    margin: auto;
    text-align: right;
}
.yc-ckgd a{
	font-size: 14px;
	color: #808080;
}
.products-nr{
    margin-top: 5%;
}
.proSwiper{
    width: 75%;
    margin: auto;
    overflow: hidden;
    padding-bottom: 1%;
}
.proSwiper .swiper-slide{
    background: #fff;
    box-shadow: 0px 0px 20px 0px 
    rgba(0, 49, 78, 0.1);
    border-radius: 10px;
}
.proSwiper .swiper-slide a h4{
    text-align: center;
    font-size: 20px;
	line-height: 50px;
	letter-spacing: 1px;
	color: #333333;
    position: relative;
    margin-top: 5%;
}
.proSwiper .swiper-slide a h4::after{
    content: "";
    width: 33px;
	height: 3px;
	background-color: #3985b3;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%,-50%);
    transition: all .5s;
}
.proSwiper .swiper-slide:hover a h4::after{
    width: 82px;
	height: 3px;
	background-color: #3985b3;
}
.proSwiper .swiper-slide a .ckgd{
    width: 134px;
	height: 36px;
	border-radius: 3px;
	border: solid 1px #3985b3;
    text-align: center;
    line-height: 36px;
    margin: auto;
    margin-top: 14%;
    color: #3985b3;
    font-size: 14px;
    margin-bottom: 10%;
    transition: all .5s;
}
.proSwiper .swiper-slide:hover a .ckgd{
    background-color: #3985b3;
    color: #fff;
}
#proan{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 94%;
    transform: translate(-50%,-50%);
}
#proan .swiper-pagination-bullet{
    background-color: #3985b3;
    transition: all .5s;
    margin-left: 5px;
}
#proan .swiper-pagination-bullet-active{
    width: 33px;
	height: 10px;
	background-color: #3985b3;
	border-radius: 6px;
}
/* 公司简介 */
.gsjj{
    width: 100%;
    padding: 5% 0;
    position: relative;
}
.gsjj .gsjj-img{
    width: 75%;
    margin: auto;
    margin-top: 6%;
}
.gsjj .gsjj-img img{
    width: 100%;
}
.gsjj-nr{
    position: absolute;
    width: 71%;
    height: 472px;
    margin: auto;
    top: 80%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    box-shadow: 0px 0px 20px 0px 
    rgba(0, 49, 78, 0.1);
    border-radius: 10px;
    padding:  0 3%;
}
.gsjj-nr h3{
	font-size: 24px;
	line-height: 31px;
	color: #3985b3;
    text-align: center;
    margin-top: 3%;
}
.gsjj-nr h4{
	font-size: 14px;
	line-height: 31px;
	color: #999999;
    text-align: center;
}
.gsjj-nr h5{
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #666666;
    text-align: center;
    margin-top: 1%;
    padding: 0 8%;
}
.gsjj-js{
    margin-top: 4%;
}
.gsjj-js ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gsjj-js ul li{
    width: 22%;
    position: relative;
}
.gsjj-js ul li::after {
    content: "";
    width: 1px;
    height: 52px;
    background-color: #d9d9d9;
    position: absolute;
    top: 26%;
    right: -3.5%;
}
.gsjj-js ul li:nth-last-child(1)::after{
    display: none;
}
.gsjj-js ul li h6{
	font-size: 16px;
	color: #333333;
    font-weight: 550;
}
.gsjj-js ul li p{
    font-size: 14px;
	color: #808080;
    margin-top: 4%;
    width: 93%;
}
.ckxq{
    width: 150px;
	height: 48px;
	background-color: #f5f8fa;
    margin: auto;
    margin-top: 4%;
    position: relative;
    overflow: hidden;
}
.ckxq:hover p{
    width: 100%;
}
.ckxq p{
    position: relative;
    background: #3985b3;
    width: 60%;
    height: 100%;
    transition: all.5s;
    line-height: 48px;
    font-size: 14px;
	line-height: 50px;
	color: #ffffff;
    padding-left: 15%;
}
.ckxq p::after{
    content: "";
    position: absolute;
    top: 0px;
    left: 99%;
    border: 16px solid rgba(200, 200, 200, 0);
    border-left: 8px solid #3985b3;
    border-top: 48px solid #3985b3;
}
.ckxq img{
    position: absolute;
    top: 50%;
    right: 1%;
    transform: translate(-50%,-50%);
}
.ckxq .img2{
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}
.ckxq .img1{
    visibility: visible;
    opacity: 1;
    transition: all .5s;
}
.ckxq:hover .img2{
    visibility: visible;
    opacity: 1;
}
.ckxq:hover .img1{
    visibility: hidden;
    opacity: 0;
}
/* 新闻中心 */
.news{
    width: 100%;
    background-color: #f0f3f5;
    margin-top: 10%;
    padding: 5% 0;
    position: relative;
}
.newsSwiper{
    width: 75%;
    margin: auto;
    margin-top: 5%;
    overflow: hidden;
}
.newsSwiper .swiper-slide a .newsswiper-nr{
    background: #fff;
    padding: 7% 5% 9% 5%;
    transition: all .5s;
}
.newsSwiper .swiper-slide a .newsswiper-nr h5{
	font-size: 19px;
	line-height: 27px;
	color: #333333;
    transition: all .5s;
}
.newsSwiper .swiper-slide a .newsswiper-nr p{
	font-size: 15px;
	line-height: 28px;
	color: #666666;
    margin-top: 7%;
}
.newsSwiper .swiper-slide a .newsswiper-nr .news-ljgd{
	font-size: 15px;
	line-height: 22px;
	color: #3985b3;
    margin-top: 9%;
}
.newsSwiper .swiper-slide:hover a .newsswiper-nr{
    background-color: #3985b3;
}
.newsSwiper .swiper-slide:hover a .newsswiper-nr h5{
    color: #fff;
}
.newsSwiper .swiper-slide:hover a .newsswiper-nr p{
    color: #fff;
}
.newsSwiper .swiper-slide:hover a .newsswiper-nr .news-ljgd{
    color: #fff;
}
#newsan{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 94%;
    transform: translate(-50%,-50%);
}
#newsan .swiper-pagination-bullet{
    background-color: #3985b3;
    transition: all .5s;
    margin-left: 5px;
}
#newsan .swiper-pagination-bullet-active{
    width: 33px;
	height: 10px;
	background-color: #3985b3;
	border-radius: 6px;
}
/* 公司优势 */
.gsys{
    width: 75%;
    margin: auto;
    padding: 5% 0;
}
.gsys .gsys-nr{
    margin-top: 5%;
}
.gsys .gsys-nr ul li{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.gsys .gsys-nr ul li .gsys-img{
    width: 50%;
}
.gsys .gsys-nr ul li a{
    width: 50%;
    padding: 4% 3%;
    background: #f5f8fa;
}
.gsys .gsys-nr ul li a .gsys-ys h4{
	font-size: 24px;
	line-height: 28px;
	color: #333333;
}
.gsys .gsys-nr ul li a .gsys-ys p{
	font-size: 14px;
	line-height: 25px;
	color: #666666;
    margin-top: 5%;
}
.gsys .gsys-nr ul li a .gsys-ys .gsys-xq{
    font-size: 16px;
	line-height: 28px;
	color: #3985b3;
    margin-top: 8%;
}
.gsys .gsys-nr ul li a .gsys-ys .gsys-xq img{
    margin-left: 1%;
}
.sanjiao{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-99%,-50%);
}
.gsys .gsys-nr ul li:nth-child(2n){
    display: flex;
    flex-flow: row-reverse;
}
.gsys .gsys-nr ul li:nth-child(2n) .sanjiao{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-1%,-50%) rotate(180deg);
}
.gsck{
    width: 100%;
}
.proSwiper .swiper-slide a img{
    width: 100%;
}
.newsSwiper .swiper-slide a img{
    width: 100%;
}
.gsys .gsys-nr ul li .gsys-img img{
    width: 100%;
}