﻿/*内页标题*/
.n-tit{
}
.n-tit .en{
	font-size: 20px;
	color: #737373;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
}
.n-tit .en span{
	font-weight: normal;
}
.n-tit .cn{
	font-size: 60px;
	color: #000;
	margin-top: 25px;
	line-height: 1em;
	font-family: 'sy-b';
}
/*面包屑*/
.bread{
	padding: 25px 0px;
}
.bread .container{
	display: flex;
	align-items: center;
	font-size:18px;
}
.bread .container a{
	color: #908f8f;
}
.bread .container a:hover,.bread .container a.current{
	color: #256aab;
}
.bread .container i{
	margin: 0px 10px;
}
/*关于我们*/
.ny-profile {
	padding: 65px 0 ;
}
.ny-profile .con{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.ny-profile .txt{
	width: 45.8%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.ny-profile .txt .intro p{
	color: #909090;
	font-size: 18px;
	line-height: 1.8em;
}
.ny-profile .txt .itemBox{
	display: flex;
	justify-content: space-between;
	padding: 65px 0px;
	border-bottom: 1px solid #eee;
}
.ny-profile .txt .itemBox .item .t {
	font-size: 16px;
	line-height: 36px;
	color: #1c6da9;
}
.ny-profile .txt .itemBox .item .t span {
	font-size: 44px;
	font-family: 'hg';
}
.ny-profile .txt .itemBox .item .t1 {
	font-size: 16px;
	line-height: 20px;
	color: #333;
	margin-top: 7px;
}

.ny-profile .img{
	width: 50%;
}

.ny-profile .img img{
	width: 100%;
}
.ny-profile .btns{
	text-align: center;
	margin-top: 20px;
}
.ny-profile .btns .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 1px solid #fff;
	position: relative;
	display: inline-block;
	margin: 0 6px;
	background: none;
	opacity: 1;
}
.ny-profile .btns .swiper-pagination-bullet:after{
	width: 5px;
	height: 5px;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: '';
	background-color: #888;
	position: absolute;
}
.ny-profile .btns span.swiper-pagination-bullet-active{
	border-color:rgba(28, 109, 169, 0.5);
}
.ny-profile .btns span.swiper-pagination-bullet-active:after{
	background-color: #1c6da9;
}

/*旗下公司*/
.ny-company{
	padding: 65px 0 ;
}
.ny-company .comLib{
	margin-top: 65px;
}
.ny-company .comLib ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0x -5px;
}
.ny-company .comLib li{
	width: calc(100% / 3);
	padding: 0px 5px;
	margin-bottom: 10px;
}
.ny-company .comLib li a{
	display: block;
	position: relative;
}
.ny-company .comLib li .img{
	overflow: hidden;
	background: #000;
}
.ny-company .comLib li .img img{
	width: 100%;
	transition: all 1s;
	opacity: 0.7;
}
.ny-company .comLib li a:hover .img img {
	transform: scale(1.1,1.1);
	opacity: 1;
}
.ny-company .comLib li .logobox{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
}
.ny-company .comLib li .logo{
	background: #f5f5f5;
	padding: 20px;
	position: relative;
	height: 120px;
	transition: all 1s;
}
.ny-company .comLib li .logo span{
	background: #d4d4d4;
	display: inline-block;
	padding: 10px 20px;
	line-height: 1em;
	font-size: 14px;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	transition: all 1s;
}
.ny-company .comLib li .logo span i{
	margin-left: 5px;
}
.ny-company .comLib li:hover .logo{
	background: #51b1bf;
}
.ny-company .comLib li:hover .logo span{
	background: #6fcad7;
}

/*发展历程*/
.ny-history{
	background: #1c6da9;
	position: relative;
	height: auto;
}
.ny-history .bg {
	position: relative;
	z-index: 5;
}
.ny-history .content{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 5.7%;
}
.ny-history .n-tit .en,.ny-history .n-tit .cn{
	color: #fff;
}

.ny-history  .content .list {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.3);
	position: absolute;
	bottom: 16%;
	left: 0;
	z-index: 10;
}
.ny-history .content .list .a{
	width: 42px;
	height: 42px;
	background-color: #fff;
	border-radius: 100%;
	top: -21px;
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: center;
	color: #2c77ae;
	font-size: 20px;
}
.ny-history .content .list .a.prev{
	left: 4.2%;
}
.ny-history .content .list .a.next{
	right: 4.2%;
}

