@font-face {
	font-family: 'SourceHanSansSC';
	font-weight: 600;
	src: url('../font/SourceHanSansSC-Bold-2.otf');
}
@font-face {
	font-family: 'SourceHanSansSC';
	font-weight: 300;
	src: url('../font/SourceHanSansSC-ExtraLight-2.otf');
}
@font-face {
	font-family: 'SourceHanSansSC';
	font-weight: 500;
	src: url('../font/SourceHanSansSC-Regular-2.otf');
}


*, body, html {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	font-family: "SourceHanSansSC";
	font: 14px/1.8 'SourceHanSansSC';
	margin: 0 auto;
	letter-spacing: 0.5px;
	color: #333;
	background-color: #fff;
	box-sizing: border-box;
}

ol, ul {
	list-style: none;
}

input {
	outline: none;
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

img {
	border: 0;
	width: 100%;
	vertical-align: middle;
	border: 0;
}

.inner {
	width: 90%;
	margin: 0 auto;
}

/* ===============================
    index
================================================================================= */

/* banner */

.banner {
	width: 100%;
	height: 100vh;
	position: relative;
}

.banImg_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.68;
}

.banner video {
	width: 100%;
	height: 128%;
	object-fit: cover;
	opacity: 0.68;
}

.banner .swiper-container {
	height: 100%;
}

.banner .swiper-wrapper {
	height: 100%;
	overflow: hidden;
}

.banner .swiper-pagination {
	position: relative;
	bottom: 40px;
	/* text-align: left; */
	/* margin: 0 5%; */
}

.banner .swiper-pagination-bullet {
	display: inline-block;
	width: 50px;
	height: 5px;
	border-radius: 6px;
	background: #fff;
	/* opacity: 1; */
	outline: none;
}

.banner .my-bullet-active {
	/* width: 40px; */
	background: #fff;
	opacity: .8;
}

.banner .prev, .banner .next {
	display: block;
	width: 50px;
	height: 50px;
	/* border: 1px solid #fff; */
	border-radius: 100%;
	background-size: 30% 60%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 48%;
	z-index: 33;
	opacity: .8;
}

.banner .prev {
	background-image: url(../images/arrow-left-lighth.png);
	left: 5%;
}

.banner .next {
	background-image: url(../images/arrow-right-lighth.png);
	right: 5%;
}

.banImg {
	position: relative;
	height: 100%;
	background: #0028aa;
}

.banImg::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.38);
}

/*轮播图片自动放大*/

.swiper-slide-active .banImg img {
	-webkit-animation: img1 8s forwards infinite;
	animation: img1 8s forwards infinite;
}

@-webkit-keyframes img1 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}

@keyframes img1 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}

.banTxt {
	z-index: 11;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 90%;
	left: 5%;
}

.banTxt .inner {
	width: 80%;
}

.banTxt span {
	color: #fff;
	font-size: 66px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.4;
	display: block;
	opacity: 0;
	transform: translateY(68px);
	transition: all 1s 0.28s;
}

.banTxt span i {
	font-weight: bold;
	font-family: 'PingFang';
	color: #fff;
	font-size: 30px;
	font-style: inherit;
	letter-spacing: 2px;
	line-height: 2;
}

.banTxt p {
	display: none;
}

.swiper-slide .banTxt .indMore {
	transform: translateY(68px);
	transition: all 1s 0.48s;
	opacity: 0;
}

.swiper-slide.swiper-slide-active .banTxt span {
	opacity: 1;
	transform: translateY(0);
}

.swiper-slide.swiper-slide-active .banTxt .indMore {
	opacity: 1;
	transform: translateY(0);
}

/* =======================================================导航end */

/* =======================================================内页banner */

.banner_n {
	/* height: calc(100vh - 99px); */
	height: 100vh;
	position: relative;
}

.banner_n img {
	object-fit: cover;
	height: 100%;
}

.textN {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
}

.textN span {
	font-size: 46px;
}

.textN p {
	font-size: 26px;
}

/*900px导航*/
.head.headZk {
	position: fixed;
	z-index: 999;
	width: 100%;
	background: #fff;
}

