@charset UTF-8;

/**title**/


:focus {
	outline: 0;
	box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

.index_bn {
	margin-top: 160px;
	position: relative;

}
.swiper_pcbn
{
	display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.swiper_mbn
{
	display: none;  
    width: 100%;
    overflow: hidden;
    position: relative;
}


.swiper-bn-list {
	position: absolute;
	width: 100%;
	bottom: 50px !important;
	z-index: 9;
	text-align: center;
}

.swiper-bn-list span {
	background: none;
	width: 12px;
	height: 12px;
	margin: 0px 4px !important;
	opacity: 1;
	border: 2px #fff solid;
}
.swiper-bn-list .swiper-pagination-bullet-active
{
		background: #fff;
}





/**pag5**/

.pag5
{
    
    
}
.pag5_center
{
    max-width: 1240px;
    margin: auto;
    padding: 0px 20px;
}
.pag5_center .n_banner
{
	margin-top: 0px;
}


.pag5_center ul
{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 60px;
}

.pag5_center ul li
{width: calc((100% - 30px)/3);}
.pag5_center ul li a
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
    background: #00598a;
    transition: all 0.5s;
}
.pag5_center ul li a:hover
{
	background:#68b82e;
}

.pag5_center ul li a img
{
    max-height: 46px;
    max-width: 100%;
}
.pag5_center ul li a .title
{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-left: 20px;
}

/**pag6**/
.pag6
{
    overflow: hidden;
    width: 100%;
}

.pag6_center
{
    max-width: 1240px;
    margin: auto;
    overflow: hidden;
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
}
.pag6_center .title
{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px #ddd solid;
    margin-bottom: 20px;
}
.pag6_center .title p
{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    padding: 0px 20px;
    background: #00598a;
}
.pag6_center .title a
{
    font-size: 14px;
    color: #00598a;
    font-weight: normal;
    line-height: 50px;
}
.pag6_center ul li
{
	display: flex;
	justify-content: space-between;
	padding: 10px 0px;
}

.pag6_center ul li a
{
    width: calc(100% - 100px);
    color: #4b4b4b;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: 1;
    position: relative;
    padding-left: 14px;
}
.pag6_center ul li a:hover
{
	color: #00598a;
}



.pag6_center ul li a:before
{
	content:'';
	width: 4px;
	height: 4px;
	background: #00598a;
	border-radius: 100%;
	top: 50%;
	margin-top: -2px;
	position: absolute;
	left: 0px;
}

.pag6_center ul li .time{
    width: 100px;
    text-align: right;
    color: #999;
    font-size: 14px;
}



.pag6_center .left
{
    width: calc(50% - 10px);
    float: left;
    padding: 25px;
    background: url(../images/sjx.jpg)#fff no-repeat left top;
}


.pag6_center .right
{
    width: calc(50% - 10px);
    float: right;
    background: url(../images/sjx.jpg)#fff no-repeat left top;
    padding: 25px;
}




/**pag7**/
.pag7
{
    overflow: hidden;
    width: 100%;
    padding-top: 20px;
}
.pag7_center
{
    max-width: 1240px;
    margin: auto;
    overflow: hidden;
    padding: 0px 20px;
}

.pag7_center .left {
    width: calc(50% - 10px);
    float: left;
    padding: 0px;
    background: #fff;
}
.pag7_center ul
{
	padding: 0px 25px 25px;
}
.pag7_center .title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px #ddd solid;
    margin-bottom: 20px;
    padding-right: 20px;
}


.pag7_center .right {
    width: calc(50% - 10px);
    float: right;
    padding: 0px;
    background: #fff;
}

.pag7_center .first
{
    margin: 0px 20px 10px;
    background: #eff2f4;
}
.pag7_center .first a
{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.pag7_center .first_title
{
    width: 80%;
    font-size: 18px;
    color: #4b4b4b;
    padding: 0px 30px;
}
.pag7_center .first_title p
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    position: relative;
}