.ny-history .content .list .listNew {
	width: 83.3%;
	height: auto;
	margin: -10px auto 0;
	overflow: hidden;
}
.ny-history .content .list .listNew ul li {
	width: 20%;
	float: left;
	text-align: center;
	cursor: pointer;
}
.ny-history .content .list .listNew ul li .dian {
	width: 20px;
	height: 20px;
	margin: 0 auto 0;
	border: 1px solid rgba(255, 255, 255, 0.5);
	position: relative;
	border-radius: 100%;
}
.ny-history .content .list .listNew ul li .dian:after{
	width: 5px;
	height: 5px;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	background-color: #bedfef;
	content: '';
	border-radius: 100%;
}
.ny-history .content .list .listNew ul li .year {
	font-size: 14px;
	line-height: 36px;
	font-family: 'din';
	color: #fff;
	opacity: 0.5;
}
.ny-history .content .list .listNew ul li.swiper-slide-active .dian {
	border-color: #fff;
}
.ny-history .content .list .listNew ul li.swiper-slide-active .dian::after {
	background-color: #fff;
}
.ny-history .content .list .listNew ul li.swiper-slide-active .year {
	font-size: 20px;
	opacity: 1;
	font-family: 'din';
}
.ny-history .content .conList {
	position: absolute;
	bottom: 16%;
	left: 0;
	width: 100%;
	z-index: 9;
}
.ny-history .content .conList ul {
	width: 100%;
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
}
.ny-history .content .conList ul li {
	width: calc(50% - 30px);
	margin-left: calc(50% + 30px);
	height: 85px;
	position: relative;
}
.ny-history .content .conList ul li .line {
	width: 1px;
	height: 100%;
	position: absolute;
	top: 30px;
	left: -30.5px;
	background-color: #fff;
}
.ny-history .content .conList ul li .line::after {
	width: 5px;
	height: 5px;
	left: -2px;
	border-radius: 100%;
	top: 0;
	background-color: #fff;
	content: '';
	position: absolute;
}
.ny-history .content .conList ul li .m {
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	font-family: 'sy-b';
}
.ny-history .content .conList ul li .txt {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	margin-top: 10px;
	width: 80%;
}
.ny-history .content .conList ul li .txt p{
	color: #fff;
}
.ny-history .content .conList ul li:last-child {
	height: 120px;
}
.ny-history .content .conList ul li:last-child .line {
	height: calc(100% - 30px);
}
.ny-history .content .conList ul li:nth-child(2n) {
	margin-left: 0;
	text-align: right;
}
.ny-history .content .conList ul li:nth-child(2n) .line {
	right: -30.5px;
	left: auto;
}
.ny-history .content .conList ul li:nth-child(2n) .txt {
	margin-left: 20%;
}
.ny-history .content .yearB {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 43%;
	z-index: 3;
	font-size: 320px;
	line-height: 322px;
	font-family: 'din-m';
	color: #1964a7;
}