.headMenu {
	display: none;
	cursor: pointer;
	position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.headMenu span {
	display: block;
	width: 28px;
	height: 2px;
	background: #fff;
	margin-top: 6px;
	border-radius: 6px;
	transition: all 0.48s;
}

.headMenu span:first-of-type {
	margin-top: 0;
}

.headMenuB {
	height: 5px !important;
}

.headMenu_Box {
	position: fixed;
	top: 80px;
	right: 0;
	width: 100%;
	height: 100vh;
	background: #fff;
	padding-top: 15px;
	padding-bottom: 38px;
	z-index: 10;
	display: none;
}

.scroll {
	padding: 2% 5%;
	height: 100%;
	overflow: auto;
}

.headMenu_li {
	margin-bottom: 5%;
	position: relative;
}

.headMenu_li a {
	display: block;
	font-size: 20px;
	color: #323232;
	border-bottom: 1px solid #ddd;
	line-height: 2;
}

.headMenu_li img {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 0;
	top: 10px;
	transition: all 1s;
}

.headMenu_sq {
	display: none;
}

.headMenu_a {
	display: none;
}

.headMenu_a a {
	font-size: 16px;
	padding-left: 20px;
	border-bottom: none;
}

/* =======================================================dw导航*/

.dwNav {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.dwNavtit {
	font-size: 26px;
	color: #153497;
	padding: 26px 0;
}

.dwNav ul {
	display: flex;
	justify-content: space-between;
	background: rgba(255, 255, 255, 0.88);
}

.dwNav ul li {
	width: calc(50% - 1px);
	display: inline-block;
	padding: 25px 0;
	text-align: center;
	/* border-right: 1px solid #d8d8d8; */
	font-size: 22px;
	position: relative;
}

.font18 ul li {
	font-size: 18px;
}

.dwNav ul li:hover a {
	color: #153497;
}

.dwNav ul li::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	height: 28px;
	width: 1px;
	background: #c9c2c2;
	transform: translateY(-50%);
}

.dwNav ul li:last-child {
	border: none;
}

.dwNav ul li img {
	width: 22px;
}

.dwNav ul li .xpchangeicon {
	display: none;
}

.dwNav ul li.on .xpchangeicon {
	display: inline-block;
}

.dwNav ul li.on .xpicon {
	display: none;
}

.dwNav ul li.on a {
	color: #153497;
}

/* =======================================================dw导航end*/

/* ===============================
 * 
 */

.xpcp_xq_l img {
	width: 50px;
}

.newstime {
	line-height: 20px;
	padding: 30px 0 25px 0;
}

.newstime svg {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.newstime svg path {
	fill: #0a2c72;
}

.newstime span {
	line-height: 20px;
}

/*头部*/

.head {
	width: 100%;
	height: 940px;
	position: relative;
}

.head_nav {
	display: flex;
	justify-content: center;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
}

.head_nav::after {
	content: "";
	width: 90%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.38);
	position: absolute;
	left: 5%;
	bottom: 0;
}

.nav_logo {
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
	width: 200px;
}

.nav_logo {
	width: 150px;
}

.headNav_ul li {
	display: inline-block;
	margin: 0 25px;
	padding: 38px 0;
}

.headNav_ul  li a {
	display: block;
	color: #fff;
	font-size: 16px;
	padding: 0 10px;
}

.headerMain-bg, .headermain-bg {
	background: #fff;
	color: #333;
	box-shadow: 0 5px 20px 5px rgb(100 100 100 / 20%);
}

.headermain-bg {
	color: #333;
}

.headerMain-bg .headNav_ul li, .headermain-bg .headNav_ul  li {
	padding: 30px 0;
	transition: all .48s;
}

.headerMain-bg .headNav_ul li a, .headermain-bg .headNav_ul li a {
	color: #333;
	transition: all .48s;
}

.headerMain-bg .country p, .headermain-bg .country p {
	color: #333;
	border: 1px solid #333;
	transition: all .48s;
}

.headerMain-bg .headLogo, .headerMain-bg .countryImg_h {
	display: inline-block;
}

.headerMain-bg .headMenu span{
	background: #333;
}
.headerMain-bg .headMenu_Box{
	top: 70px;
}
/* 默认白色 */

.headermain-bg .headLogo, .headermain-bg .countryImg_h {
	display: inline-block;
}

.headerMain-bg .headLogo_w, .headerMain-bg .countryImg {
	display: none;
}

/* 默认白色 */

.headermain-bg .headLogo_w, .headermain-bg .countryImg {
	display: none;
}

.headLogo, .countryImg_h {
	display: none;
}

.head_nav li a:hover {
	color: #1E8ED3 !important;
}

.country {
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}

.country p {
	text-align: center;
	color: #fff;
	font-size: 14px;
	border: 1px solid #fff;
	border-radius: 25px;
	padding: 2px 25px;
}

.country p img {
	width: 18px;
}

/*解决方案*/

.jjfa {
	width: 100%;
	background: url(../images/wnbg2.png) no-repeat;
	background-size: cover;
}

/*标题*/

.tit {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 99px 5% 50px;
	/* border-bottom: 1px solid rgba(35, 32, 32, 0.2); */
}

.center {
	text-align: center;
	justify-content: center;
}

.tit h3 {
	font-size: 40px;
	color: #0a2c72;
	font-weight: normal;
	/*text-transform：uppercase;*/
}

.tit P {
	font-size: 42px;
	color: #00339D;
	font-weight: 600;
	line-height: 1.6;
}

.tit span {
	color: #333;   
	font-weight: bold;
    font-size: 26px;
    line-height: 1.4;
}

.white h3, .white P, .white span {
	color: #fff;
}

/*标题end*/

/* more */

.indMore .more {
	display: inline-block;
	/* padding: 8px 35px;
	padding-right: 65px; */
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #00339D;
	background-repeat: no-repeat;
    background-position: center;
    background-size: 20% 30%;
    background-image: url(../images/arrow-right-lighth.png);
	/* border: 1px solid #0a2c72; */
	/* color: #0a2c72; */
	color: #fff;
	
	
	margin-top: 20px;
	transition: all .48s;
	position: relative;
}

.indMore .more:hover{
	background: #e61511;
	background-repeat: no-repeat;
    background-position: center;
    background-size: 20% 30%;
	background-image: url(../images/arrow-right-lighth.png);
	transition: all .48s;
}

/* .indMore img {
	position: relative;
	width: 24px;
	height: 24px;
} */


.indMore.white .more {
	background: #fff;
	background-repeat: no-repeat;
    background-position: center;
    background-size: 20% 30%;
	background-image: url(../images/more_change.png);
}



.yjt_hover {
	display: none;
}

.indMore .more:hover .yjt_show {
	display: none;
}

.indMore .more:hover .yjt_hover {
	display: inline-block;
}

/*============================================================== contact */

/* <!--联系方式--> */

.lxfs_box .lxfs ul li {
	margin-left: 0;
}

.tit_contact {
	margin-bottom: 0;
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;
}

.tit_contact span {
	width: 14%;
	font-size: 36px;
	font-weight: 600;
}

.lxfs .tit_cx {
	width: 85%;
	height: 1px;
	background: #d6d6d6;
	margin-left: 5%;
}

.lxfs_xq {}

.lxfs_xq ul {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #d6d6d6;
}

.lxfs_xq ul li {
	width: 25%;
	padding: 3%;
	padding-top: 5%;
	border-right: 1px solid #d6d6d6;
}

/* .lxfs_xq ul li:hover{
				background: #00339D;
			} */

.lxfs_xq ul li:last-child {
	border-right: none;
}

.lxfs_xq li img {
	width: 40px;
}

.lxfs_xq li h4 {
	font-size: 22px;
	margin-top: 2%;
	margin-bottom: 2%;
}

.lxfs_xq li h5 {
	font-size: 26px;
	font-weight: normal;
}

.lxfs_xq li p {
	font-size: 16px;
	color: #555;
}

.lxfs_ewm {
	display: flex;
}

.lxfs_ewm div {
	display: flex;
	flex-direction: column;
}

.lxfs_ewm span {
	text-align: center;
	margin-right: 20px;
}

.lxfs_xq li .lxfs_ewm img {
	width: 100px;
	margin-right: 20px;
}

/* <!--地图--> */

.dTu {
	position: relative;
	padding: 58px 0 108px;
}

.dTu::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 68%;
	background: #f7f8fa;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.dTu_xq {
	margin: 0 auto;
	position: relative;
}

