body {
	margin: auto;
	cursor: default;
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

ul li {
	list-style-type: none;
}

div,
a,
textarea,
input,
span {
	box-sizing: border-box;
}

input {
	background: none;
}

input[type="button"] {
	cursor: pointer;
}

button {
	cursor: pointer;
}

textarea {
	resize: none;
	font-family: inherit;
}

div,
input {
	box-sizing: border-box;
}

::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

::-webkit-scrollbar-thumb {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .3);
}

::-webkit-scrollbar-track {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .1);
}

/* a:hover,
button:hover {
	opacity: 0.7;
} */

@media (min-width: 1020px) {
	#H5 {
		display: none;
	}
}

@media (max-width: 1020px) {
	#PC {
		display: none;
	}
}

.container {
	width: 1400px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
}

.search_tcs {
	width: 100%;
	height: 100%;
	background: rgba(5, 98, 178, .73);
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

.search_box {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.search_bo {
	width: 100%;
}

.search_bo input {
	border: none;
	border-bottom: 1px solid white;
	outline: none;
	width: calc(100% - 45px);
	text-align: center;
	font-size: 48px;
	color: white;
	display: inline-block;
	vertical-align: middle;
}

.search_bo input::placeholder {
	color: white;
}

.search_bo img {
	width: 15px;
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
}

.banner {
	width: 100%;
}

.banner .swiper {
	width: 100%;
	height: 100%;
}

.banner .swiper-slide {
	width: 100%;
	height: 100%;
}

.banner .swiper-pagination-bullet {
	width: 45px;
	height: 5px;
	background: white;
	border-radius: 5px;
}

.banner .swiper-pagination-bullet-active {
	background: white;
}

.banne {
	width: 100%;
	height: 450px;
	position: relative;
}

.banne1 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.banne2 {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.banne3 {
	width: 100%;
	margin: auto;
}

.banne3_1 {
	width: 100%;
	font-size: 48px;
	color: white;
	font-weight: bold;
}

.banne3_2 {
	width: 100%;
	margin-top: 20px;
	font-size: 22px;
	color: white;
}
.banne3_3{
        border: 1px solid #fff;
    width: 150px;
    height: 40px;
    border-radius: 5px;
    display: block;
    margin-top: 30px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
}
.inde_jjs {
	width: 100%;
}

.inde_jj {
	width: 100%;
	margin: 70px auto;
	display: inline-block;
}

.inde_jj1 {
	width: 35%;
	border-radius: 15px;
	margin-right: 4%;
	display: block;
	float: left;
}

.inde_jj2 {
	width: 61%;
	float: left;
}

.inde_jj2_1 {
	width: 100%;
	font-size: 18px;
	color: #666666;
	line-height: 35px;
}

.inde_jj2_2 {
	border: 1px solid #DDDDDD;
	width: 150px;
	height: 40px;
	border-radius: 40px;
	display: block;
	margin-top: 30px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #666666;
}
.inde_jj2_2:hover{
    border-color: #0565B4;
    background: #0565B4;
    color: white;
}
.inde_opticals {
	width: 100%;
	/*background: #F0F8FE;*/
}

.inde_optical {
	width: 100%;
	margin: 50px auto;
}

.inde_optical1 {
	width: 100%;
	text-align: center;
	font-size: 40px;
	color: #000000;
	font-weight: bold;
}

.inde_optical2 {
	border-bottom: 1px solid #DDDDDD;
	width: 100%;
	/*margin-top: 10px;*/
	display: flex;
}

.inde_optical2_1 {
	border-bottom: 1px solid transparent;
	width: 16.66%;
	padding: 30px 0;
	text-align: center;
}

.inde_optical2_2 {
	width: 100%;
	height: 45px;
	overflow: hidden;
	position: relative;
}

.inde_optical2_2 img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.inde_optical2_3 {
	width: 100%;
	margin-top: 15px;
	text-align: center;
	font-size: 16px;
	color: #666666;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略号来代表被修剪的文本 */
}

.inde_optical2_1.on {
	border-color: #0565B4;
}

.inde_optical2_1.on .inde_optical2_3 {
	color: #000000;
}

.inde_optical3 {
	width: 100%;
	display: none;
}

.inde_optical4 {
	width: 100%;
		margin-top: 35px;
}
.inde_optical4 .swiper-father{
  width: 100%;
  height: 100%;
  position: relative;
}
.inde_optical4 .swiper{
     width: calc(100% - 120px);
  height: 100%;
  padding-bottom: 30px;
}
.inde_optical4 .swiper-slide{
     width: 100%;
  height: 100%;
}
.inde_optical4 .swiper-pagination{
    bottom: 0;
}
.inde_optical4 .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #707070;
	border-radius: 10px;
}

.inde_optical4 .swiper-pagination-bullet-active {
background: #707070;
}
.inde_optical4 .swiper-button-prev::after,
.inde_optical4 .swiper-button-next::after {
	display: none;
}

.inde_optical4 .swiper-button-prev {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-image: url(../img/prev_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	opacity: .6;
}
.inde_optical4 .swiper-button-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-image: url(../img/next_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	right: 0;
	opacity: .6;
}
.inde_optical4_1 {
	width: 100%;
	/*background: #ECF3F8;*/
}
.inde_optical4_1:hover{
    box-shadow: 0 5px 10px #f2f2f2;
}
.inde_optical4_2 {
	width: 100%;
	height: 185px;
	display: block;
	overflow: hidden;
	position: relative;
		background: #fafafa;
}
.inde_optical4_2 img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	/*transition: transform .5s ease;*/
}
/*.inde_optical4_2:hover img {*/
/*    transform: translate(-50%, -50%) scale(1.1);*/
/*}*/
.inde_optical4_3 {
    border: 1px solid #f2f2f2;
	width: 100%;
	height: 210px;
	padding: 15px 10px;
}

.inde_optical4_4 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #666666;
	display: block;
	transition: .5s;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略号来代表被修剪的文本 */
}

.inde_optical4_4:hover {
	/*font-size: 18px;*/
	/*color: #0565B4;*/
	color: #000;
	    text-decoration: underline;
}

.inde_downs {
	width: 100%;
}

.inde_down {
	width: 100%;
	margin: 70px auto;
	display: inline-block;
}

.inde_down1 {
	width: 22%;
	float: left;
	margin-right: 4%;
	position: relative;
}

.inde_down1:nth-child(4n) {
	margin-right: 0;
}

.inde_down2 {
	width: 100%;
	display: block;
}

.inde_down3 {
	/* border: 1px solid red; */
	width: 100%;
	height: 100%;
	padding: 40px 45px;
	position: absolute;
	left: 0;
	top: 0;
}

.inde_down3_1 {
	width: 100%;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}

.inde_down3_1 img {
	width: 60px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}

.inde_down3_1 div {
	width: calc(100% - 90px);
	display: inline-block;
	vertical-align: middle;
}

.inde_down3_2 {
	width: 100%;
	margin-top: 15px;
	height: calc(100% - 75px);
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	overflow-y: auto;
}

.nybanner {
	width: 100%;
	height: 400px;
	position: relative;
}

/*.nybanner::after {*/
/*	content: '';*/
/*	width: 60%;*/
/*	height: 100%;*/
/*	background-image: url(../img/bg_2.png);*/
/*	background-position: center left;*/
/*	background-repeat: no-repeat;*/
/*	background-size: auto 100%;*/
/*	position: absolute;*/
/*	right: 0;*/
/*	top: 0;*/
/*}*/

.nybanne1 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.nybanne2 {
	width: 100%;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
}

.nybanne3 {
	max-width: 100%;
	width: 45%;
	/*margin-left: 55%;*/
}

.nybanne3_1 {
	width: 100%;
	font-size: 30px;
	color: #CDE2F3;
}

.nybanne3_2 {
	width: 100%;
	margin-top: 25px;
	font-size: 18px;
	color: #CDE2F3;
}

.tit_box {
	border-top: 1px solid rgba(255, 255, 255, .5);
	width: 100%;
	padding: 25px 0;
	margin-top: 65px;
	font-size: 18px;
	color: #CDE2F3;
}

.tit_box span {
	margin: 0 5px;
}

.prfl_box {
	width: 100%;
}

.prfl_bo {
	max-width: 100%;
	width: 1075px;
	margin: 75px auto;
}

.prfl_bo1 {
	width: 100%;
	margin-bottom: 40px;
	display: inline-block;
}

.prfl_bo1:last-child {
	margin-bottom: 0;
}

.prfl_bo2 {
	width: 46%;
	float: left;
}

.prfl_bo2_1 {
	width: 100%;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
}

.prfl_bo2_2 {
	width: 95px;
	display: block;
	margin: auto;
	margin-top: 20px;
}

.prfl_bo2_3 {
	width: 100%;
	margin-top: 60px;
	font-size: 16px;
	color: #6C7780;
	line-height: 25px;
}

.prfl_bo2_4 {
	border: 1px solid #DDDDDD;
	width: 150px;
	height: 35px;
	border-radius: 35px;
	display: block;
	font-size: 16px;
	color: #666666;
	margin: auto;
	margin-top: 70px;
	text-align: center;
	line-height: 35px;
}

.prfl_bo2_4:hover {
	border-color: #0562B2;
	background: #0562B2;
	color: white;
}

.prfl_bo3 {
	width: 38%;
	float: right;
	display: flex;
	margin-left: 16%;
}

.prfl_bo3_1 {
	width: 50px;
	display: none;
}

.prfl_bo3_2 {
	/*border: 13px solid #E8E9ED;*/
	width: 100%;
	margin: 25px 0;
	position: relative;
}

.prfl_bo3_2 img {
	width: 100%;
	/*max-height: 100%;*/
	display: block;
	/*position: absolute;*/
	/*left: 50%;*/
	/*top: 50%;*/
	/*transform: translate(-50%, -50%);*/
}

.prfl_bo1:nth-child(even) .prfl_bo3 {
	float: left;
	margin-left: 0;
	margin-right: 16%;
}

.prodeta_box {
	width: 100%;
}

.prodeta_bo {
	width: 100%;
	margin-top: 100px;
	margin-bottom: 65px;
}

.prodeta_top {
	width: 100%;
	display: inline-block;
}

.prodeta_tople {
	width: 37%;
	float: left;
}
.prodeta_tople1{
    border: 1px solid #E8E9ED;
    width: 100%;
    height: 415px;
}
.prodeta_tople1 .swiper{
     width: 100%;
    height: 100%;
}
.prodeta_tople1 .swiper-slide{
    width: 100%;
    height: 100%; 
}
.prodeta_tople1_1{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.prodeta_tople1_1 img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.prodeta_tople2{
    width: 100%;
    height: 90px;
    margin-top: 20px;
}
.prodeta_tople2 .swiper{
     width: 100%;
    height: 100%;
}
.prodeta_tople2 .swiper-slide{
    width: 100%;
    height: 100%; 
}
.prodeta_tople2_1{
    border: 3px solid transparent;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.prodeta_tople2_1 img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.prodeta_tople2_1.on{
    border-color: #0562B2;
}
/*.prodeta_tople1 {*/
/*	width: 45px;*/
/*	margin: 30px 0;*/
/*}*/

/*.prodeta_tople2 {*/
/*	border: 13px solid #E8E9ED;*/
/*	width: calc(100% - 45px);*/
/*	position: relative;*/
/*}*/

/*.prodeta_tople2 img {*/
/*	max-width: 100%;*/
/*	max-height: 100%;*/
/*	display: block;*/
/*	position: absolute;*/
/*	left: 50%;*/
/*	top: 50%;*/
/*	transform: translate(-50%, -50%);*/
/*}*/

.prodeta_topri {
	width: 58%;
	float: left;
	margin-left: 5%;
}

.prodeta_topri1 {
	width: 100%;
	font-size: 36px;
	color: #000000;
	font-weight: bold;
}

.prodeta_topri2 {
	width: 95px;
	display: block;
	margin-top: 20px;
}

.prodeta_topri3 {
	width: 100%;
	margin-top: 40px;
	font-size: 16px;
	color: #6C7780;
}
.prodeta_topri4{
    width: 100%;
    margin-top: 30px;
}
.prodeta_topri4_1{
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}
.prodeta_topri4_1:last-child{
    margin-bottom: 0;
}
.prodeta_topri4_2{
    max-width: 115px;
        font-size: 16px;
    color: #6C7780;
}
.prodeta_topri4_3{
    width: calc(100% - 115px);
    font-size: 16px;
    color: #6C7780;
}
.prodeta_topri4_4{
    display: flex;
    margin-top: 10px;
}
.prodeta_topri4_4_1{
    border: 1px solid #ccc;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 20px;
    font-size: 25px;
    color: #333333;
}
.prodeta_topri4_4_2{
      border: 1px solid #ccc;
      outline: none;
    width: 45px;
    height: 25px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin: 0 5px;
}
.prodeta_topri5{
    width: 280px;
    margin-top: 50px;
}
.prodeta_topri5_1{
    border: 1px solid #0562B2;
    width: 100%;
    height: 45px;
    border-radius: 45px;
    display: block;
    margin-bottom: 10px;
    color: #0562B2;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
}
.prodeta_topri5_1:last-child{
    margin-bottom: 0;
}
.prodeta_topri5_1:hover{
    background: #0562B2;
    color: white;
}
.prodeta_down {
	width: 100%;
	margin-top: 85px;
	display: inline-block;
}

.prodeta_left {
	width: 300px;
	margin-right: 55px;
	float: left;
}

.prodeta_lea {
	width: 100%;
	box-shadow: 0 6px 6px rgba(4, 0, 0, .06);
	margin-bottom: 35px;
}

.prodeta_lea:last-child {
	margin-bottom: 0;
}

.prodeta_leb {
	width: 100%;
	height: 60px;
	background: #E7E9EE;
	padding: 0 20px;
}

.prodeta_leb1 {
	width: 10px;
	height: 10px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.prodeta_leb1 img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.prodeta_leb1_1 {
	display: block;
}

.prodeta_leb1_2 {
	display: none;
}

.prodeta_leb2 {
	width: calc(100% - 30px);
	line-height: 60px;
	font-size: 18px;
	color: #041D3A;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略号来代表被修剪的文本 */
}

.prodeta_lec {
	width: 100%;
	padding: 30px 20px;
	display: none;
}

.prodeta_lec1 {
	width: 100%;
	margin-bottom: 20px;
	font-size: 16px;
	color: #6C7780;
}

.prodeta_lec1:last-child {
	margin-bottom: 0;
}

input[type=checkbox] {
	border: 1px solid #6C7780;
	box-sizing: border-box;
	cursor: pointer;
	outline: none;
	position: relative;
	width: 15px;
	height: 15px;
	font-size: 13px;
	margin: 0;
	border-radius: 0;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
}

input[type=checkbox]::after {
	position: absolute;
	top: 0;
	width: 15px;
	height: 15px;
	display: inline-block;
	visibility: visible;
	padding-left: 0px;
	text-align: center;
	content: ' ';
}

input[type=checkbox]:checked {
	border: none;
}

input[type=checkbox]:checked::after {
	content: "✓";
	font-size: 11px;
	font-weight: bold;
	background: #0562B2;
	color: white;
	border-radius: 0;
}

.prodeta_lec1 div {
	width: calc(100% - 40px);
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略号来代表被修剪的文本 */
}

.prodeta_lea.on .prodeta_leb1_1 {
	display: none;
}

.prodeta_lea.on .prodeta_leb1_2 {
	display: block;
}

.prodeta_lea.on .prodeta_leb2 {
	color: #0562B2;
}

.prodeta_lea.on .prodeta_lec {
	display: block;
}

.prodeta_lec1.on {
	color: #0562B2;
}

.prodeta_right {
	width: calc(100% - 355px);
	float: left;
}

.prodeta_ri {
	border: 1px solid #ECF1F4;
	width: 100%;
	margin-bottom: 45px;
	background: white;
	box-shadow: 0 4px 9px rgba(4, 0, 0, .11);
}

.prodeta_ri:last-child {
	margin-bottom: 0;
}

.prodeta_ria {
	width: 100%;
	background: #E7E9EE;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-size: 18px;
	color: #0562B2;
}

.prodeta_rib {
	width: 100%;
	padding: 30px;
	font-size: 16px;
	color: #6C7780;
	line-height: 30px;
}

.prodeta_rib ul {
	width: 100%;
	padding-left: 20px;
	box-sizing: border-box;
}

.prodeta_rib li {
	width: 100%;
	list-style-type: disc;
}

.news_box {
	width: 100%;
}

.news_bo {
	width: 100%;
	margin: 95px auto;
	display: inline-block;
}

.news_right {
	width: 275px;
	float: left;
	margin-right: 30px;
}

.news_ria {
	border: 1px solid #E7E9EE;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.news_ria1 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #0562B2;
	font-size: 18px;
	color: white;
	font-weight: bold;
}

.news_ria2 {
	width: 100%;
	padding: 30px 40px;
}

.news_ria2_1 {
	width: 100%;
	display: block;
	margin-bottom: 15px;
	font-size: 18px;
	color: #333333;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略号来代表被修剪的文本 */
}

.news_ria2_1:last-child {
	margin-bottom: 0;
}

.news_ria2_1:hover {
	text-decoration: underline;
	color: #0562B2;
}

.news_ria2_1.on {
	text-decoration: underline;
	color: #0562B2;
}

.news_left {
	width: calc(100% - 305px);
	float: left;
}

.news_list {
	width: 100%;
}

.news_li {
	width: 100%;
	background: #E7E9EE;
	display: block;
	margin-bottom: 25px;
}

.news_li:last-child {
	margin-bottom: 0;
}

.news_li1 {
	width: 455px;
	height: 280px;
	object-fit: cover;
	object-position: center;
	display: inline-block;
	vertical-align: middle;
}

.news_li2 {
	width: calc(100% - 465px);
	padding: 30px;
	display: inline-block;
	vertical-align: middle;
}

.news_li2_1 {
	width: 100%;
	font-size: 20px;
	color: #000000;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略号来代表被修剪的文本 */
}

.news_li2_2 {
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
	color: #0562B2;
}

.news_li2_3 {
	width: 100%;
	margin-top: 20px;
	font-size: 16px;
	color: #767C80;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/* 限制显示的行数为3 */
	overflow: hidden;
}

.news_li2_4 {
	width: 100%;
	margin-top: 25px;
	text-decoration: underline;
	font-size: 16px;
	color: #0562B2;
}

.news_li:hover .news_li2_1 {
	color: #0562B2;
}

.pages {
	width: 100%;
	text-align: center;
	margin-top: 70px;
}

.pagination {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.pagination li {
	display: inline;
	text-align: center;
}

.pagination a {
	/* border: 1px solid #DDDDDD; */
	box-sizing: border-box;
	float: left;
	display: block;
	min-width: 35px;
	height: 35px;
	font-size: 14px;
	padding: 0 10px;
	background: white;
	color: #A6B5C5;
	text-align: center;
	line-height: 35px;
	margin: 0 5px;
}

.pagination span {
	/* border: 1px solid #DCDCDC; */
	box-sizing: border-box;
	float: left;
	display: block;
	min-width: 35px;
	height: 35px;
	font-size: 14px;
	padding: 0 10px;
	background: white;
	color: #A6B5C5;
	text-align: center;
	line-height: 35px;
	margin: 0 5px;
}

.pagination a.active {
	/* border: 1px solid #2468F1; */
	background: #0562B2;
	color: white;
}

.pagination a:active {
	/* border: 1px solid #2468F1; */
	background: #0562B2;
	color: white;
}

.news_rib {
	border: 1px solid #E7E9EE;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 30px;
}

.news_rib1 {
	width: 100%;
	padding: 0 20px;
	padding-bottom: 25px;
}

.news_rib1_1 {
	border-bottom: 1px solid #E7E9EE;
	width: 100%;
	display: block;
	padding: 20px 0;
	font-size: 16px;
	color: #000000;
}

.news_deta1 {
	width: 100%;
	font-size: 30px;
	color: #000000;
}

.news_deta2 {
	border-bottom: 1px solid #E7E9EE;
	width: 100%;
	padding: 20px 0;
	display: inline-block;
}

.news_deta2_1 {
	float: left;
	font-size: 16px;
	color: #999999;
}

.news_deta2_2 {
	float: right;
	display: flex;
}

.news_deta2_3 {
	width: 35px;
	display: block;
	margin-right: 10px;
}

.news_deta2_3:last-child {
	margin-right: 0;
}

.news_deta2_3 img {
	width: 100%;
	display: block;
}

.news_deta3 {
	width: 100%;
	padding: 30px 0;
	font-size: 18px;
	color: #333333;
	line-height: 35px;
}

.news_deta3 img {
	max-width: 100%;
}

.about_tops {
	width: 100%;
}

.about_top {
	width: 100%;
	margin: 90px auto;
	display: inline-block;
}

.about_top1 {
	width: 59%;
	float: left;
}

.about_top1_1 {
	width: 100%;
	font-size: 36px;
	color: #000000;
	font-weight: bold;
}

.about_top1_2 {
	width: 100%;
	margin-top: 35px;
	font-size: 18px;
	color: #333333;
	line-height: 35px;
}

.about_top2 {
	width: 36%;
	border-radius: 10px;
	display: block;
	float: left;
	margin-left: 5%;
}

.about_downs {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about_down {
	max-width: 100%;
	width: 630px;
	margin: 100px 0;
}

.about_down1 {
	width: 100%;
	font-size: 36px;
	color: white;
	font-weight: bold;
}

.about_down2 {
	width: 100%;
	margin-top: 35px;
	font-size: 18px;
	color: white;
	line-height: 35px;
}

.lxwm_box {
	width: 100%;
}

.lxwm_bo {
	width: 100%;
	margin: 100px auto;
}

.lxwm_top {
	width: 100%;
	display: inline-block;
}

.lxwm_top1 {
	width: 33.33%;
	float: left;
	padding: 0 90px;
	margin-bottom: 70px;
}

.lxwm_top2 {
	width: 100%;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
}

.lxwm_top2 img {
	max-width: 45px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}

.lxwm_top2 div {
	width: calc(100% - 75px);
	display: inline-block;
	vertical-align: middle;
}

.lxwm_top3 {
	width: 100%;
	margin-top: 25px;
	font-size: 18px;
	color: #333333;
}

.lxwm_down {
	width: 100%;
	background: white;
	box-shadow: 0 0 16px rgba(4, 0, 0, .11);
	padding: 60px 50px;
}

.lxwm_down1 {
	width: 100%;
	font-size: 36px;
	color: #000000;
	font-weight: bold;
}

.lxwm_down2 {
	width: 100%;
	display: inline-block;
}

.lxwm_down3 {
	width: 30%;
	float: left;
	margin-right: 5%;
	margin-top: 50px;
}

.lxwm_down3:nth-child(3n) {
	margin-right: 0;
}

.lxwm_down3_1 {
	width: 100%;
	margin-bottom: 10px;
	font-size: 18px;
	color: #000000;
}

.lxwm_down3_1 span {
	font-size: 30px;
	color: #FF0000;
}

.lxwm_down3_2 {
	border: none;
	border-bottom: 1px solid #DDDDDD;
	outline: none;
	width: 100%;
	height: 35px;
	font-size: 16px;
}

.lxwm_down4 {
	border: none;
	outline: none;
	width: 150px;
	height: 55px;
	border-radius: 10px;
	background: #0562B2;
	color: white;
	font-size: 16px;
	display: block;
	margin-top: 35px;
}

.searchjg_box {
	width: 100%;
}

.searchjg_bo {
	width: 100%;
	margin-bottom: 110px;
}

.titt_box {
	border-bottom: 1px solid #DDDDDD;
	width: 100%;
	padding: 25px 0;
	font-size: 18px;
	color: #999999;
}

.titt_box span {
	margin: 0 5px;
}

.searchjg_bo1 {
	width: 100%;
	margin-top: 65px;
	text-align: center;
	font-size: 36px;
	color: #000000;
	font-weight: bold;
}

.searchjg_bo1 span {
	color: #0562B2;
}

.searchjg_bo2 {
	max-width: 100%;
	width: 855px;
	height: 65px;
	border-radius: 65px;
	margin: auto;
	margin-top: 65px;
	background: #F4F7F9;
	padding: 5px 10px;
	display: flex;
}

.searchjg_bo2 input {
	border: none;
	outline: none;
	width: calc(100% - 75px);
	height: 100%;
	font-size: 16px;
	font-weight: bold;
	padding: 0 20px;
}

.searchjg_bo2 button {
	border: none;
	outline: none;
	width: 75px;
	height: 100%;
	border-radius: 65px;
	background-color: #0562B2;
	background-image: url(../img/search_2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}

.searchjg_bo3 {
	width: 100%;
	margin-top: 90px;
	display: inline-block;
}

.searchjg_bo3_1 {
	border: 1px solid #E7E9EE;
	width: 24.25%;
	float: left;
	margin-top: 10px;
	margin-right: 1%;
	border-radius: 10px;
	padding: 35px;
}

.searchjg_bo3_1:nth-child(4n) {
	margin-right: 0;
}

.searchjg_bo3_2 {
	width: 100%;
	height: 260px;
	overflow: hidden;
	position: relative;
}

.searchjg_bo3_2 img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.searchjg_bo3_3 {
	width: 100%;
	margin-top: 20px;
	font-size: 18px;
	color: #666666;
	text-align: center;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略号来代表被修剪的文本 */
}

.searchjg_bo3_1:hover {
	border-color: #0562B2;
	box-shadow: 0 4px 9px rgba(4, 0, 0, .11);
}

.searchjg_bo3_1:hover .searchjg_bo3_3 {
	color: #0562B2;
}

.proli_box {
	width: 100%;
}

.proli_bo {
	width: 100%;
	margin: 70px auto;
}

.proli_bo1 {
	width: 100%;
	/*text-align: center;*/
	/*margin-left: 340px;*/
}

.proli_bo1_1 {
	width: 100%;
	font-size: 36px;
	color: #000000;
	font-weight: bold;
}

.proli_bo1_2 {
	width: 95px;
	display: block;
	/*margin: auto;*/
	margin-top: 20px;
}

.proli_bo2 {
    	width:100%;
	/*max-width: 100%;*/
	/*width: 1075px;*/
	/*margin: auto;*/
	margin-top: 20px;
	/*margin-left: 340px;*/
}

.proli_bo2_1 {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.proli_bo2_1_1 {
	width: 100%;
	font-size: 16px;
	color: #6C7780;
}

.proli_bo2_1_2 {
	border: 1px solid #DDDDDD;
	width: 150px;
	height: 35px;
	border-radius: 35px;
	display: block;
	font-size: 16px;
	color: #666666;
	margin: auto;
	margin-top: 70px;
	text-align: center;
	line-height: 35px;
}

.proli_bo2_1_2:hover {
	border-color: #0562B2;
	background: #0562B2;
	color: white;
}

.proli_bo2_2 {
	width: 38%;
	margin-left: 15%;
	display:none;
	vertical-align: middle;
}

.proli_bo2_2_1 {
	width: 50px;
	height: 400px;
	float: left;
	display: block;
	object-fit: contain;
	object-position: center;
}

.proli_bo2_2_2 {
	border: 13px solid #E8E9ED;
	width: calc(100% - 50px);
	height: 350px;
	margin: 25px 0;
	float: left;
	position: relative;
}

.proli_bo2_2_2 img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.proli_bo3 {
	width: 100%;
	display: inline-block;
	/*margin-top: 60px;*/
}

.proli_left {
	border: 1px solid #EAEAEA;
	width: 305px;
	box-shadow: 0 6px 6px rgba(4, 0, 0, .06);
	float: left;
	margin-right: 35px;
}

.proli_lea {
	width: 100%;
	height: 60px;
	padding: 0 15px;
	line-height: 60px;
	background: #0054A7;
	font-size: 20px;
	color: white;
	font-weight: bold;
}

.proli_leb {
	width: 100%;
	padding: 0 15px;
}

.proli_lec {
	border-bottom: 1px solid #E6E5E5;
	width: 100%;
	padding: 20px 0;
}

.proli_lec:last-child {
	border-bottom: 0;
}

.proli_lec1 {
	width: 100%;
	display: block;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略号来代表被修剪的文本 */
}

.proli_led {
	width: 100%;
	display: none;
}

.proli_led1 {
	width: 100%;
	margin-top: 20px;
	display: block;
	font-size: 14px;
	color: #6C7780;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略号来代表被修剪的文本 */
}

.proli_led1.on {
	color: #0562B2;
}

.proli_lec.on .proli_led {
	display: block;
}

.proli_right {
	width: calc(100% - 340px);
	float: left;
}

.proli_list {
	width: 100%;
	margin-top: 30px;
	display: inline-block;
}

.proli_li {
	border: 1px solid #E7E9EE;
	display: block;
	border-radius: 10px;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 20px;
	padding: 35px;
	float: left;
}

.proli_li:nth-child(4n) {
	margin-right: 0;
}

.proli_li1 {
	width: 100%;
	/*height: 260px;*/
	height: 175px;
	overflow: hidden;
	position: relative;
}

.proli_li1 img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.proli_li2 {
	width: 100%;
	margin-top: 20px;
	font-size: 18px;
	color: #666666;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.proli_li:hover {
	border-color: #0562B2;
	box-shadow: 0 4px 9px rgba(4, 0, 0, .11);
}

.proli_li:hover .proli_li2 {
	color: #0562B2;
}
.inde_newpros{
    width: 100%;
}
.inde_newpro{
       width: 100%;
    margin: 40px auto;
}
.inde_newpro1{
    width: 100%;
        font-size: 36px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}
.inde_newpro2{
    width: 100%;
    margin-top: 20px;
}
.inde_newpro2 .swiper-father{
  width: 100%;
  height: 100%;
  position: relative;
}
.inde_newpro2 .swiper{
     width: calc(100% - 120px);
  height: 100%;
  padding-bottom: 30px;
}
.inde_newpro2 .swiper-slide{
     width: 100%;
  height: 100%;
}
.inde_newpro2 .swiper-pagination{
    bottom: 0;
}
.inde_newpro2 .swiper-pagination-bullet {
	width: 4px;
	height: 4px;
	background: #707070;
	border-radius: 10px;
}

.inde_newpro2 .swiper-pagination-bullet-active {
    width: 15px;
background: #707070;
}
.inde_newpro2 .swiper-button-prev::after,
.inde_newpro2 .swiper-button-next::after {
	display: none;
}

.inde_newpro2 .swiper-button-prev {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-image: url(../img/prev_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	opacity: .6;
}
.inde_newpro2 .swiper-button-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-image: url(../img/next_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	right: 0;
	opacity: .6;
}
.inde_newpro3{
    width: 100%;
    display: block;
    background: #FAFAFA;
    padding: 20px;
}
.inde_newpro3:hover{
     box-shadow: 0 5px 10px #f2f2f2;
}
.inde_newpro3_1{
    width: 100%;
    height: 190px;
    overflow: hidden;
    position: relative;
}
.inde_newpro3_1 img{
    max-width: 100%;
	max-height: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.inde_newpro3_2{
    width: 100%;
    margin-top: 10px;
        font-size: 16px;
    font-weight: bold;
      overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 显示省略号 */
  white-space: nowrap; /* 防止文本换行 */
}
.inde_newpro3_3{
    width: 100%;
    margin-top: 10px;
        font-size: 14px;
            color: #999;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inde_newpro3:hover .inde_newpro3_2{
        text-decoration: underline;
}
.inde_service1{
    width: 100%;
    display: inline-block;
}
.inde_service2{
        border: 1px solid #f2f2f2;
    width: 32%;
    display: block;
    float: left;
    margin-right: 2%;
    margin-top: 40px;
    border-radius: 10px;
    overflow: hidden;
}
.inde_service2:nth-child(3n){
    margin-right: 0;
}
.inde_service2:hover{
     box-shadow: 0 5px 10px #f2f2f2;
}
.inde_service2:hover .inde_service2_3{
    text-decoration: underline;
}
.inde_service2_1{
    width: 100%;
    height: 220px;
    display: block;
    object-fit: cover;
    object-position: center;
}
.inde_service2_2{
    width: 100%;
    padding: 25px 20px;
}
.inde_service2_3{
    width: 100%;
        font-size: 16px;
    font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inde_service2_4{
    width: 100%;
    margin-top: 15px;
        font-size: 14px;
    color: #999;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inde_suppor{
        border: 1px solid #f2f2f2;
    width: 23.5%;
    display: block;
    float: left;
    margin-right: 2%;
    margin-top: 40px;
    border-radius: 10px;
    overflow: hidden;
}
.inde_suppor:nth-child(4n){
    margin-right: 0;
}
.inde_suppor1{
      width: 100%;
    height: 160px;
    display: block;
    object-fit: cover;
    object-position: center;
}
.inde_suppor2{
    width: 100%;
    padding: 25px 20px;
}
.inde_suppor2_1{
     width: 100%;
        font-size: 16px;
    font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inde_suppor2_2{
      width: 100%;
    margin-top: 10px;
        font-size: 14px;
    color: #999;
        -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inde_suppor:hover{
     box-shadow: 0 5px 10px #f2f2f2;
}
.inde_suppor:hover .inde_suppor2_1{
    text-decoration: underline;
}