/*banner部分*/
.banner {
	width: 100%;
	position: relative;
}

.banner img {
	width: 100%;
	height: 100%;
	z-index: 20;
}

.banner .bd li {
	position: relative;
	z-index: 10;
}

.banner .prev {
	position: absolute;
	top: 45%;
	left: 7%;
	cursor: pointer;
	width: 28px;
	height: 48px;
}

.banner .next {
	position: absolute;
	top: 45%;
	right: 7%;
	cursor: pointer;
	width: 28px;
	height: 48px;
}

/* @font-face {
    font-family: 'index-title';
    src: url('./index-title.ttf');
}

@font-face {
    font-family: 'index-subtitle';
    src: url('./index-subtitle.ttf');
} */
.banner-bottom {
	margin-top: -100px;
	position: relative;
	z-index: 99;
}
.banner-bottom .box{
	width: 100%;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 63px;
	background: #FFF;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.07); 
}
.banner-bottom .box .main-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 90px;
	flex: 1;
}
.banner-bottom .box .main-box .num{
	font-size: 60px;
	font-weight: 700;
	line-height: 60px;
	color: #333;
	display: flex;
	align-items: center;
}
.banner-bottom .box .main-box .num .icon{
	width: 30px;
	height: 30px;
	font-size: 16px;
	font-weight: 400;
	background: #025EBC;
	border-radius: 50%;
	margin-left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
}
.banner-bottom .box .main-box .num .ts{
	font-size: 28px;
	padding-bottom: 5px;
}
.banner-bottom .box .main-box .hr{
	height: 60px;
	width: 1px;
	background: linear-gradient(rgb(255,255,255) 0%,rgb(200,200,200) 50%,rgb(255,255,255) 100%);
}
.banner-bottom .box .main-box .text{
	color: #555;
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
}
/*产品列表*/
.product-box {
	padding-top: 1px;
}

.title {
	text-align: center;
	margin-top: 50px;
}

.title-bg {
	margin: 15px auto;
	margin-bottom: 10px;
	width: 343px;
	height: 2px;
}

.title-bg img {
	width: 100%;
}

.title span {
	font-size: 36px;
	color: #0D2D5C;
	font-weight: bold;
	line-height: 36px;
	letter-spacing: 2px;
}

.title-bottom {
	display: flex;
	justify-content: center;
	align-items: center;
}

.title-bottom span {
	font-size: 18px;
	color: #646464;
	line-height: 18px;
	letter-spacing: 1px;
}

.product-box .product-main {
	display: flex;
	justify-content: space-between;
	margin-top: 37px;
}

.product-box .product-main .main-left .left-top {
	width: 240px;
	height: 127px;
	background: #025EBC;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.product-box .product-main .main-left .left-top .left-title {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
}

.product-box .product-main .main-left .left-top .left-title .icon {
	display: inline-block;
	width: 21px;
	height: 21px;
	margin-right: 10px;
	background: url(../img/product-icon-1.png) no-repeat center center;
}

.product-box .product-main .main-left .left-top .left-text {
	color: rgba(255, 255, 255, 0.9);
	letter-spacing: 1px;
	font-family: Arial;
	font-size: 14px;
	margin-top: 15px;
}

.product-box .product-main .main-left .left-menu {
	background: #fff;
}

.product-box .product-main .main-left .left-menu .menu-item {
	height: 72px;
	background: #025EBC;
}

.product-box .product-main .main-left .left-menu .menu-item a {
	height: 72px;
	margin-top: 1px;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	line-height: 18px;
	letter-spacing: 2px;
	padding-left: 56px;
	display: flex;
	align-items: center;
	color: #FFF;
	position: relative;
}

.product-box .product-main .main-left .left-menu .menu-item a::after {
	display: inline-block;
	content: ">";
	font-size: 16px;
	font-weight: 200;
	transform: scaleY(1.5);
	position: absolute;
	right: 42px;
}

.product-box .product-main .main-left .left-menu .on {
	background: rgba(255,255,255,0.5);
	border-left: 1px solid #025EBC;
	border-right: 1px solid #025EBC;
}

.product-box .product-main .main-left .left-menu .on a {
	color: #025EBC;
}

.product-box .product-main .main-left .left-menu .on a::before {
	border: 1px solid #FFF;
	background: #FFF;
}