#dTu {
	overflow: hidden;
	width: 100%;
	height: 54vh;
	margin: 0;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
}

.dtContact {
	display: none;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	z-index: 10;
	padding: 25px 30px;
	padding-right: 100px;
}

.dtContact ul li {
	margin: 30px 0;
}

.dtContact h4 {
	font-size: 26px;
}

.dtContact img {
	width: 20px;
}

.dtContact span {
	display: block;
	padding: 15px 0 10px;
	font-weight: bold;
}

/* <!--请填写您的留言建议--> */

.Liuyan {
	padding-bottom: 90px;
	position: relative;
}

.Liuyan_xq form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.ipt_Liuyan {
	width: 48%;
	padding: 15px 0;
	color: #555;
	font-size: 16px;
}

.iptLiuyan_xq {
	background: #f7f8fa;
	padding: 26px 20px;
	margin: 10px 0;
	/* border: 1px solid #ddd; */
	display: flex;
}

.iptLiuyan_xq span {
	display: flex;
}

.iptLiuyan_xq span svg {
	width: 20px;
	height: 20px;
}

.iptLiuyan_xq path {
	fill: #999;
}

.ipt_Liuyan input, .ipt_Liuyan select, .ipt_Liuyan textarea {
	-webkit-appearance: none;
	/*兼容苹果手机*/
	border: none;
	background: #f7f8fc;
	width: 100%;
	font-size: 16px;
	outline: none;
	color: #9d9d9d;
	margin-left: 10px;
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
	font-size: 14px;
	font-family: 'PingFang';
}