/*企业文化*/
.cultureitem{
	position: relative;
}
.cultureitem .con{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.cultureitem .con .tit{
	position: relative;
}
.cultureitem .con .tit .txt{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.cultureitem .con .tit .txt p{
	line-height: 1em;
}
.cultureitem .con .tit .txt p.p1{
	font-size: 50px;
	color: #1c6da9;
	font-family: 'sy-b';
}
.cultureitem .con .tit .txt p.p2{
	font-size: 24px;
	color: #010000;
	font-family: 'sy-b';
	margin-top: 24px;
}
.cultureitem:nth-child(2n) .con .tit .txt p.p1,.cultureitem:nth-child(2n) .con .tit .txt p.p2{
	color: #fff;
}
.cultureitem .con .intro{
	margin-top: 30px;
}
.cultureitem .con .intro p{
	color: #666;
	font-size: 16px;
	line-height: 1.8em;
	text-align: center;
}
.cultureitem:nth-child(2n) .con .intro p{
	color: #fff;
}
.cultureitem:last-child .con .intro p {
	text-align: left;
}

/*新闻列表*/

.newsBox {
	padding: 40px 0 70px;
}

.news-list ul {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	margin: 0 -15px;
}

.news-list ul li {
	padding: 0 15px;
	width: calc(100% / 3);
	margin-top: 30px;
}

.news-list ul li a {
	display: block;
	height: 100%;
}

.news-list ul li a .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.news-list ul li a .pic img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	transition: all 0.6s;
	height: 240px;
}

.news-list ul li a .date {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 12px 20px 9px;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.4s;
	color: #fff;
	font-size: 14px;
}

.news-list ul li a .content {
	padding: 20px;
	background: #f0f0f0;
	transition: all 0.4s;
}

.news-list ul li a .content h3 {
	font-size: 17px;
	color: #1a1a1a;
	font-family: roboto-m;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-list ul li a .content p {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	margin-top: 16px;
}

.news-list ul li:hover .date {
	background: rgba(31, 123, 146, 0.9);
}

.news-list ul li:hover a .pic img {
	transform: scale(1.1);
}

.news-list ul li:hover a .content {
	background: #FFFFFF;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.news-list ul li:hover a .content h3 {
	color: #0068b1;
}

/*荣誉资质*/
.ny-honor{
	padding: 65px 0px;
	background: #f7f7f7;
}

.ny-honor .con{
	margin-top: 65px;
}

.ny-honor .con ul li .pic {
	padding-bottom: 94%;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	position: relative;
}

.ny-honor .con ul li .pic img {
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.ny-honor .con ul li .tits{
	text-align: center;
	font-size: 22px;
	line-height: 36px;
	color: #333;
	margin-top: 20px;
	font-family: 'sy-b';
}


.ny-honor .btns {
	margin-top: 70px;
	position: relative;
	text-align: center;
	font-size: 0;
}

.ny-honor .btns .btnsBox {
	display: inline-block;
}
.ny-honor .btns .a {
	width: 38px;
	height: 38px;
	border: 1px solid transparent;
	z-index: 5;
	border-radius: 100%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #2c77ae;
}
.ny-honor .btns .a:hover{
	border: 1px solid #2c77ae;
}
.ny-honor .btns .btnsNew {
	float: left;
	padding-top: 10px;
	margin: 0 20px;
}
.ny-honor .btns .btnsNew span {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 1px solid rgba(255, 255, 255, 0);
	position: relative;
	display: block;
	float: left;
	margin: 0 6px;
	background: none;
	opacity: 1;
}
.ny-honor .btns .btnsNew span.swiper-pagination-bullet-active {
	border-color: rgba(28, 109, 169, 0.5);
}
.ny-honor .btns .btnsNew span::after {
	width: 5px;
	height: 5px;
	border-radius: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: '';
	background-color: #888;
	position: absolute;
}
.btns .btnsNew span.swiper-pagination-bullet-active::after {
	background-color: #1c6da9;
}



/*产品首页*/
.proindex{
	padding: 65px 0px;
}
.proindex .procate{
	margin-top: 40px;
}
.proindex .procate h2 a{
	color: #000;
	font-size: 36px;
	text-decoration: underline;
	font-family: 'sy-b';
}
.proindex .procate .lib{
	margin-top: 30px;
	overflow: hidden;
}
.proindex .procate ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0px -30px;
}
.proindex .procate li{
	width: 25%;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}
.proindex .procate li a{
	display: block;
	padding: 0px 30px;
	border-right: 1px solid #ddd;
}
.proindex .procate li .img{
	overflow: hidden;
}
.proindex .procate li .img img{
	width: 100%;
	transition: 1s;
}
.proindex .procate li a:hover .img img{
	transform: scale(1.1,1.1);
	opacity: 0.8;
}
.proindex .procate li:nth-of-type(n+5) {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.proindex .procate li .txt{
	margin-top: 25px;
}
.proindex .procate li p{
	line-height: 1em;
}
.proindex .procate li p.p1{
	color: #000;
	font-size: 20px;
}
.proindex .procate li p.p2{
	margin-top: 15px;
	color: #006FBA;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.proindex .procate li p.p2 i{
	font-size: 14px;
}


/*产品列表页*/
.prolibbox{
	background: #f7f7f7;
	padding: 65px 0px;
}
.prolibbox .container{
	display: flex;
	justify-content: space-between;
}
.prolibbox .proleft{
	width: 320px;
}
.prolibbox .proleft li{
	border-bottom: 1px solid #ddd;
	padding: 10px 0px;
}
.prolibbox .proleft li .tits{
	font-size: 18px;
	line-height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.prolibbox .proleft li .tits a{
	color: #000;
}

.prolibbox .proleft li h3 i{
	color: #999;
}
.prolibbox .proleft li h3 i:before {
	content: "\f078";
	transition: all 1s;
}
.prolibbox .proleft li.on h3 i:before {
	content: "\f077";
}

.prolibbox .proleft li dl{
	transition: none;
	display: none;
}
.prolibbox .proleft li.on dl{
	display: block;
}
.prolibbox .proleft li dd{
	line-height: 34px;
	font-size: 16px;
}
.prolibbox .proleft li dd a{
	color: #666;
}
.prolibbox .proleft li dd a:hover,.prolibbox .proleft li dd.on a{
	color: #1c6da9;
}
.prolibbox .proright{
	width: calc(100% - 400px);
	padding-top: 15px;
}
.prolibbox .proright h3{
	font-family: 'sy-b';
	font-size: 48px;
	line-height: 1em;
	color: #000;
	text-decoration: underline;
}
.prolibbox .proright .cat_info{
	background: #cceefa;
	padding:30px 50px;
}
.prolibbox .proright .cat_info h2{
	color: #03a1af;
	font-size: 32px;
	font-family: 'hg';
	line-height: 1em;
}
.prolibbox .proright .cat_info p.p1{
	margin-top: 15px;
	color: #00bdf2;
	font-family: 'din-m';
	font-size: 20px;
}
.prolibbox .proright .cat_info p.p2{
	margin-top: 20px;
	font-size: 18px;
	color: #333;
	line-height: 1.8em;
	font-family: din-m;
	width: 80%;
}
.prolibbox .proright .lib{
	margin-top: 40px;
	overflow: hidden;
}
.prolibbox .proright .lib ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0px -30px;
}
.prolibbox .proright .lib ul>span{
	text-align: center;
	padding: 0px 30px;
}
.prolibbox .proright .lib li{
	width: calc(100% / 3);
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}
.prolibbox .proright .lib li a{
	display: block;
	padding: 0px 30px;
	border-right: 1px solid #ddd;
}
.prolibbox .proright .lib li .img{
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 72%;
	position: relative;
	background: #cceefa;
}
.prolibbox .proright .lib li .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: 1s;
	height: 100%;
	object-fit: contain;
}
.prolibbox .proright .lib li a:hover .img img{
	transform: scale(1.1,1.1);
	opacity: 0.8;
}
.prolibbox .proright .lib li .inner{
	background: #3bb9c6;
	padding: 30px 50px;
	margin: 0px 30px;
	position: relative;
}
.prolibbox .proright .lib li .inner:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	opacity: 0.4;
	background: url("../images/bg.png") no-repeat center bottom/100% auto;
}
.prolibbox .proright .lib li .inner h3{
	color: #fff;
	font-family: 'din-m';
	font-size: 36px;
	line-height: 1.2em;
	text-decoration: none;
	position: relative;
}
.prolibbox .proright .lib li .inner h4{
	margin-top: 20px;
	color: #fff;
	position: relative;
}
.prolibbox .proright .lib li .txt{
	padding: 15px 20px;
	background: #cceefa;
}
.prolibbox .proright .lib li p{
	line-height: 1em;
}
.prolibbox .proright .lib li p.p1{
	color: #000;
	font-size: 20px;
	line-height: 1.5em;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.prolibbox .proright .lib li p.p1 i{
	font-size: 14px;
}
.prolibbox .proright .lib li p.p2{
	margin-top: 15px;
	color: #006FBA;
	font-size: 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*产品详情*/
.detail-big-pic{
	background: #F2F7FA;
	display: flex;
	justify-content: end;
	position: relative;
}
.detail-big-pic .detail-tit{
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	padding: 30px;
	justify-content: end;
	width: 45%;
	z-index: 99;
}
.detail-big-pic .detail-tit h2{
	font-size: 40px;
	color: #000;
	font-family: 'sy-b';
	line-height: 1em;
}
.detail-big-pic .detail-tit p{
	font-size: 20px;
	margin-top: 20px;
	line-height: 1em;
	color: #000;
}
.detail-big-pic .big_pic_container{
	width: 60%;
}
.detail-big-pic .big_pic_container .swiper-slide{
	background: #F2F7FA;
	display: flex;
	justify-content: end;
}
.detail-big-pic .big_pic_container .swiper-slide img{
	mix-blend-mode: multiply;
}

.detail-small-pic{
	background: #f7f7f7;
	position: relative;
	border-top: 2px solid #fff;
	overflow: hidden;
}
.detail-small-pic .small_pic_container .swiper-wrapper{
	display: flex;
}
.detail-small-pic .small_pic_container .swiper-wrapper .swiper-slide{
	width: auto;
	border: 1px solid #ddd;
	background: #F2F7FA;
	cursor: pointer;
}
.detail-small-pic .small_pic_container .swiper-wrapper .swiper-slide-thumb-active{
	border: 1px solid #0068b0;
}
.detail-small-pic .small_pic_container .swiper-slide img{
	height: 80px;
}
.detail-small-pic .swiper-button-prev,.detail-small-pic .swiper-button-next{
	width: 40px;
	height: 100%;
	left: auto;
	right: auto;
	top: 0;
	margin-top: 0;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.4s;
	opacity: 0;
	color: #fff;
}
.detail-small-pic .swiper-button-prev{
	left: -40px;
}
.detail-small-pic .swiper-button-next{
	right: -40px;
}
.detail-small-pic:hover  .swiper-button-prev{
	left: 0px;
	opacity: 1;
}
.detail-small-pic:hover  .swiper-button-next{
	right: 0px;
	opacity: 1;
}
.detail-desc{
	background: #fff;
	padding: 30px;
}
.detail-desc .detail-tab{
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.detail-desc .detail-tab span{
	font-size: 20px;
	color: #006FBA;
}
.detail-desc .detail-tab a{
	color: #006FBA;
	font-size: 18px;
}
.detail-desc .detail-intro{
	padding: 20px 0px;
	line-height: 2em;
	font-size: 16px;
}
.detail-desc .detail-intro table{
	max-width: 100% !important;
}
.detail-desc .detail-intro p{
	line-height: 2em;
	font-size: 16px;
	font-family: 'din';
}
.detail-desc .detail-intro strong,.detail-desc .detail-intro b{
	font-weight: 700;
}



/*详情CSS*/
.intro-top{
	overflow: hidden;
	margin-top: 40px;
}
.intro-top ul{
	display: flex;
	margin: 0px -30px;
}
.intro-top li{
	width: calc(100% / 3);
	padding:0px 30px;
	border-right: 1px solid #ddd;
}
.intro-top h2{
	font-size: 16px;
	font-weight: 700;
}
.intro-top p{
	font-size: 14px !important;
	line-height: 1.5em !important;
	margin-top: 10px;
}
h3.is-extended{
	background: #00375D;
	color: #fff !important;
	padding: 30px;
	font-size: 20px !important;
	margin-top: 60px;
	text-decoration: none !important;
	line-height: 1.8em !important;
}
.block--text{
	margin-top: 60px;
}
.block--text__inner{
	max-width: 720px;
	margin: 0 auto;
}
.block--text__inner p{
	margin-top: 20px;
}
.block--text__inner h3{
	text-decoration: none !important;
	font-size: 20px !important;
	margin-top: 25px;
}
.block--text__inner p:first-child{
	margin-top: 0px;
}
.block--side-by-sides{
	margin-top: 60px;
}
.block--side-by-sides .card {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.block--side-by-sides .card .side-by-side__media,.block--side-by-sides .card .side-by-side__body{
	width: calc(50% - 20px);
}
.block--side-by-sides .card .side-by-side__body ul{
	margin-left: 20px;
	list-style-type: disc;
}
.block--side-by-sides .card .side-by-side__body ol{
	margin-left: 20px;
}
.block--side-by-sides .card .side-by-side__body li{
	list-style-type: inherit;
}
.block--side-by-sides  .is-side-by-side--media-right .side-by-side__media{
	order: 2;
}

.pullquote__inner{
	background: #00375D;
	color: #fff !important;
	padding: 30px;
}
.pullquote__inner h3{
	padding: 0px !important;
	margin-top: 0px !important;
}
.pullquote__inner ul{
	margin-top: 40px;
	position: relative;
}
.pullquote__inner ul:before{
	content: '';
	width: 50px;
	height: 1px;
	position: absolute;
	top: -20px;
	left: 0px;
	background: #FFB81C;
}
.pullquote__inner li:nth-child(1){
	font-weight: 700;
}
.pullquote__inner li p{
	font-size: 16px;
	color: #fff !important;
}
.pullquote__inner li p a{
	color: #fff;
}
.block--feature-grid{
	margin-top: 60px;
	overflow: hidden;
}
.block--feature-grid .grid{
	display: flex;
	flex-wrap: wrap;
	margin: 0px -20px;
}
.block--feature-grid .grid .grid__col{
	width: calc(100% / 3);
	margin-bottom:20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.block--feature-grid .grid .grid__col .card {
	padding: 0px 20px;
	border-right: 1px solid #ddd;
}
.block--feature-grid .grid .grid__col .card .feature__body{
	margin-top: 20px;
}
.block--feature-grid .grid .grid__col .card .feature__body h4{
	line-height: 1em;
	color: #000;
	font-size: 16px;
	font-weight: 700;
}
.block--feature-grid .grid .grid__col .card .feature__body p{
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.5em;
}

.block--cta{
	background: #FFB81C;
	padding: 30px;
	margin-top: 60px;
}
.block--cta .cta__inner{
	display: flex;
	align-items: center;
	justify-content: center ;
}
.block--cta .cta__inner .cta__body {
	width: calc(50% - (40px * .5));
	color: #000;
}
.block--cta .cta__inner .cta__body .cta__eyebrow{
	font-size: 12px;
	line-height: 1em;
}
.block--cta .cta__inner .cta__body h3.cta__headline{

	text-decoration: none;
	margin-bottom: 20px;
}
.block--cta .cta__inner .cta__body h3.cta__headline p{
	color: #000;
	font-size: 18px;
	line-height: 1.5em;
}
.block--cta .cta__inner .cta__body p{
	font-size: 14px;
	color: #000;
	line-height: 1.8em;
}
.block--cta .cta__inner .cta__body a{
	display: inline-block;
	margin-top: 20px;
	background: #00375d;
	color: #fff;
	padding: 5px 15px;
}
.block--cta .cta__inner .cta__body a:hover{
	background: #006fba;
}
.block--cta .cta__inner .cta__media{
	width: calc(33.3333333333% - (40px * .5));
	margin-left: 40px;
}
.block-resources{
	overflow: hidden;
}
.block-resources>header{
	margin-top: 60px;
	margin-bottom: 40px;

}
.block-resources>header>h2{
	padding-top: 20px;
	border-top: 1px solid #ddd;
	color: #000;
	font-family: 'sy-b';
	font-size: 24px;
}
.block-resources-item{
	display: flex;
	margin: 0px -20px;
}
.block-resources-item .grid__col{
	width: 25%;
	padding: 0px 20px;
	border-right: 1px solid #ddd;
}
.block-resources-item .grid__col header{
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.block-resources-item .grid__col header h3{
	font-size: 16px;
	text-decoration: none;
	margin-top: 10px;
}
.block-resources-item .grid__col li p{
	font-size: 13px;
	line-height: 1.5em;
}
.block-resources-item .grid__col li nav{
	display: none;
}
.block-resources-item .grid__col li .js-more-toggle{
	display: none;
}
.block--pullquote{
	margin-top: 60px;
}
.sec__inner{
	margin-top: 60px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
	display: flex;
	justify-content: space-between;
}
.sec__inner header{
	width: calc(25% - (40px * .5));
}
.sec__inner header h2{
	color: #000;
	font-family: 'sy-b';
	font-size: 24px;
}
.is-sec--divided .sec__inner header{
	width: 100% !important;
}
.sec__inner .sec__body{
	width: calc(75% - (40px * .5));
}
.sec__inner .sec__body caption{
	font-size: 14px;
	color: #000;
	text-align: left;
	font-family: 'sy-b';
}
.sec__inner .sec__body table{
	width: 100%;
	margin-bottom: 20px;
	border-collapse:collapse;
}
.sec__inner .sec__body td{
	padding:10px 0px;
	line-height: 1em;
	border-top: 1px solid #ddd;
}
.sec__inner .sec__body td:first-child{
	width: 33.33%;
}
.sec__inner .sec__body td p{
	font-size: 13px;
}
.sec__inner .sec__body tfoot{
	display: none;
}
.block--video{
	text-align: center;
	margin-top: 65px;
}
.block--video iframe{
	max-width: 100%;
}

.block--slider{
	max-width: 720px;
	margin: 65px auto 0;
	position: relative;
}
.detail-intro .swiper-btns{
	text-align: center;
}
.detail-intro .swiper-pagination-bullet{
	background: #ddd;
	opacity: 1;
	margin: 0px 2px;
}
.detail-intro .swiper-pagination-bullet-active{
	background: #007aff;
}
.block--slider .swiper-slide p{
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 10px;
}


.case-study__inner{
	display: flex;
	margin-top: 60px;
	padding: 30px;
	justify-content: space-between;
	background: #F2F7FA;
}
.case-study__inner .case-study__body {
	order: 2;
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	width: 50%;
}
.case-study__inner .case-study__body section header{
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1em;
	font-family: 'sy-b';
	margin-bottom: 15px;
}
.case-study__inner .case-study__body section h3{
	font-size: 16px;
	collapse: #000;
	margin-bottom: 5px;
	line-height: 1.2em;
	font-family: sy-b;
	text-decoration: none;
}
.case-study__inner .case-study__body section p{
	line-height: 1em;
	color: #111111 !important;
}
.case-study__inner .case-study__body section:nth-child(2),.case-study__inner .case-study__body section:nth-child(3){
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px solid #ddd;
}
.case-study__inner .case-study__body section:nth-child(1){
	position: relative;
	padding-right: 65px;
}
.case-study__inner .case-study__body section:nth-child(1) img{
	width: 55px;
	height: 55px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.case-study__inner .case-study__body footer a{
	display: inline-block;
	margin-top: 40px;
	background: #00375d;
	color: #fff;
	padding: 5px 15px;
}
.case-study__inner .case-study__body footer a:hover{
	background: #006fba;
}

.case-study__inner .case-study__media {
	order: 1;
	border-top: 0;
	border-right: 1px solid #d8d8d8;
	margin-top: 0;
	padding-top: 0;
	padding-right: 20px;
	width: 50%;
}

.block--figure{
	margin-top: 60px;
	text-align: center;
}
.block--figure img{
	margin: 0 auto;
}

.block--slider--txt .card{
	display: flex;
	justify-content: space-between;
}
.block--slider--txt .card .side-by-side__media,.block--slider--txt .card .side-by-side__body{
	width: calc(50% - 20px);
}
.block--slider--txt .card .side-by-side__body ul{
	margin-left: 20px;
	list-style-type: disc;
}
.block--slider--txt .card .side-by-side__body ol{
	margin-left: 20px;
}
.block--slider--txt .card .side-by-side__body li{
	list-style-type: inherit;
}


	/*服务与支持*/
.service-top{
	background-image: url("../images/service_topbg.png");
	background-repeat: repeat;
	background-size: 325px 325px;
	background-position: top left;
	background-color: #00375D;
	padding: 100px 0px;
	display: flex;
	justify-content: center;
}
.service-top .txt{
	max-width: 1300px;
	padding: 0px 40px;
	color: #fff;
	font-size: 32px;
}
.service-item{
	max-width: 1100px;
	margin: 90px auto;
	overflow: hidden;
}
.service-item ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0px -30px;
}
.service-item li{
	width: 50%;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}
.service-item li:nth-of-type(n+3){
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.service-item li .item{
	border-right: 1px solid #ddd;
	display: flex;
	padding: 0px 30px;
	align-items: center;
}
.service-item li img{
	max-height: 80px;
}
.service-item li p{
	padding: 0px 15px;
	font-size: 24px;
	color: #000;
}

.service-lib h3{
	border-top: 1px solid #ddd;
	font-size: 36px;
	font-family: 'sy-b';
	padding-top: 40px;
	line-height: 1em;
	color: #000;
}
.service-lib .con{
	padding: 40px 0px;
	overflow: hidden;
}
.service-lib .con ul{
	margin: 0px -30px;
	display: flex;
}
.service-lib .con li{
	width: 25%;
	padding: 0px 30px;
	border-right: 1px solid #ddd;
}
.service-lib .con li .img{
	overflow: hidden;
}
.service-lib .con li .img img{
	transition: all 1s;
}
.service-lib .con li a:hover .img img{
	transform: scale(1.1,1.1);
	opacity: 0.7;
}
.service-lib .con li .txt{
	margin-top: 15px;
}
.service-lib .con li h2{
	color: #000;
	line-height: 1em;
}
.service-lib .con li p{
	margin-top: 10px;
	line-height: 1.6em;
}
/*加入我们*/
.joininner{
	padding: 100px 0px;
}

.joininner ul{
	margin: 0px -30px;
	display: flex;
}
.joininner li{
	width: calc(100% / 3);
	padding: 0 30px;
}
.joininner li a{
	background: #f5f5f5;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 150px 0px;
}
.joininner li img{
	max-height: 80px;
}
.joininner li .txt{
	text-align: center;
	width: 360px;
	max-width: 92%;
	margin: 0px auto 0;
}
.joininner li .txt h2{
	margin-top: 40px;
	color: #000;
	font-family: 'sy-b';
	font-size: 32px;
}
.joininner li .txt p{
	margin-top: 15px;
	line-height: 2em;
	font-size: 18px;
	color: #666;
}
/*联系我们*/
.contact_top{
	width: 100%;
	height: 600px;
	position: relative;
}
.map{
	width: 100%;
	height: 100%;
	font-size: 14px;
}
.map b{
	color: #cc5522;
	font-size: 16px;
	font-family: 'sy-b';
}
.contact_top .container{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: end;
}
.contact_top  .contact_top_t{
	background: rgba(18,102,141,0.9);
	padding: 40px;
	border-radius: 10px;
}
.contact_top  .contact_top_t h2{
	color: #fff;
	font-size: 24px;
	font-family: 'sy-b';
	margin-bottom: 20px;
}

.contact_top  .contact_top_t ul{
	margin-top: 20px;
	padding-top: 20px;
}
.contact_top  .contact_top_t li{
	display: flex;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	align-items: center;
}

.contact_top  .contact_top_t li .content{
	padding-left: 16px;
}
.contact_top  .contact_top_t li .content .mark{
	width: 40px;
	height: 40px;
}
.contact_top  .contact_top_t li .content span{
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 1em;
	font-family: 'sy-b';
}
.contact_top  .contact_top_t li .content a{
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 1em;
	margin-top: 10px;
}
.contact_top  .contact_top_t li:last-child{
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.contact_info{
	padding: 65px 0px;
}
.contact_info .container{
	display: flex;
	justify-content: space-between;
}
.contact_info .txt{
	width: 50%;
	padding-right: 120px;
	padding-top: 10px;
}
.contact_info .frm{
	width: 50%;
}
.contact_info .txt .hd{
	font-size: 20px;
	line-height: 2em;
	color: #222;
}

.contact_info .inquiry input,
.contact_info .inquiry textarea {

	background: #e6eef3;
}

.contact_info .inquiry dl dt {
	width: 240px;
}

.contact_info .inquiry dl dt button {
	line-height: 50px;
}

/*单页*/
.pageright{
	width: calc(100% - 400px);
	background: #fff;
	padding: 30px;
}

.pageright h2 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	color: #006FBA;
}
.pageright .con{
	padding: 20px 0px;
	line-height: 2em;
	font-size: 16px;
}
.pageright .con .con_iframe{
	overflow: hidden;
}
.pageright .con .con_iframe iframe{
	margin-top: -127px;
	margin-bottom: -80px;
}
.pageright .con .con_iframe_cirs{
	overflow: hidden;
}
.pageright .con .con_iframe_cirs iframe{
	margin-top: -97px;
	margin-bottom: -230px;
}


	/*搜索结果*/
.searchPro {
	padding: 50px 0 80px;
}

.searchPro ul {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.searchPro ul li {
	width: 25%;
	padding: 0 10px;
	margin-top: 20px;
}

.searchPro ul li a {
	display: block;
	background: #f0f0f0;
}

.searchPro ul li .pic {
	overflow: hidden;
}

.searchPro ul li .pic img {
	mix-blend-mode: darken;
	object-position: center;
	width: 100%;
	transition: all 0.6s;
}

.searchPro ul li h3 {
	color: #1a1a1a;
	padding: 15px 20px;
	font-size: 17px;
	border-top: 1px solid #dbdbdb;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.searchPro ul li:hover .pic img {
	transform: scale(1.1);
}

.searchPro ul li:hover h3 {
	color: #fff;
	background: #0068b0;
	border-color: #0068b0;
}