.pag7_center .first a:hover .first_title p
{
 color: #00598a;
}


.pag7_center .first_title .time
{
	width: 100%;
	text-align: left;
	color: #999;
	font-size: 14px;
	margin-top: 10px;
}

.pag7_center .first .img
{
    width: 40%;
    height: 120px;
    overflow: hidden;
    position: relative;
}

.pag7_center .first .img .ico
{
    background-size: cover !important;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)scale(1);
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pag7_center .first a:hover .img .ico
{
    transform: translateY(-50%)scale(1.1);
}


/**pag8**/

.pag8
{
    padding: 60px 0px;
}
.pag8_center
{
    max-width: 1200px;
    margin: auto;
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 40px 0px;
}
.pag8_center li .title
{
    font-size: 14px;
    text-align: center;
    color: #333;
    line-height: 40px;
    margin: 0px 0px;
    transition: all 0.5s;
    background: #eff2f4;
}
.pag8_center li:hover .title
{
    color: #fff;
    background: #00598a;
}


.pag8_center li img
{
    width: 100%;
    transform: scale(1);
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}
.pag8_center li:hover img
{
    transform: scale(1.1);
}

.pag8_center li .pr_img
{height: 0px;padding-top: 70%;position: relative;overflow: hidden;}

.pag8_center li .pr_img .ico
{
    background-size: cover !important;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)scale(1);
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pag8_center li:hover .pr_img .ico
{
    transform: translateY(-50%)scale(1.1);
}

.pag8_center ul
{
    padding: 0px 65px;
    position: relative;
}



.swiper_products
{overflow: hidden;}
.swiper-button-prev:after,.swiper-button-next:after
{
    color: #00598a;
    font-size: 16px;
    transition: all 0.5s;
}
.swiper-button-prev,.swiper-button-next
{
       top: 50%;
       margin-top: -20px;
       width: 40px;
       height: 40px;
       background: #e7ecef;
       transition: all 0.5s;
}
.swiper-button-prev:hover,.swiper-button-next:hover
{
	background:#68b82e;
}
.swiper-button-prev:hover:after,.swiper-button-next:hover:after
{
	color:#ffff;
}

.swiper-button-prev
{
    left: 0px;
}

.swiper-button-next
{
    right: 0px;
}