input::-moz-placeholder {
	font-size: 14px;
	font-family: 'PingFang';
}

input:-ms-input-placeholder {
	font-size: 14px;
	font-family: 'PingFang';
}

input::-webkit-input-placeholder {
	font-size: 14px;
	font-family: 'PingFang';
}

input::placeholder {
	font-size: 14px;
	font-family: 'PingFang';
}

.ipt_Liuyan textarea {
	height: 20vh;
}

.contactTj {
	width: 100%;
	margin-top: 40px;
	text-align: center;
}

.contactTj a {
	display: inline-block;
	padding: 20px 0;
	width: 20%;
	color: #fff;
	background: #153497;
	text-align: center;
	margin-right: 3%;
	font-size: 16px;
	letter-spacing: 2px;
}

.contactTj a:last-child {
	background: #9197ad;
	margin-right: 0;
}

/*============================================================== about */

/* <!-- 公司简介 --> */

.abGsjj {
	margin-top: 50px;
	background: #fff;
	margin-bottom: 90px;
	overflow: hidden;
}

.abGsjj .inner {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.abGsjjText {
	width: 55%;
	padding: 50px 0;
	background-image: url(../images/about_bg.png);
	background-size: cover;
}

.abGsjjText h5 {
	font-size: 36px;
	color: #333;
	font-weight: bold;
    line-height: 1.2;
    letter-spacing: 2px;
}

.abGsjjText span {
	font-weight: bold;
	font-size: 26px;

}

.abGsjjText span b{
	font-weight: normal;
	color: #00339D;
}

.abGsjjText h6 {
	font-size: 26px;
	color: #00339D;
	position: relative;
	margin-top: 50px;
	font-weight: normal;
}

.abGsjjText_p {
	padding: 0px 0 20px;
	position: relative;
	width: 85%;
	line-height: 2.1;
	letter-spacing: 1px;
	color: #333;
	font-size: 16px;
}

.abGsjjImg {
	width: 40%;
	position: absolute;
	height: 100%;
	right: 0;
}

.abGsjjImg img {
	height: 100%;
	object-fit: cover;
}

.abShuju {
	margin-top: 30px;
}

.abShuju ul {
	display: flex;
}

.abShuju ul li {
	width: 25%;
	font-size: 16px;
	font-weight: bold;
	color: #00339D;
}

.abShuju li span {
	font-size: 51px;
    line-height: 1;
    color: #00339D;
    letter-spacing: -1px;
	
}

/* .abShuju li:first-child span {
	color: #00339D;
} */

.abShuju li b {
	font-size: 40px;
    font-style: normal;
    line-height: 1;
    color: #00339D;
    font-family: 'apercu';
    margin-right: 4px;
}

.abShuju li p {	
	font-size: 14px;
	color: #333;
}

        /* <!-- 产品简介 --> */

        .abCpjj {
            width: 100%;
            height: 60vh;
            background: url(../images/banner_n8.jpg) no-repeat;
            background-size: cover;
            position: relative;
            /* margin-bottom: 90px; */
        }

        .abCpjjtit {
            color: #fff;
        }

        .abCpjj ul {
            width: 100%;
            height: 100%;
            box-shadow: 10px 28px 24px rgb(51 51 51 / 18%);
            display: flex;
            position: absolute;
            left: 0;
            top: 0;
        }

        .abCpjj ul li {
            width: 50%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            position: relative;

            overflow: hidden;
            transition: all 1s;
        }

        .abCpjj ul li:first-child:hover {
            background: rgba(0, 51, 157, 0.9) !important;
            transition: all 1s;
        }

        .abCpjj ul li:last-child:hover {
            background: rgba(0, 140, 214, 0.9) !important;
            transition: all 1s;
        }

        .abCpjjtit {
            padding: 40px 30px;
        }

        .abCpjjtit h5 {
            font-size: 36px;
            font-weight: normal;
            transition: all 1s;
        }

        .abCpjjtit p {
            padding: 20px 10%;
            min-height: 140px;
            font-size: 16px;
            transition: all 1s;
        }

        .abCpjjtit:hover p{
            transform: translateY(-20px);
            transition: all 1s;
        }
        .abCpjjtit:hover h5{
            transform: translateY(-20px);
            transition: all 1s;
        }

/* <!-- 发展历程 --> */

.abHistory {
	width: 100%;
	background: url(../images/history_bg.png) no-repeat;
	background-size: cover;
	/* height: calc(100vh - 90px); */
	padding: 30px 0 80px;
	position: relative;
	overflow: hidden;
}
.abHistory::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.8);
    z-index: -1;
}

