* {
    padding: 0px;
    margin: 0px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #131313;
}

a {
    text-decoration: none;
}  /*文本修饰*/
.fl {
    float: left;
}
.fr {
    float: right;
}
a img {
    border: none;
}
.clear {
    clear: both;
}
li {
    list-style: none;
}
img {
    vertical-align: middle;
	max-width: 100%;
}
table,table td {
    border-collapse: collapse;
}

/* 限制行数 */
.line_1{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.line_2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.line_3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.div1200 {
	width: 1200px;
	margin: 0 auto;
}

.div95 {
	width: 95%;
	margin: 0 auto;
}

/* 首页 */
.warp {
	max-width: 1920px;
	margin: 0 auto;
}

.top {
	width: 100%;
	overflow: hidden;
}

.top_zong {
	height: 150px;
	line-height: 150px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.top_cen {
	margin-right: 6px;
}

.top_daohan {
	width: 100%;
	height: 45px;
	background-color: #0d3f82;
}

.top_daohan {
	line-height: 45px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.top_daohan li {
	width: 130px;
	text-align: center;
}

.top_daohan li:hover {
	background-color: #6fad4a;
}

.top_daohan li.cur {
	background-color: #6fad4a;
}

.top_daohan li a {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
}

.index_banner {
	position: relative;
}

.banner_swiper .index-pagination {
	left: auto !important;
}

.banner_swiper .swiper-button-prev {
	width: 50px;
	height: 50px;
	background: url(../images/index1.png);
	border-radius: 5px;
	left: 10%;;
}

.banner_swiper .swiper-button-next {
	width: 50px;
	height: 50px;
	background: url(../images/index1_1.png);
	border-radius: 5px;
	right: 10%;
}

.banner_swiper .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	background-color: #749AC9;
	opacity: 0.35;
	border-radius: 50%;
	border: 0;
}

.banner_swiper .swiper-pagination-bullet-active {
	background-color: #0E3F84;
	opacity: 1;
	border: 0;
}

.banner_swiper .index-pagination .swiper-pagination-bullet {
	margin: 0 6px !important;
}

.index_box1 {
	width: 100%;
	margin-top: 60px;
	overflow: hidden;
}

.index_box1_tit {
	text-align: center;
}

.index_box1_tit > span {
	font-size: 48px;
	font-weight: bold;
	font-stretch: normal;
	color: #265690;
}

.index_box1_tit_en {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
}

.index_box1_tit_en > img {
	margin-top: 12px;
}

.index_box1_tit_en .index_box1_img {
	margin-right: -10px;
}

.index_box1_tit_en .index_box1_img1 {
	margin-left: -10px;
}

.index_box1_tit_p {
	background: url(../images/index.png) no-repeat;
	width: 327px;
	height: 24px;
	background-size: 100% 100%;
}

.index_box1_tit_p p {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
	line-height: 24px;
	letter-spacing: 3px;
}

.index_box1_ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}

.index_box1_ul_tit {
	background: url(../images/index11.png) no-repeat;
	width: 194px;
	height: 34px;
	line-height: 34px;
	background-size: 100% 100%;
	text-align: center;
	margin-top: 5px;
}

.index_box1_ul_tit > span {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
}

.index_box1_ul_tit > img {
	margin-left: 20px;
}

.index_box2 {
	background: url(../images/index12.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	/* padding-bottom: 60px; */
	margin-top: 70px;
	height: 877px;
}

.index_box1_tit1 {
	padding-top: 70px;
}

.index_box1_tit1 span {
	color: #FFFFFF;
}

.index_box1_tit1 .index_box1_tit_en .index_box1_tit_p {
	background: url(../images/index33.png) no-repeat;
}

.index_box1_tit1 .index_box1_tit_en .index_box1_tit_p p {
	color: #1b4f85;
	letter-spacing: 3px;
}

.index_box2_ul1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
	background-color: #FFFFFF;
}

.index_box2_ul1 li {
	width: 133px;
	height: 125px;
	text-align: center;
	/* border-right: 1px solid #dcdcdc; */
	overflow: hidden;
}

.index_box2_ul1 li a img {
	transition: all 0.2s;
}

.index_box2_ul1 li:hover a img {
	transform: scale(1.2);
}

.index_box2_ul1 li.cur {
	/* background: url(../images/index35.png) no-repeat; */
	width: 134px;
	height: 125px;
	background-image: linear-gradient(90deg, 
		#174a89 0%, 
		#427d61 47%, 
		#6caf38 100%), 
	linear-gradient(
		#265690, 
		#265690);
	background-blend-mode: normal, 
		normal;
}

.index_box2_ul1 li.cur p {
	color: #FFFFFF;
}

.index_box2_ul1 li:last-child {
	border: 0;
}

.index_box2_ul1 li img {
	margin-top: 18px;
}

.index_box2_ul1 li .index_box2_ul1_img1 {
	display: none;
}

.index_box2_ul1 li:hover {
	/* background: url(../images/index35.png) no-repeat; */
	background-image: linear-gradient(90deg, 
		#174a89 0%, 
		#427d61 47%, 
		#6caf38 100%), 
	linear-gradient(
		#265690, 
		#265690);
	background-blend-mode: normal, 
		normal;
}

.index_box2_ul1 li:hover p {
	color: #FFFFFF;
}

.index_box2_ul1 li:hover .index_box2_ul1_img1 {
	display: inline-block;
}

.index_box2_ul1 li:hover .index_box2_ul1_img {
	display: none;
}

.index_box2_ul1 li p {
	margin-top: 18px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	color: #666666;
}

.index_box2_ul2 {
	display: flex;
	flex-wrap: wrap;
}

.index_box2_ul2 li {
	float: left;
	width: 230px;
	height: 230px;
	background-color: #ffffff;
	box-shadow: 1px 2px 7px 0px 
		rgba(0, 0, 0, 0.06);
	margin-right: 12.5px;
	text-align: center;
	margin-top: 12px;
	overflow: hidden;
}

.index_box2_ul2 li:nth-child(5n) {
	margin-right: 0;
}

.index_box2_ul2_img img {
	transition: all 1s;
}

/* .index_box2_ul2 li:hover img {
	transform: scale(1.2);
} */

.index_box2_ul2_zong {
	position: relative;
	height: 230px;
}

.index_box2_ul2_span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 230px;
	height: 40px;
	background: url(../images/index36.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
}

.index_box2_ul2_span span {
	line-height: 40px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
}

.index_box3 {
	width: 100%;
	margin-top: 60px;
}

.index_box3_back {
	background: url(../images/index37.png) no-repeat;
	width: 100%;
	background-size: cover;
	padding-bottom: 50px;
	margin-top: 30px;
}

.index_box3_back_sp {
	text-align: center;
	padding: 30px 0;
	box-sizing: border-box;
}

.index_box3_back_sp span {
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
	letter-spacing: 3px;
}

.index_box3_left {
	width: 50%;
}

.index_box3_right {
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
	border: solid 3px #ffffff;;
	border-left: 0;
	height: 384px;
}

.index_box3_right p {
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	color: #ffffff;
	text-indent: 2em;
}

.index_box4 {
	width: 100%;
	margin-top: 30px;
	position: relative;
	background: url(../images/10.png) center no-repeat;
	background-size: cover;
	height: 417px;
}

.index_box4 .div1200 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.index_box4_left {
	width: 550px;
}

/* .index_box4_left_tit {
	position: relative;
} */

.index_box4_left_tit > p {
	font-size: 47px;
	font-weight: normal;
	font-stretch: normal;
	color: #ededed;
}

.index_box4_left_tit h6 {
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	color: #184b88;
	margin-top: -30px;
}

.index_box4_left_tit h6 span {
	font-size: 52px;
	font-weight: bold;
	font-stretch: normal;
	color: #014590;
	margin-left: 39px;
	background-image:-webkit-linear-gradient(right,#68AC38,#427963,#1A4C88);
	-webkit-background-clip:text; 
	-webkit-text-fill-color:transparent;
}

.index_box4_left_f_body {
	margin-top: 35px;
}

.index_box4_left_f_body > span {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	color: #333333;
}

.index_box4_left_f_body > p {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	color: #666666;
	margin-top: 20px;
}

.index_box4_right {
	width: 610px;
}

.index_box4_right img {
	width: 100%;
}

.index_4_img {
	margin-left: -13px;
}

.warp {
	overflow: hidden;
	max-width: 1920px;
	margin: 0 auto;
}

.index_4_img2 {
	margin-right: -13px;
	margin-top: 140px;
}

/* @media (max-width: 1600px) {
	.index_4_img {
		width: 96%;
	}
	.index_4_img2 {
		width: 96%;
		margin-top: 10%;
	}
}
@media (max-width: 1500px) {
	.index_4_img2 {
		margin-top: 15%;
	}
}
@media (max-width: 1300px) {
	.index_4_img2 {
		margin-top: 18%;
	}
}
@media (max-width: 1330px) {
	.index_4_img {
		width: 100%;
	}
	.index_4_img2 {
		width: 100%;
	}
} */

.index_box4_ul {
	position: absolute;
	margin-top: -100px;
}

.index_box4_ul ul {
	display: flex;
	flex-wrap: wrap;
	height: 100px;
}

.index_box4_ul ul li {
	width: 300px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 15px 0;
	box-sizing: border-box;
}

.index_box4_ul ul li:first-child{
	background-color: #f0f0f0;
}

.index_box4_ul ul li:nth-child(2) {
	background-color: #e9e9e9;
}

.index_box4_ul ul li:nth-child(3) {
	background-color: #e2e2e2;
}

.index_box4_ul ul li:last-child {
	background-color: #d9d9d9;
}

.index_box4_ul_tit {
	margin-left: 17px;
}

.index_box4_ul_tit span {
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	color: #184b88;
}

.index_box4_ul_tit p {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #999999;
	margin-top: 10px;
}

.index_box5 {
	background: url(../images/index46.png) no-repeat;
	background-size: cover;
	width: 100%;
	padding-bottom: 70px;
	margin-top: 30px;
}

.index_box5 .index_box1_tit .index_box1_tit_en .index_box1_tit_p {
	width: 500px;
	background-size: 100% 100%;
}

.index_box5_zsjc {
	margin-top: 70px;
}

.index_box6 {
	width: 100%;
	background: url(../images/index52.jpg) no-repeat;
	background-size: 100% 100%;
	padding-bottom: 60px;
}

.index_box6_zong {
	padding-top: 40px;
}

.index_box6_tit1 {
	text-align: center;
}

.index_box6_ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}

.index_box6_ul li {
	margin-top: 25px;
}

.index_box6_tit2 {
	margin-top: 99px;
	text-align: center;
}

.index_box6_swi {
	margin-top: 35px;
	position: relative;
}

.index_box6_n_p .swiper-button-prev {
	background: url(../images/index68.png) no-repeat;
	width: 65px;
	height: 65px;
	left: -100px;
	top: 48%;
}

.index_box6_n_p .swiper-button-next {
	background: url(../images/index69.png) no-repeat;
	width: 65px;
	height: 65px;
	right: -100px;
	top: 48%;
}

.index_box7 {
	width: 100%;
	margin-top: 60px;
}

.index_box7_ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 30px;
}

.index_box7_ul li {
	width: 128px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #ffffff;
	border: solid 1px #dcdcdc;
	margin-right: 6px;
}

.index_box7_ul li:last-child {
	margin-right: 0;
}

.index_box7_ul li.cur {
	background-image: linear-gradient(90deg, 
		#174a89 0%, 
		#427d61 47%, 
		#6caf38 100%), 
	linear-gradient(
		#265690, 
		#265690);
	background-blend-mode: normal, 
		normal;
}

.index_box7_ul li:hover {
	background-image: linear-gradient(90deg,
		#174a89 0%, 
		#427d61 47%, 
		#6caf38 100%), 
	linear-gradient(
		#265690, 
		#265690);
	background-blend-mode: normal, 
		normal;
}

.index_box7_ul li:hover a {
	color: #FFFFFF;
}

.index_box7_ul li.cur a {
	color: #FFFFFF;
}

.index_box7_ul li a {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	color: #666666;
}

.index_box7_left {
	width: 573px;
}

.index_box7_left_img img {
	width: 100%;
}

.index_box7_left_f_body {
	width: 100%;
	background-color: #f6f6f6;
	padding: 23px 0;
	padding-left: 33px;
	box-sizing: border-box;
}

.index_box7_left_f_body span {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	color: #999999;
}

.index_box7_left_f_body p {
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	color: #333333;
	width: 480px;
	margin-top: 20px;
}

.index_box7_right {
	width: 600px;
}

.index_box7_right_ul li {
	margin-top: 30px;
}

.index_box7_right_ul li:hover .index_box7_r_l {
	background-image: linear-gradient(90deg, 
		#174a89 0%, 
		#427d61 47%, 
		#6caf38 100%), 
	linear-gradient(
		#25958e, 
		#25958e);
	background-blend-mode: normal, 
		normal;
}

.index_box7_right_ul li:hover .index_box7_r_l span,
.index_box7_right_ul li:hover .index_box7_r_l p {
	color: #FFFFFF;
}

.index_box7_right_ul li:hover .index_box7_r_l .index_box7_r_l_img {
	display: none;
}

.index_box7_right_ul li:hover .index_box7_r_l .index_box7_r_l_img1 {
	display: block;
}

.index_box7_right_ul li:first-child {
	margin-top: 0;
}

.index_box7_r_l {
	width: 363px;
	height: 162px;
	background-color: #f6f6f6;
	padding: 30px 0 30px 30px;
	box-sizing: border-box;
}

.index_box7_r_l span {
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
}

.index_box7_r_l p {
	width: 294px;
	margin-top: 12px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	color: #464646;
}

.index_box7_r_l img {
	margin-top: 8px;
}

.index_box7_r_l .index_box7_r_l_img1 {
	display: none;
}

.index_box7_r_r {
	width: 237px;
}

.index_box7_r_r img {
	width: 100%;
}

.index_box8 {
	background: url(../images/index78.jpg) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	padding: 172px 0;
	margin-top: 70px;
}

.index_box8_con {
	width: 590px;
	/* height: 256px; */
	background-color: rgba(255,255,255,0.8);
	margin: 0 auto;
	text-align: center;
	/* padding: 45px 60px;
	box-sizing: border-box; */
	position: relative;
	padding: 45px 10px;
}

.index_box8_con .index_box8_img {
	position: absolute;
	left: 25px;
	top: 15px;
}

.index_box8_con .index_box8_img1 {
	position: absolute;
	right: 25px;
	bottom: 15px;
}

.index_box8_con h6 {
	font-size: 48px;
	font-weight: bold;
	font-stretch: normal;
	color: #205580;
	margin-bottom: 15px;
	background-image:-webkit-linear-gradient(right,#68AC38,#427963,#1A4C88);
	-webkit-background-clip:text; 
	-webkit-text-fill-color:transparent;
}

.index_box8_con h6 span {
	font-size: 48px;
	font-weight: bold;
	font-stretch: normal;
	color: #6aac3a;
}

.index_box8_con p {
	font-size: 31px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #174a89;
}

.footer {
	width: 100%;
	padding: 65px 0;
	background-image: linear-gradient(90deg, 
		#174a89 0%, 
		#427d61 47%, 
		#6caf38 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
		normal;
}

.footer_left {
	width: 633px;
}

.footer_l_ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 35px;
}

.footer_l_ul li {
	position: relative;
}

.footer_l_ul li::after {
	content: "";
	position: absolute;
	top: 23%;
	right: -36%;
	width: 1px;
	height: 16px;
	background-color: #ffffff;
}

.footer_l_ul li:last-child::after {
	display: none;
}

.footer_l_ul li a {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
}

.footer_bot {
	margin-top: 30px;
}

.footer_bot p {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
}

.footer_bot p a {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
}

.footer_l_img {
	margin-top: 25px;
}

.footer_l_img a {
	display: inline-block;
	margin-right: 50px;
}

.footer_con {
	width: 135px;
	padding-left: 60px;
}

/* .foo_con {
	padding-left: 60px;
} */

.foo_con p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
}

.foo_con img {
	padding: 5px;
	background-color: #FFFFFF;
	margin-top: 23px;
}

.footer_right {
	width: 310px;
	padding-left: 60px;
}

.foo_r_p p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
}

.foo_r_z_body {
	margin-top: 20px;
	/* padding-left: 8px; */
	box-sizing: border-box;
}

.foo_r_z_body p {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
}

/* 产品页面 */

.pro_box1 {
	width: 100%;
	height: 60px;
	background-color: #f5f5f5;
}

.pro_box1_l_wz {
	line-height: 60px;
}

.pro_box1_l_wz img {
	margin-right: 5px;
	margin-top: -5px;
}

.pro_box1_l_wz span {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #666666;
}

.pro_box1_l_wz span a {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #666666;
}

.pro_box1_form {
	width: 330px;
	height: 45px;
	line-height: 45px;
	background-color: #ffffff;
	border-radius: 23px;
	border: solid 1px #d2d2d2;
	margin-top: 8px;
	position: relative;
}

.pro_r_shuru {
	width: 260px;
	padding-left: 20px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 88;
}

.pro_r_shuru input {
	border: 0;
	outline: none;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	color: #999999;
}

.pro_r_su {
	width: 70px;
	height: 45px;
	text-align: center;
	background-color: #0d3f82;
	border-radius: 0 23px 23px 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.pro_r_su input {
	width: 100%;
	background: 0;
	outline: none;
	border: 0;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
}

.pro_box2 {
	width: 100%;
	margin-top: 30px;
}

.pro_box2_left {
	width: 260px;
}

.pro_box2_l_tit {
	width: 260px;
	height: 68px;
	line-height: 68px;
	background-image: linear-gradient(140deg, 
		#174a89 0%, 
		#427d61 47%, 
		#6caf38 100%), 
	linear-gradient(
		#000000, 
		#000000);
	background-blend-mode: normal, 
		normal;
	position: relative;
	padding-left: 15px;
	box-sizing: border-box;
}

.pro_box2_l_tit span {
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
}

.pro_box2_l_tit img {
	position: absolute;
	left: 40px;
	bottom: -15px;
}

.pro_box2_list {
	margin-top: 25px;
	padding-bottom: 30px;
}

.pro_box2_list li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #e9e9e9;
	padding: 0 15px;
	box-sizing: border-box;
	margin-top: 2px;
}

.pro_box2_list li:first-child {
	margin-top: 0;
}

.pro_box2_list li a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pro_box2_list li .pro_box2_li_img {
	width: 7px;
	height: 12px;
	margin-top: 20px;
}

.pro_box2_list li .pro_box2_li_img1 {
	display: none;
	width: 7px;
	height: 12px;
	margin-top: 20px;
}

.pro_box2_list li span {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	color: #666666;
}

.pro_box2_list li.cur {
	background-color: #6FAD4A;
}

.pro_box2_list li.cur span {
	/* color: #0d3f82; */
	color: #FFFFFF;
}

.pro_box2_list li.cur .pro_box2_li_img1 {
	display: block;
}

.pro_box2_list li.cur .pro_box2_li_img {
	display: none;
}

.pro_box2_list li:hover {
	background-color: #6FAD4A;
}

.pro_box2_list li:hover span {
	/* color: #0d3f82; */
	color: #FFFFFF;
}

.pro_box2_list li:hover .pro_box2_li_img1 {
	display: block;
}

.pro_box2_list li:hover .pro_box2_li_img {
	display: none;
}

.pro_box2_l_lxwm {
	width: 100%;
	padding: 20px 10px;
	box-sizing: border-box;
	background-color: #f6f6f6;
}

.pro_box2_l_lxwm p {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	color: #333333;
}

.pro_box2_right {
	width: 910px;
}

.pro_box2_right li {
	float: left;
	margin-right: 30px;
	/* border: solid 1px #d2d2d2; */
	margin-top: 30px;
}

.pro_box2_right li:first-child,
.pro_box2_right li:nth-child(2),
.pro_box2_right li:nth-child(3) {
	margin-top: 0;
}

.pro_box2_right li:nth-child(3n) {
	margin-right: 0;
}

.pro_box2_r_ul_img {
	position: relative;
}

.pro_box2_right li .pro_box2_r_ul_img_tit {
	/* width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-image: linear-gradient(90deg, 
		rgba(9, 60, 123, 0.91) 0%, 
		rgba(40, 92, 128, 0.91) 50%, 
		rgba(66, 119, 133, 0.91) 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
		normal; */
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #174b89;
    opacity: 0.8;
}

.pro_box2_right li .pro_box2_r_ul_img img {
	width: 282px;
	height: 238px;
}

.pro_box2_r_ul_img_tit span {
	/* font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff; */
	font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.fenye {
	text-align: center;
	margin-top: 50px;
}

.pro_box3 {
	margin-top: 50px;
	margin-bottom: 60px;
}

.pro_box3_tit {
	width: 100%;
	height: 56px;
	line-height: 56px;
	background-color: #f5f5f5;
	padding-left: 26px;
	box-sizing: border-box;
	position: relative;
}

.pro_box3_tit::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 56px;
	background-image: linear-gradient(140deg, 
		#174a89 0%, 
		#427d61 47%, 
		#6caf38 100%), 
	linear-gradient(
		#f5f5f5, 
		#f5f5f5);
	background-blend-mode: normal, 
		normal;
}

.pro_box3_tit h6 {
	color: #194c88;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
}

.pro_box3_tit h6 span {
	color: #7eb361;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
}

.pro_box3_news {
	width: 100%;
	margin-top: 30px;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 30px;
}

.pro_box3_news_left {
	width: 372px;
}

.pro_box3_news_right {
	width: 794px;
}

.pro_box3_news_right span {
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	color: #333333;
}

.pro_box3_news_right h6 {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	color: #999999;
	margin-top: 20px;
}

.pro_box3_news_right p {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	color: #757575;
	margin-top: 20px;
}

.pro_box3_news_right h5 {
	margin-top: 45px;
}

.pro_box3_news_right h5 a {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #999999;
}

.pro_box3_ul {
	margin-top: 10px;
}

.pro_box3_ul li {
	float: left;
	width: 48%;
	margin-right: 4%;
	padding-left: 20px;
	box-sizing: border-box;
	margin-top: 20px;
	position: relative;
}

.pro_box3_ul li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 10px;
	height: 10px;
	background-color: #e5e5e5;
	border-radius: 50%;
}

.pro_box3_ul li:nth-child(2n) {
	margin-right: 0;
}

.pro_box3_ul li a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pro_box3_ul li span {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #666666;
}

.pro_box3_ul li p {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #666666;
}

/* 产品详情页 */

.pro_show_box1 {
	width: 100%;
	margin-top: 40px;
}

.pro_show_box1_zong {
	border: solid 1px #d2d2d2;
	margin-bottom: 80px;
}

.pro_show_box1_left {
	width: 504px;
	/* height: 420px; */
	position: relative;
}

.pro_show_swi .swiper-wrapper img {
	width: 100%;
}

.pro_show_swi .swiper-pagination {
	text-align: left;
	padding-left: 20px;
	box-sizing: border-box;
}

.pro_show_swi .swiper-pagination .swiper-pagination-bullet {
	border: solid 1px #d2d2d2;
	background: 0;
}

.pro_show_swi .swiper-pagination .swiper-pagination-bullet-active {
	background: #FFFFFF;
}

.pro_show_box1_right {
	width: 690px;
	padding: 30px 45px;
	box-sizing: border-box;
}

.pro_show_box1_right span {
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	color: #333333;
	display: block;
	padding-bottom: 20px;
}

.pro_show_box1_right i {
	width: 600px;
	height: 1px;
	background-color: #e3e3e3;
	display: block;
}

.pro_show_box1_r_z_body {
	padding-top: 20px;
	padding-bottom: 30px;
}

.pro_show_box1_r_z_body p {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #333333;
	margin-top: 20px;
}

.pro_show_box1_r_z_body p:first-child {
	margin-top: 0;
}

.pro_show_box1_right_zxzx {
	margin-top: 30px;
	width: 150px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-image: linear-gradient(140deg, 
		#174a89 0%, 
		#427d61 47%, 
		#6caf38 100%), 
	linear-gradient(
		#fdfdfd, 
		#fdfdfd);
	background-blend-mode: normal, 
		normal;
	border-radius: 23px;
}

.pro_show_box1_right_zxzx span a {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
}

.pro_show_box2 {
	width: 100%;
	margin-bottom: 60px;
}

.pro_show_box2_list {
	margin-top: 20px;
}

.pro_show_box2_list .pro_box2_r_ul_img_tit {
	width: 277px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-image: linear-gradient(90deg, 
		rgba(9, 60, 123, 0.91) 0%, 
		rgba(40, 92, 128, 0.91) 50%, 
		rgba(66, 119, 133, 0.91) 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
		normal;
}

.swi_jiantou {
	position: relative;
	width: 80px;
	margin-right: 40px;
}

.swi_jiantou::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 15px;
	width: 1px;
	height: 21px;
	background-color: #e8e8e8;
}

/* .swi_jiantou .swiper-pagination-fraction {
	bottom: inherit;
}

.swi_jiantou .swiper-pagination-current {
	
} */

.swi_jiantou .swiper-button-prev {
	margin-top: 17px;
	background: url(../images/pro_show1.png) no-repeat;
	width: 12px;
	height: 21px;
}

.swi_jiantou .swiper-button-next {
	margin-top: 17px;
	background: url(../images/pro_show2.png) no-repeat;
	width: 12px;
	height: 21px;
}