.product-box .product-main .main-left .left-footer {
	background: #025EBC;
	height: 171px;
	margin-top: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-box .product-main .main-left .left-footer .footer-top {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 14px;
}

.product-box .product-main .main-left .left-footer .footer-top .icon {
	width: 40px;
	height: 40px;
	background: url(../img/product-icon-2.png) no-repeat center center;
}

.product-box .product-main .main-left .left-footer .footer-text {
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 18px;
	margin-bottom: 20px;
}

.product-box .product-main .main-left .left-footer .footer-bottom span {
	color: #fff;
	text-align: center;
	font-size: 18px;
	display: block;
	margin-top: 15px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: 0px;
}

.product-box .product-main .main-right .right-item {
	display: none;
}

.product-box .product-main .main-right .on {
	display: block;
}

.product-box .product-main .main-right .right-top {
	width: 938px;
	height: 480px;
	position: relative;
}

.product-box .product-main .main-right .right-top .icon {
	position: absolute;
	bottom: 64px;
	left: -20px;
}

.product-box .product-main .main-right .right-top .icon .icon-1 {
	width: 20px;
	height: 10px;
	background: linear-gradient(150deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #BF4307 50%, #BF4307 100%);
}

.product-box .product-main .main-right .right-top .icon .icon-main {
	background: #FF7938;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	width: 300px;
	height: 66px;
	text-align: center;
	line-height: 66px;
}

.product-box .product-main .main-right .right-bottom {
	height: 113px;
	background: #F9F9F9;
	padding-top: 1px;
}

.product-box .product-main .main-right .right-bottom .bottom-tit {
	font-size: 24px;
	font-family: Source;
	font-weight: 700;
	text-align: center;
	color: #333333;
	line-height: 24px;
	letter-spacing: 2px;
	margin-top: 22px;
}

.product-box .product-main .main-right .right-bottom .bottom-text {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #424242;
	line-height: 16px;
	letter-spacing: 1px;
	margin-top: 19px;
}

.product-box .bottom {
	margin-top: 19px;
	position: relative;
}

.product-box .bottom .item-prev {
	position: absolute;
	width: 41px;
	height: 41px;
	background: url(../img/product-icon-4.png) no-repeat center center;
	left: -43px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	cursor: pointer;
}

.product-box .bottom .item-next {
	position: absolute;
	width: 41px;
	height: 41px;
	background: url(../img/product-icon-5.png) no-repeat center center;
	right: -43px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	cursor: pointer;
}

.product-box .bottom .item-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.product-box .bottom .item-box .item {
	width: 220px;
	height: 220px;
	position: relative;
	margin-right:25px;
}

.product-box .bottom .item-box .item img {
	width: 100%;
	height: 100%;
}

.product-box .bottom .item-box .item .item-text {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 60px;
	width: 100%;
	background: rgba(94, 111, 127, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-box .bottom .item-box .item .item-text span {
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 18px;
	letter-spacing: 1px;
}

.product-box .product-btn {
	margin-top: 60px;
	text-align: center;
}

.product-box .product-btn .btn {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #1E6FCB;
	color: #fff;
	font-size: 18px;
	width: 254px;
	height: 68px;
	border-radius: 10px;
}

.product-box .product-btn .btn .icon {
	width: 17px;
	height: 17px;
	background: url(../Images/product-icon-1.png) no-repeat center center;
	margin-left: 6px;
}

.product-box .classify .classify-right .as {
	margin-left: 22px;
}

.product-box .classify .classify-right .is {
	margin-bottom: 26px;
}

.custom {
	margin-top: 76px;
}
.custom .hd{
	position: relative;
}
.custom .main-btn{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 750px;
	height: 500px;
}
.custom .text-btn{
	color: #0253a5;
}
.custom .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 186px;
	height: 50px;
	background: #0253a5;
	border-radius: 5px;
	font-size: 18px;
	color: #ffffff;
	line-height: 18px;
	letter-spacing: 1px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 49px;
}
.custom .main {
	background: url(../img/custom-bg.jpg) no-repeat center center;
	background-size: contain;
	height: 492px;
	width: 100%;
	margin-top: 34px;
	padding: 1px;
	position: relative;
}
.custom .main::after{
	content: "";
	display: block;
	width: 452px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #D5DEE7;
	opacity: 0.84;
	z-index: 0;
}
.custom .main .text {
	margin-top: 14px;
	margin-left: 144px;
	position: relative;
	z-index: 10;
}

.custom .main .text .item {
	display: flex;
	margin-top: 29px;
	cursor: pointer;
}
.custom .main .text .item .icon {
	width: 30px;
	height: 33px;
	background: url(../img/custom-icon-2.png) no-repeat center center;
	background-size: contain;
	font-size: 18px;
	font-weight: 700;
	color: #025ebc;
	line-height: 33px;
	text-align: center;
}
.custom .main .text .on .icon{
	background: url(../img/custom-icon-1.png) no-repeat center center;
	color: #FFF;
}
.custom .main .text .item .tit {
	margin-left: 9px;
}

.custom .main .text .item .tit .zw {
	font-size: 24px;
	font-weight: 700;
	color: #222222;
	line-height: 24px;
	letter-spacing: 1px;
}
.custom .main .text .on .tit .zw{
	color: #025EBC;
} 
.custom .main .text .item .tit .en {
	opacity: 0.52;
	font-size: 12px;
	font-family: Arial;
	color: #666666;
	line-height: 12px;
	letter-spacing: 1px;
	margin-top: 7px;
}
.custom .main .text .on .tit .en{
	color: #025EBC;
} 
.custom .main .box {
	width: 581px;
	height: 163px;
	margin-left: 57px;
	margin-top: 37px;
	background: #FFF;
	border-bottom: 5px solid #025EBC;
	padding-top: 23px;
	padding-left: 40px;
	padding-right: 51px;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}

.custom .main .box .tit {
	font-size: 24px;
	font-weight: 700;
	color: #222222;
	line-height: 24px;
	letter-spacing: 1px;
}

.custom .main .box .en {
	font-size: 12px;
	font-family: Arial;
	color: #666666;
	line-height: 12px;
	letter-spacing: 1px;
	margin-top: 13px;
	margin-bottom: 22px;
}

.custom .main .box p {
	font-size: 14px;
	color: #222222;
	line-height: 24px;
	letter-spacing: 1px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.custom .main .box .prev-btn {
	width: 50px;
	height: 42px;
	background: #222222;
	position: absolute;
	right: 0;
	bottom: -5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.custom .main .box .next-btn {
	width: 50px;
	height: 42px;
	background: #025EBC;
	position: absolute;
	right: -50px;
	bottom: -5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.about {
	margin-top: 100px;
	background: #ECF1F7;
	padding: 1px;
}

.about .title {
	margin-top: 57px;
}

.about .about-main {
	display: flex;
	margin-top: 80px;
	background: #F6F6F6;
}

.about .about-main .left {
	width: 691px;
	height: 372px;
	flex-shrink: 0;
	overflow: hidden;
}

.about .about-main .left:hover img {
	transform: scale(1.1);
	position: relative;
	z-index: 1;
}

.about .about-main .right {
	width: 563px;
	padding-top: 26px;
	padding-left: 40px;
	padding-right: 42px;
}

.about .about-main .right .tit {
	font-size: 24px;
	font-weight: bold;
	color: #444;
}

.about .about-main .right .tit .icon {
	width: 54px;
	height: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about .about-main .right .tit .icon img{
	width: 100%;
	height: 100%;
}
.about .about-main .right .tit .text {
	font-size: 30px;
	font-weight: 700;
	color: #025ebc;
	line-height: 30px;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
	margin-top: -5px;
}

.about .about-main .right .tit .text span {
	font-size: 18px;
	color: #A5A5A5;
	font-weight: 400;
}

.about .about-main .right .text p {
	font-size: 16px;
	color: #222222;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: justify;
	margin-top: 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.about .about-main .right .text a {
	width: 165px;
	height: 46px;
	background: #025ebc;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 37px;
}

.about .about-main .right .text a span {
	font-size: 18px;
	color: #ffffff;
	line-height: 18px;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
}

.about .about-main .right .text a span::before {
	content: "";
	background: url(../img/about-icon-2.png) no-repeat center center;
	background-size: contain;
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-right: 7px;
}

.about .box {
	display: flex;
	align-items: center;
}

.about .box .item {
	flex: 1;
	height: 200px;
	background: rgba(94, 111, 127, 0.5);
	border-right: 1px solid #FFF;
}
.about .box .on{
	background: linear-gradient(0deg,#024f9d 0%, #0568ce 100%);
}
.about .box .item .icon {
	margin: 0 auto;
	width: 66px;
	height: 66px;
	margin-top: 28px;
}

.about .box .item .tit {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	line-height: 24px;
	letter-spacing: 1px;
	margin-top: 23px;
}

.about .box .item .text {
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	line-height: 16px;
	letter-spacing: 1px;
	margin-top: 20px;
}

.message {
	height: 573px;
	background: url(../Images/message-bg.jpg) no-repeat center center;
	background-size: cover;
}

.message .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.message .left {
	height: 406px;
}

.message .left .tit {
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-bottom: 60px;
}

.message .left .input {
	width: 378px;
	height: 52px;
	background: #FFF;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 28px;
}

.message .left .input input {
	outline: none;
	height: 100%;
	margin-left: 20px;
	background: none;
	font-size: 16px;
}

.message .left .btn {
	width: 378px;
	height: 62px;
	background: #032852;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 62px;
	border-radius: 5px;
	display: block;
	margin-top: 54px;
}

.message .right .tit {
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-bottom: 60px;
}

.message .right .text {
	border-bottom: 1px dashed #DCDCDC;
	width: 389px;
}

.message .right .text p {
	margin-bottom: 30px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
}

.message .right .tips {
	font-size: 16px;
	color: #989898;
	line-height: 30px;
	opacity: 0.55;
}

.message .icon {
	background: url(../Images/message-icon-1.png) no-repeat center center;
	width: 1px;
	height: 406px;
}

.case {
	margin-top: 68px;
}

.case .main {
	margin-top: 52px;
}

.case .main .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 74px;
	background: #ecf1f7;
}
.case .main .top a{
	flex: 1;
	display: block;
}
.case .main .top .item {
	font-size: 22px;
	text-align: center;
	color: #444444;
	line-height: 74px;
	cursor: pointer;
	letter-spacing: 1px;
	height: 100%;
}
.case .main .top .ckgd{
	font-size: 22px;
	text-align: center;
	color: #444444;
	line-height: 74px;
	cursor: pointer;
	letter-spacing: 1px;
	height: 100%;
}
.case .main .top .on{
	background: #0465c7;
	color: #FFF;
}
.case .main .img-box {
	height: 562px;
	position: relative;
}

.case .main .img-box img {
	width: 100%;
	height: 100%;
}

.case .main .img-box .text {
	position: absolute;
	height: 115px;
	width: 100%;
	bottom: 0;
	left: 0;
	background: rgba(94, 111, 127, 0.5);
	padding: 27px 0 33px 32px;
}

.case .main .img-box .text .tit {
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	color: #ffffff;
	line-height: 18px;
	letter-spacing: 1px;
}

.case .main .img-box .text p {
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	letter-spacing: 1px;
	margin-top: 15px;
}

.case .main .img-box .text p a {
	color: #ffffff;
}

.lisence {
	margin-top: 97px;
	padding: 1px;
	background: #f4f7fa;
}

.lisence .main {
	margin-top: 45px;
	position: relative;
}

.lisence .main .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lisence .main .box .img-box{
	margin:0 15px;
	width: 270px;
	height: 340px;
}
.lisence .main .box .img-box img{
	width: 100%;
	height: 100%;
}
.lisence .main .prev-btn {
	width: 26px;
	height: 46px;
	background: url(../img/lisence-icon-prev.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	left: -38px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.lisence .main .next-btn {
	width: 26px;
	height: 46px;
	background: url(../img/lisence-icon-next.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	right: -38px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.lisence .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 186px;
	height: 50px;
	background: #0253a5;
	border-radius: 5px;
	font-size: 18px;
	color: #ffffff;
	line-height: 18px;
	letter-spacing: 1px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 49px;
}

.news {
	margin-bottom: 86px;
	padding-top: 1px;
}
.news a{
	display: block;
}
.news .container .title {
	margin-top: 88px;
	position: relative;
}

.news .container .title::after {
	content: "NEWS";
	text-shadow: 0px 0px 1px #245a9c;
	font-size: 60px;
	font-family: Arial, Arial-Bold;
	font-weight: 700;
	color: #ffffff;
	line-height: 60px;
	letter-spacing: 4px;
	display: block;
	position: absolute;
	top: -30px;
	right: 50%;
	transform: translateX(50%);
	z-index: -1;
}

.news .container .news-list {
	margin-top: 37px;
	display: flex;
	justify-content: space-between;
}

.news .container .news-list .news-left {
	width: 590px;
	background: #F4F7FA;
	padding-left: 17px;
	padding-right: 23px;
	padding-bottom: 6px;
	box-sizing: border-box;
}

.news .container .news-list .news-left .news-left-top {
	display: flex;
	width: 100%;
	justify-content: space-between;
	border-bottom: 1px solid #E6E4E4;
	padding-bottom: 13px;
	padding-top: 26px;
}

.news .container .news-list .news-left .news-left-top .header-left a {
	font-size: 24px;
	font-family: SourceHanSansCN-Regular, Microsoft YaHei, Helvetica Neue, PingFang SC, Arial, sans-serif;
	font-weight: 700;
	text-align: left;
	color: #444444;
	line-height: 24px;
	letter-spacing: 1px;
}

.news .container .news-list .news-left .news-left-top .header-right .icon {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(../img/news-icon-1.png) no-repeat center center;
	background-size: contain;
}
.news .container .news-list .news-left .news-left-top .header-right .icon:hover{
	background: url(../img/news-icon-2.png) no-repeat center center;
}
.news .container .news-list .news-left .news-box {
	margin-top: 32px;
}

.news .container .news-list .news-left .news-box .img-box {
	width: 100%;
	height: 202px;
}

.news .container .news-list .news-left .news-box .img-box img {
	width: 100%;
	height: 100%;
}
.news .container .news-list .news-left .news-box .text{
	margin-top: 16px;
	margin-bottom: 21px;
}
.news .container .news-list .news-left .news-box .tit {
	font-size: 18px;
	font-family: SourceHanSansCN-Regular, Microsoft YaHei, Helvetica Neue, PingFang SC, Arial, sans-serif;
	color: #282828;
	line-height: 18px;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news .container .news-list .news-left .news-box .tit span{
	font-size: 14px;
	font-family: SourceHanSansCN-Regular, Microsoft YaHei, Helvetica Neue, PingFang SC, Arial, sans-serif;
	color: #979797;
	line-height: 14px;
	letter-spacing: 1px;
}
.news .container .news-list .news-left .news-box .text .news-text{
	font-size: 14px;
	font-family: SourceHanSansCN-Regular, Microsoft YaHei, Helvetica Neue, PingFang SC, Arial, sans-serif;
	color: #666666;
	line-height: 24px;
	letter-spacing: 1px;
	margin-top: 21px;
}
.news .container .news-list .news-left .news-box .item{
	border-top: 1px solid #E5E5E5;
	height: 56px;
	padding-top: 21px;
	box-sizing: border-box;
}
.news .container .news-list .news-left .news-box .item .tit p{
	display: flex;
	align-items: center;
}
.news .container .news-list .news-left .news-box .item .tit p::before{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid #2164b7;
	border-radius: 50%;
	margin-right: 6px;
}
.news .container .news-list .news-right {
	width: 585px;
	background: #f4f7fa;
	padding-left: 20px;
	padding-right: 17px;
}
.news a:hover .tit,.news a:hover .li-title,.news a:hover p{
	color: #0253A5 !important;
}
.news .container .news-list .news-right>p {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #444;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #E6E4E4;
	padding-bottom: 13px;
	padding-top: 26px;
}

.news .container .news-list .news-right p .icon{
	width: 28px;
	height: 28px;
	display: block;
	background: url(../img/news-icon-1.png) no-repeat center center;
	background-size: contain;
}
.news .container .news-list .news-right p .icon:hover{
	background: url(../img/news-icon-2.png) no-repeat center center;
}
.news .container .news-list .news-right ul {
	
}
.news .container .news-list .news-right ul li {
	padding: 20px 0;
	margin: 0 10px;
	border-bottom:  1px solid #d2d2d2;
	height: 160px;
	display: flex;
	align-items: center;
}
.news .container .news-list .news-right ul li .img-box{
	width: 200px;
	height: 120px;
	flex-shrink: 0;
	margin-right: 20px;
}
.news .container .news-list .news-right ul li .img-box img{
	width: 100%;
	height: 100%;
}
.news .container .news-list .news-right .tit {
	height: 60px;
	font-size: 18px;
	font-family: SourceHanSansCN-Regular, Microsoft YaHei, Helvetica Neue, PingFang SC, Arial, sans-serif;
	color: #282828;
	line-height: 18px;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #D2D2D2;
}
.news .container .news-list .news-right .tit span{
	font-size: 14px;
	font-family: SourceHanSansCN-Regular, Microsoft YaHei, Helvetica Neue, PingFang SC, Arial, sans-serif;
	color: #979797;
	line-height: 14px;
	letter-spacing: 1px;
}
.news .container .news-list .news-right .li-title{
	font-size: 18px;
	font-family: SourceHanSansCN-Regular, Microsoft YaHei, Helvetica Neue, PingFang SC, Arial, sans-serif;
	color: #282828;
	line-height: 18px;
	letter-spacing: 1px;
}
.news .container .news-list .news-right .li-text{
	font-size: 14px;
	font-family: SourceHanSansCN-Regular, Microsoft YaHei, Helvetica Neue, PingFang SC, Arial, sans-serif;
	color: #666666;
	line-height: 24px;
	letter-spacing: 1px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news .container .news-list .news-right .tit p{
	display: flex;
	align-items: center;
}
.news .container .news-list .news-right .tit p::before{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid #2164b7;
	border-radius: 50%;
	margin-right: 6px;
}
.news .container .news-list .news-right ul a:nth-last-child(1) li{
	border-bottom: 0px dashed #D5D3D3;
}
.about-b{
	width: 100%;
	/* overflow-x: hidden; */
	height: 578px;
	background: #ecf1f7;
	margin-bottom: 115px;
}
.about-b .main{
	width: 1200px;
	display: flex;
}
.about-b .main .text{
	width: 50%;
	position: relative;
}
.about-b .main .text .box{
	width: 697px;
	height: 407px;
	background: #ffffff;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13); 
	margin-top: 14px;
	padding-left: 22px;
	padding-right: 32px;
	padding-top: 1px;
	position: relative;
	z-index: 10;
}
.about-b .main .text .box .tit{
	font-size: 36px;
	font-weight: 700;
	color: #0d2d5c;
	line-height: 36px;
	letter-spacing: 2px;
	margin-top: 50px;
}
.about-b .main .text .box p{
	font-size: 14px;
	font-family: SourceHanSansCN-Regular, Microsoft YaHei, Helvetica Neue, PingFang SC, Arial, sans-serif;
	text-align: justify;
	color: #5d5d5d;
	line-height: 26px;
	letter-spacing: 1px;
	margin-top: 37px;
	text-indent: 2em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.about-b .main .text .box p span{
	font-size: 18px;
	color: #222;
	display: block;
	font-family: SourceHanSansCN-Regular, Microsoft YaHei, Helvetica Neue, PingFang SC, Arial, sans-serif;
	line-height: 26px;
	font-weight: 700;
	text-indent: 0;
}
.about-b .main .text .box .btn-box{
	display: flex;
	align-items: center;
}

.about-b .main .text .box .btn-box .btn{
	width: 148px;
	height: 46px;
	background: #a5b0bb;
	border-radius: 5px;
	margin-right: 20px;
	margin-top: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.about-b .main .text .box .btn-box .on{
	background: #0253A5;
}
.about-b .main .text .box .btn-box .btn .icon{
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 4px;
}
.about-b .main .text .box .btn-box .btn .icon img{
	
}
.about-b .main .text .box .btn-box .btn .btn-text .cha{
	font-size: 14px;
	color: #ffffff;
	line-height: 14px;
	letter-spacing: 1px;
}
.about-b .main .text .box .btn-box .btn .btn-text .en{
	font-size: 10px;
	font-family: Arial;
	color: #ffffff;
	line-height: 10px;
	letter-spacing: 1px;
	margin-top: 4px;
}
.about-b .main .text .logo{
	width: 214px;
	height: 214px;
	margin:0 auto;
	margin-top: 17px;
}
.about-b .main .text .logo img{
	width: 100%;
}
.about-b .main .img-box{
	width: 945px;
	height: 578px;
	margin-right: -360px;
}
.about-b .main .img-box .box{
	width: 945px;
	height: 578px;
}
.about-b .main .img-box img{
	width: 100%;
	height: 100%;
}