.history_time {
	position: relative;
	margin-top: 50px;
}

.history_line {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 57px;
	background: #d0d0d0;
}

.history_time .swiper-container {
	margin: 0 5%;
	margin-right: 20%;
}

.history_time .swiper-slide {
	/* width: 33.33%; */
	height: 350px;
	display: flex;
	/* align-items: center; */
	cursor: pointer;
}

.history_time .swiper-slide-next + .swiper-slide .time_history span {
	color: #00339d;
}

.history_time .swiper-slide-next + .swiper-slide .time_history b {
	border: 1px solid #00339d;
}

.history_time .swiper-slide-next + .swiper-slide .time_history b i {
	background: #00339d;
}

.time_history {
	width: 100%;
}

.time_history p {
	width: 100%;
	padding-top: 5px;
	padding-right: 10%;
}

.time_history span {
	font-size: 26px;
	font-weight: bold;
	color: #d0d0d0;
}

.time_history b {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 1px solid #d0d0d0;
	background: #fff;
	margin-left: 25px;
	position: relative;
	margin-bottom: 10px;
}

.time_history b i {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #d0d0d0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* 地球 */

.dqHistory {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(60%, -50%);
	padding: 60px;
	border: 1px solid #d0d0d0;
	border-radius: 100%;
	z-index: 99;
}

.dqHistory::before {
	content: '';
	position: absolute;
	left: 120px;
	bottom: 85px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 1px solid #d0d0d0;
	background: #fff;
}

.dqHistory::after {
	content: '';
	position: absolute;
	left: 120px;
	top: 85px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 1px solid #d0d0d0;
	background: #fff;
}

.dqImg {
	-webkit-animation: xuanzhuan 10s linear infinite;
	-o-animation: xuanzhuan 10s linear infinite;
	animation: xuanzhuan 10s linear infinite;
}

/*============================================================== new */

/* <!-- 新闻中心 --> */

.News ul {
	display: flex;
	flex-wrap: wrap;
}

.News ul li {
	width: 33.33%;
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	padding: 80px 5%;
}

.News ul li:nth-child(3n) {
	border-right: none;
}

.News ul li p {
	padding: 10px 0;
	font-size: 18px;
}

.News ul li span {
	font-size: 12px;
	color: #999;
}

.newImg {
	overflow: hidden;
}

.newImg img {
	transition: all .48s;
}

.newImg:hover img {
	transform: scale(1.1);
	transition: all .48s;
}

/* <!--新闻资讯--> */

.xwzx {
	width: 100%;
	background: url(../images/bg_xw.png) no-repeat;
	background-size: cover;
	background-size: 100% 100%;
}

.xwZx_box {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.xwZx_bg {
	margin-top: 30px;
	background: #fff;
	overflow: hidden;
	width: calc(33.33% - 20px);
	transition: all 1s;
}

.xwZx_m {
	margin: 5%;
	padding-bottom: 3%;
}

.xwZx_js {
	/*border-bottom: 1px solid #bababa;*/
	padding-bottom: 10%;
}

.xwZx_p {
	min-height: 78px;
	font-size: 22px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.xwZx_bg span {
	color: #0a2c72;
	font-size: 16px;
	/*border: 1px solid #aeafaf;*/
	line-height: 40px;
}

.xwZx_tp img {
	object-fit: cover;
	height: 30vh;
}

.xwZx_bg a {
	position: relative;
}

.xwZx_bg a img {
	width: 20px;
	height: 15px;
	position: absolute;
	right: 15%;
	top: 30%;
}

.xwZx_bg:hover {
	box-shadow: 5px 5px 10px rgba(50, 50, 50, 0.2);
	transition: all 1s;
}

.xwZx_bg:hover img {
	transform: scale(1.1);
	transition: all .48s;
}

.xwZx_tp img {
	transition: all .48s;
}

.xwZx_tp {
	overflow: hidden;
}

.fanye_news {
	width: 100%;
	text-align: center;
	margin-top: 5%;
}

.fanye_news a {
	display: inline-block;
	padding: 3px 16px;
	text-align: center;
	border: 1px solid#e5e5e5;
}

.fanye_news span {
	display: block;
	text-align: center;
}

.click_fanye_news {
	color: #fff !important;
	background: #153077;
}

/*============================================================== partners */

/* <!-- 合作伙伴 --> */

.Partents {
	background: url(../images/parentbg.jpg) no-repeat;
	background-size: contain;
    background-position: bottom;
}

.Partents ul {
	padding: 40px 0 120px;
}

.Partents ul {
	display: flex;
	flex-wrap: wrap;
    margin-left: 30px;
}

.Partents ul li {
	width: calc(20% - 30px);
	margin-right: 30px;
	margin-bottom: 15px;
}

.Partents ul li:nth-child(9n-8){
	margin-left: 10%;
}

.Partents ul li a {
	display: inline-block;
	width: 100%;
	padding: 60px 0;
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 5px 40px -5px rgb(29 56 72 / 17%);
}

.Partents ul li a img {
	transition: all .48s;
	max-width: 160px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
}

.Partents ul li a img:hover {
	transform:  translate(-50% , -50%) scale(1.1);
	transition: all .48s;
}


/*============================================================== product */

/* <!-- cp --> */

.dwCp {
	width: 100%;
	height: 100vh;
	background: url(../images/banner_n9.jpg) no-repeat;
	background-size: cover;
}

.dwCp .indMore {
	position: relative;
	z-index: 2;
}

.dwCp ul {
	display: flex;
	height: 100%;
	
	position: relative;
}

.dwCp ul::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 140 214 / 10%)
}

.dwCp ul li {
	width: 50%;
	position: relative;
	/* color: #153497; */
	color: #fff;
	transition: all .48s;
	position: relative;
}

.dwcpMeng {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 51, 157, 0.9);
	transition: all .68s;
	z-index: 1;
}