.index_title
{
	font-size: 24px;
	font-weight: bold;
	color: #00598a;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_title:before
{
	content:'';
	width: 48px;
	height: 2px;
	display: block;
	background: #00598a;
	margin-right: 20px;
}

.index_title:after
{
	content: '';
	width: 48px;
	height: 2px;
	display: block;
	background: #00598a;
	margin-left: 20px;
}


/**pag9**/

.pag9
{
    width: 100%;
    margin-bottom: 80px;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}
.pag9_center
{
    max-width: 1240px;
    margin: auto;
    padding: 0px 20px;
}

.pag9_center ul
{
    display: flex;
    justify-content: space-between;
}

.pag9_center ul li
{
    width: calc((100% - 40px)/3);
    background: #fff;
}
.pag9_center ul li .title
{
    display: flex;
    padding: 0px 25px;
    background: #00598a;
    justify-content: space-between;
}
.pag9_center ul li .title p
{
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.pag9_center ul li .title a
{
    line-height: 50px;
    font-size: 14px;
    color: #fff;
}

.pag9_center ul li .list
{
    padding: 10px 25px 25px;
}

.pag9_center ul li .list a
{
    width: 100%;
    color: #4b4b4b;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    position: relative;
    padding-left: 14px;
    margin: 15px 0px;
}
.pag9_center ul li .list a:hover
{
	color:#00598a;
}


.pag9_center ul li .list a:before
{
    content: '';
    width: 4px;
    height: 4px;
    background: #00598a;
    border-radius: 100%;
    top: 50%;
    margin-top: -2px;
    position: absolute;
    left: 0px;
}


.pag9_center ul li .list a p
{
    width: calc(100% - 50px);
    float: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    position: relative;
}
.pag9_center ul li .list a img
{
    width: 16px;
    float: right;
}


/**pag4**/

.pag4
{
    margin: 60px 0px;
}


.pag4_center .left {
    width: calc(50% - 10px);
    float: left;
    padding: 0px 25px 25px;
    background: #fff;
    border-top: 5px #00598a solid;
}
.pag4_center .right {
    width: calc(50% - 10px);
    float: left;
    padding: 0px 25px 25px;
    background: #fff;
    border-top: 5px #00598a solid;
}

.pag4_center .title p {
    font-size: 24px;
    color: #00598a;
    font-weight: bold;
    line-height: 60px;
    padding: 0px 0px;
    background: none;
}

.pag4_center .first
{
    margin: 0px 0px 10px;
    background: #fff;
    border-bottom: 1px #eee dashed;
    padding-bottom: 20px;
}
.pag4_center .first a
{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.pag4_center .first_title
{
    width: 80%;
    font-size: 18px;
    color: #414346;
    padding: 0px 30px;
}
.pag4_center .first a:hover .first_title p
{
 color: #00598a;
}


.pag4_center .first_title .time
{
	width: 100%;
	text-align: left;
	color: #999;
	font-size: 14px;
	margin-top: 10px;
}
.pag4_center .title a {
    font-size: 14px;
    color: #00598a;
    font-weight: normal;
    line-height: 60px;
}

.pag4_center .first .img
{
    width: 40%;
    height: 120px;
    overflow: hidden;
    position: relative;
}

.pag4_center .first .img .ico
{
    background-size: cover !important;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)scale(1);
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pag4_center .first a:hover .img .ico
{
    transform: translateY(-50%)scale(1.1);
}

.three
{
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}
.three .first_title
{position: absolute;bottom: 0px;padding: 0px 20px;width: 100%;background: rgba(0,0,0,0.6);}
.three .first_title p{
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    width: calc(100% - 80px);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    position: relative;
}
.three .img
{
    height: 228px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.three .img .ico
{
    background-size: cover !important;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)scale(1);
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.swiper-news-list
{position: absolute;bottom: 10px;right: 20px;z-index: 9;}
.swiper-news-list span
{background: #fff;opacity: 1;margin-left: 10px;}
.swiper-news-list span.swiper-pagination-bullet-active
{background: #68b82e;}



/**pag3**/
.pag3
{
    background: #fff;
}
.pag3 .title 
{
    line-height: 66px;
    font-size: 18px;
    width: 120px;
    color: #00598a;
    font-weight: bold;
    background: url(../images/rd.png) no-repeat left center;
    padding-left: 40px;
}
.pag3_center
{
    display: flex;
    max-width: 1240px;
    margin: auto;
    padding: 0px 20px;
}

.pag3 ul
{
    width: calc(100% - 120px);
    overflow: hidden;
    position: relative;
}
.pag3 ul li a
{
    font-size: 16px;
    line-height: 66px;
    padding-right: 140px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.swiper-hot-prev:after,.swiper-hot-next:after
{
    color: #fff;
    font-size: 10px;
    transition: all 0.5s;
}
.swiper-hot-prev,.swiper-hot-next
{
       top: 50%;
       margin-top: -17px;
       width: 34px;
       height: 34px;
       background: #00598a;
       transition: all 0.5s;
       border-radius: 100%;
}
.swiper-hot-prev:hover,.swiper-hot-next:hover
{
	background:#68b82e;
}
.swiper-hot-prev:hover:after,.swiper-hot-next:hover:after
{
	color:#ffff;
}

.swiper-hot-prev
{
    right: 50px;
    position: absolute;
    left: initial;
}

.swiper-hot-next
{
    right: 0px;
}