.dwCp ul li.dwcpshow {
	/* width: 70%; */
	padding: 20px 0;
	transition: all .68s;
}

.dwCp ul li.dwcpshow .dwcpMeng {
	opacity: .68;
	transition: all .68s;
}

.dwCp ul li.dwcpshow span {
	padding: 20px 0;
	transition: all .68s;
	font-size: 20px;
}

.dwcpImg {
	height: 100%;
}

.dwcpImg img {
	height: 100%;
}

.dwcpText {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 2;
}

.dwcpText span {
	display: block;
	transition: all .68s;
}

.dwcpText p {
	font-size: 42px;
	/* line-height: 1.2; */
}

.dwcpText a{
	color: #fff;
	display: inline-block;
	padding: 10px 0;
}

.dwcpText a:hover{
	color: #e61511;
}

.dwcpText img {
	width: 40px;
}

/*============================================================== product_list */

.pro_list {
	width: 100%;
	overflow: hidden;
}

.pro_list ul{
	
}

.pro_list ul li {
	background: #f5f5f5;
	padding: 60px 5% 0;
	
	
}
.pro_list ul li:last-child{
	padding-bottom: 60px;
}

.proItem{
	display: flex;
	align-items: center;
	background: #fff;
	padding: 20px 20px;
}

.pro_list ul li :nth-child(2n) .proItem{
	background: #f5f5f5;
}

.pro_list ul li:nth-child(2n)  .proItem{
	background: #fff;
	flex-direction: row-reverse;
}

.pro_list ul li:nth-child(2n) .pro_listText {
	padding-left: 2%;
	padding-right: 5%;
}

.pro_listImg {
	width: 48%;
	overflow: hidden;
	height: 45vh;
}

.pro_listImg:hover img {
	transform: scale(1.1);
	transition: all .48s;
}

.pro_listImg img {
	transition: all .48s;
	height: 100%;
	object-fit: cover;
}

.pro_listText {
	width: 52%;
	padding-left: 80px;
}

.pro_listText h5 {
	font-size: 26px;
}

.pro_listText p {
	margin: 30px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
}

/*============================================================== product_xq */

/* <!-- 介绍 --> */

.pro_xqJsao_box {
	position: relative;
}

.pro_xqJsao_box .inner {
	padding-bottom: 80px;
}

.pro_xqJsao {
	padding-top: 70px;
	position: relative;
	display: flex;
}

.pro_xqJsaoImg {
	width: 50%;
}

.pro_xqJsao img {
	height: 60vh;
	object-fit: cover;
}

.pro_xqJsaoText {
	width: 50%;
	background: #f8f9f9;
	padding: 50px 80px 0;
}

.pro_xqJsaoText p{
	line-height: 1.8;
    letter-spacing: 2px;
	/* width: 90%; */
	font-size: 16px;
}

.pro_xqJsaoTextImg {
	width: 200px;
	height: 200px;
	position: absolute;
	right: 5%;
	top: 0;
}

.pro_xqJsaoTextImg img {
	height: auto;
}

.pro_xqJsaoText span {
	display: block;
	
	font-weight: bold;
	font-size: 16px;
}

.pro_xqJsaoText h5 {
	font-size: 36px;
	position: relative;
	padding: 20px 0;
	color: #0028aa;
}

/* .pro_xqJsaoText h5::after {
	content: "";
	width: 1px;
	height: 20px;
	background: #153497;
	position: absolute;
	left: 0;
	top: 0;
} */

.pro_xqJsaoText_p {
	width: 100%;
	/* height: 140px; */
	background: red;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 10%;
	padding-left: 42%;
}


/*============================================================== solution */

/* <!-- 解决方案介绍 --> */

.solu {
	display: flex;
	flex-wrap: wrap;
	overflow-x: hidden;
	position: relative;
	margin: 0 auto;
	margin-top: 40px;
	width: 90%;
}

.soluImg {
	width: 60%;
	background: url(../images/cpxq1.jpg) no-repeat;
	/* background-attachment: fixed ; */
	background-size: cover;
}

.soluText {
	width: 40%;
	padding: 10% 5%;
	position: relative;
	background: #F4F8F9;
	display: flex;
    align-items: center;
}

.cpText{

}

.soluText img {
	width: 40px;
}

.soluText span {
	display: block;
	font-size: 26px;
	color: #153497;
	padding: 20px 0 40px;
	font-weight: bold;
}

.soluText p {
	line-height: 2.1;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
}

.soluBox{
	position: relative;
}

.soluBox .next, .soluBox .pret {
	display: block;
	width: 30px;
    height: 50px;
	background: rgba(205, 205, 205, 0.2);
	background-size: 50% 40%;
	background-repeat: no-repeat;	
	background-position: center;
	position: absolute;
	top: 50%;
	
}
.soluBox .next{
	background-image: url(../images/sol_r.png);	
	right: 3%;
	transform: translate(50% , -50%);	
}
.soluBox .pret{
	background-image: url(../images/sol_l.png);
	left: 3%;
	transform: translate(-50% , -50%);	
}

.soluxq {
	background: #fff;
}

.soluxq ul {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 80px auto;
}

.soluxq ul li {
	width: 33.33%;
	padding: 30px 0;
	padding-right: 3%;
}

.soluxq ul li:nth-child(3n) {
	border-right: none;
	padding-right: 0;
}

.soluxqImg {
	height: 40vh;
	background: #f0f0f0;
	text-align: center;
	position: relative;
	overflow: hidden;
	transition: all .48s;
}

.soluxqImg:hover {
	background: #F4F8F9;
	transition: all .48s;
}

.soluxqImg:hover img {
	transform: translate(-50%, -50%) scale(1.1);
	transition: all .48s;
}

.soluxqImg img {
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .48s;
}

.soluxqText p {
	padding: 20px 5% 0;
	text-align: center;
}

.soluxqText p span {
	font-size: 20px;
	color: #153497;
}

.soluxqText p img {
	width: 20px;
}

/*============================================================== solution_xq */

/* <!-- 解决方案详情 --> */

.solutionXq {
	padding: 100px 0 80px;
}

.solutionXqtop {
	background: #feffff;
	padding-bottom: 30px;
}

.solutionXqtop ul {
	display: flex;
	justify-content: space-between;
}

.solutionXqtop ul li {
	width: 31%;
	background: #feffff;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
}

.solutionXqtopImg {
	height: 250px;
}

.solutionXqtopImg img {
	height: 100%;
}

.solutionXqtopText {
	text-align: center;
	padding: 40px 60px;
}

.solutionXqtopText span {
	color: #00339D;
	font-weight: bold;
}

.solutionXqtopText p {
	font-size: 14px;
	padding: 10px 0;
}

/* <!-- 音频解决方案详情 --> */

.solution_yp {
	width: 100%;
	background: #f3f3f5;
	position: relative;
}

.solution_yp .tit {
	padding-top: 50px;
}

.solTit {
	padding: 0px 0 50px;
}

.solTit p {
	font-size: 46px;
	color: #00339D;
	font-weight: 600;
	line-height: 1.2;
}

/* .solutionYp_l {
				width: calc(33.33% - 20px);
	
			} */

.solutionYp_r {
	width: 100%;
}

.solTs {
	padding: 40px 0 90px;
}

.solTs ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.solTs ul li {
	width: calc(33.33% - 20px);
	background: #fff;
	padding: 50px;
	transition: all .68s;
	margin-bottom: 30px;
	position: relative;
}

.solTs ul li:hover {
	color: #fff;
	background: #1E54C2;
	/* box-shadow: 0px 5px 50px 0 rgba(255, 255, 255, 1) inset; */
	transition: all .68s;
}

.solTs ul li h5 {
	font-size: 18px;
}

.solTs ul li p {
	padding-top: 20px;
	min-height: 120px;
	/* font-size: 12px; */
}

.solTs ul li i {
	display: block;
	margin-top: 40px;
}

.solTs ul li span {
	font-size: 20px;
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.solAl {
	background: #fff;
	padding-bottom: 90px;
}

.solAl ul {
	width: 100%;
	display: flex;
	
	flex-wrap: wrap;
}

.solAl ul li {
	width: calc(25% - 20px);
	margin-bottom: 26.66px;
	background: #f5f6f7;
	margin-right: 26.66px;
}
.solAl ul li:nth-child(4n){
	margin-right: 0;
}

.solAlImg {
	text-align: center;
	position: relative;
	height: 33vh;
	overflow: hidden;
	background: #f5f6f7;
	transition: all .48s;
}

.solAlImg:hover {
	background: #F4F8F9;
	transition: all .48s;
}

.solAlImg img {
	width: 100px;
	position: absolute;
	left: 50%;
	top: 60px;
	transform: translateX(-50%);
	transition: all .48s;
}

.solAlImg:hover>img {
	transform: translateX(-50%) scale(1.1);
	transition: all .48s;
}

.solAlImg p {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
}
/* ===================================================================solution_xq */
/* <!-- 音频解决方案详情 --> */

        .solTsBox {
            display: flex;
            flex-wrap: wrap;

        }

        .solTsImg {
            width: 50%;
        }

        .solTsImg img {
            height: 100%;
            object-fit: cover;
        }

        .solTsTest {
            width: 50%;
            padding: 60px 5%;
            background: #fff;
        }

        .solTsTest h5 {
            font-size: 26px;
            margin-bottom: 20px;
            color: #00339D;
        }

        .solTsTest p {
            padding: 10px 0;
            display: flex;
            font-size: 16px;
        }

        .solTsTest p b {

            padding-right: 10px;
        }
 
/* ===================================================================product_xq */
		/* <!-- 详情 --> */
	
			.pro_xqXq {
				width: 100%;
				background: #f8f9f9;
				padding: 50px 0 90px;
			}
	
			.pro_xqXqtit {
				font-size: 36px;
				margin-bottom: 10px;
				margin-top: 50px;
				color: #0028aa;
				display: flex;
				align-items: center;
			}
			.pro_xqXqtit img{
				margin-right: 10px;
				width: 30px;
				height: 30px;
			}
			.pro_xqXqtit svg path{
				fill: #0028aa;
			}
	
			.pro_xqXqtit:first-child {
				margin-top: 0;
			}
	

	
			.pro_xqXq ul li p {
				display: flex;
				padding: 15px 5px;
				border-bottom: 1px solid rgba(204, 204, 204, 0.4);
				position: relative;
				align-items: baseline;
			}
			.pro_xqXq ul li p::after{
				content: "";
				width: 0;
				height: 2px;
				background: #0028aa;
				position: absolute;
				left: 0;
				bottom: 0;
				transition: all .68s;
				z-index: 2;
			}
	
			.pro_xqXq ul li p b {
				padding-right: 10px;
				font-size: 20px;
			}
	
			.pro_xqXq ul li p span {
				font-size: 16px;
			}
	
			.cpGonghao {
				margin-top: 40px;
			}
	
			.cpGonghao p {
				padding: 5px;
				width: 90%;
			}
	
			.cpGonghao p span {
				font-size: 16px;
			}
