body {
	padding-top:90px;
}
.page-box {
	text-align: center;
	font-size: 0;
}
.page-box span {
	display: inline-block;
	line-height: 32px;
	box-sizing: border-box;
	color: #4d4948;
	font-size: 16px;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
	vertical-align: middle;
}
.page-box span.up,
.page-box span.down {
	border: 1px solid #ededed;
	border-radius: 20px;
	height: 32px;
	line-height: 30px;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}
.page-box span.up:hover,
.page-box span.down:hover {
	background: #00518E;
	border-color: #00518E;
	color: #fff;
}
.page-box span.active {
	color: #00518E;
	border-color: transparent;
}
.page-box span.active:hover {
	background: transparent;
}
.page-box em {
	display: inline-block;
	font-size:16px;
	font-style: normal;
	color: #666666;
	height: 30px;
	vertical-align: middle;
	position:relative;
	top:8px;
}



/*内页通用标题*/
.comm-title .title-box{
	padding-bottom:22px;
}
.comm-title .title-box h3{
	font-size:30px;
	margin-bottom:22px;
}
.comm-title-color .line{
	border-color:#00518E;
}
.comm-title-color .title-box h3{
	color:#333333;
}
.comm-title-color .title-box p{
	color:#333;
}
.comm-title-color .title-box:before{
	background:#00518E;
}




/*顶部*/
.banner-box {
	position: relative;
}
.banner-box .img-box img {
	width: 100%;
}
.banner-box .public-title{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.banner-box .public-title .en_title{
	opacity:0.06;
}


.block{
	width:1300px;
}




/*内页通用菜单*/
.public-tab {
	text-align: center;
	font-size: 0;
	margin-top:50px;
	z-index:9;
	position:relative;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}
.public-tab a {
	display: inline-block;
	font-size: 16px;
	color: #666666;
	line-height:45px;
	border: 1px solid #dddddd;
	width: 150px;
	margin-left: 15px;
	margin-right: 15px;
	border-radius:23px;
	box-sizing:border-box;
	margin-bottom:20px;
}
.public-tab a:hover,
.public-tab a.active {
	background: #00518E;
	color: #fff;
	border-color:#00518E;
}



/*案例*/
.case_list-wrap .session_1 {
	margin-top:70px;
	margin-bottom:10px;
}
.case_list-wrap .session_1 .row {
	margin-left: -15px;
	margin-right: -15px;
}
.case_list-wrap .session_1 .col-md-4 {
	padding-left:15px;
	padding-right:15px;
	width: 33.33%;
	box-sizing: border-box;
	float: left;
	margin-bottom:60px;
}
.case_list-wrap .session_1 .item-box {
	position: relative;
}
.case_list-wrap .session_1 .item-box .img-box img {
	width: 100%;
	height:316px;
	object-fit:cover;
}
.case_list-wrap .session_1 .item-box .txt-box {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 66px;
	line-height: 1.6;
	border-bottom: 1px solid #b6b6b6;
	border-top: 1px solid transparent;
	text-align: center;
}
.case_list-wrap .session_1 .item-box .txt-box:before {
	position: absolute;
	content: '';
	height:66px;
	background:#fff;
	width:100%;
	z-index: 1;
	left: 0;
	transition: width 200ms;
}
.case_list-wrap .session_1 .item-box .txt-box p {
	position: relative;
	z-index: 9;
	font-size:16px;
	line-height:66px;
}
.case_list-wrap .session_1 .item-box:hover .txt-box {
	border-bottom: 1px solid transparent;
	border-bottom: 0;
	background:rgba(0, 0, 0, 0.3);
}
.case_list-wrap .session_1 .item-box:hover .txt-box:before {
	width: 0;
}
.case_list-wrap .session_1 .item-box:hover .txt-box p{
	color: #fff;
}
.case_list-wrap .page-box {
	margin-top:10px;
	padding-bottom:100px;
}






/*联系*/
.link-wrap .session_2 {
	position: relative;
	overflow: hidden;
	margin-top:50px;
}
.link-wrap .session_2 .map-box {
	height:650px;
}
.link-wrap .session_2 .map-box img {
	height:100%;
	object-fit:cover;
}
.link-wrap .session_2 .centent-box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}
.link-wrap .session_2 .centent-box .info-box {
	background:#00518E;
	width:440px;
	height:350px;
	border-radius:10px;
	padding-left:40px;
	padding-right:40px;
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 40px;
}
.link-wrap .session_2 .centent-box .info-box dl {
	box-sizing: border-box;
	border-bottom:1px solid rgba(255, 255, 255, 0.4);
	margin-top: 18px;
	margin-bottom: 18px;
}
.link-wrap .session_2 .centent-box .info-box dl dt {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 25px;
}
.link-wrap .session_2 .centent-box .info-box dl dd p {
	color: #fff;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 20px;
	position: relative;
	padding-left: 32px;
}
.link-wrap .session_2 .centent-box .info-box dl dd p img {
	position: absolute;
	left: 0;
}
.link-wrap .session_3 {
	padding-top:80px;
	box-sizing: border-box;
	margin-bottom:90px;
}
.link-wrap .session_3 .title-box{
	text-align:center;
	margin-bottom:65px;
}
.link-wrap .session_3 .title-box h3{
	font-size: 30px;
	color:#000;
	margin-bottom:20px;
	padding-bottom:20px;
	position:relative;
}
.link-wrap .session_3 .title-box h3:before{
	position:absolute;
	content:'';
	width:50px;
	height:2px;
	background:#282828;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
}
.link-wrap .session_3 .title-box p{
	font-size:16px;
	color:#666;
}
.link-wrap .session_3 .form-box .row {
	margin-left: -10px;
	margin-right: -10px;
}
.link-wrap .session_3 .form-box .row .col-md-6,
.link-wrap .session_3 .form-box .row .col-md-12 {
	float: left;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.link-wrap .session_3 .form-box .row .col-md-12 {
	width: 100%;
}
.link-wrap .session_3 .form-box .row input {
	width: 100%;
	height:56px;
	line-height:56px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	font-size: 16px;
	background: #f9f9f9;
	border:1px solid #eeeeee;
	border-radius:10px;
}
/*.link-wrap .session_3 .form-box .row textarea:-webkit-input-placeholder,
.link-wrap .session_3 .form-box .row input::-webkit-input-placeholder{
	color:#999999;
}*/
.link-wrap .session_3 .form-box .row textarea {
	width: 100%;
	font-size: 16px;
	background: #f9f9f9;
	border-radius:10px;
	height:265px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1.6;
	padding-top:10px;
	border:1px solid #eeeeee;
	box-sizing: border-box;
}
.link-wrap .session_3 .form-box .sub-box{
	text-align:center;
	display:block;
	margin-top:30px;
}
.link-wrap .session_3 .form-box .sub-box .ok{
	height: 56px;
	line-height: 56px;
	background:#00518E;
	width: 200px;
	text-align: center;
	font-size:16px;
	color: #333333;
	border-radius:10px;
	border:none;
	color:#fff; 
	margin-left:12px;
	margin-right:12px;
	display:inline-block;
	cursor: pointer;
}
.link-wrap .session_3 .form-box .sub-box .ok2{
	background:#EEEEEE;
	color:#666666;
}


/*新闻*/
.news_list-wrap .session_1 {
	margin-top: 80px;
	margin-bottom: 60px;
}
.news_list-wrap .session_1 .item-box {
	border: 1px solid #efefef;
	padding: 18px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 38px;
	transition: all 0.3s;
}
.news_list-wrap .session_1 .item-box .img-box {
	overflow: hidden;
}
.news_list-wrap .session_1 .item-box .img-box img {
	width: 400px;
	height: 250px;
	object-fit: cover;
	transition: all 0.3s;
}
.news_list-wrap .session_1 .item-box .txt-box {
	flex: 1;
	padding-left: 70px;
	box-sizing: border-box;
	padding-right: 50px;
}
.news_list-wrap .session_1 .item-box .txt-box h3 {
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	margin-bottom: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_list-wrap .session_1 .item-box .txt-box p {
	font-size: 14px;
	color: #999999;
	line-height:30px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_list-wrap .session_1 .item-box .txt-box span {
	font-size: 14px;
	color: #cccccc;
	display: block;
	margin-top: 45px;
}
.news_list-wrap .session_1 .item-box:hover {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.news_list-wrap .session_1 .item-box:hover .img-box img {
	transform: scale(1.2);
}
.news_list-wrap .session_1 .item-box:hover .txt-box h3 {
	color: #00518E;
}
.news_list-wrap .session_1 .page-box {
	margin-top: 60px;
}
.news_list-wrap .session_2 {
	margin-top: 60px;
	margin-bottom: 90px;
}
.news_list-wrap .session_2 .title-box {
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom:2px solid #333;
}
.news_list-wrap .session_2 .title-box p {
	font-size: 30px;
	color: #333333;
	font-weight: 400;
	margin-bottom: 15px;
	line-height: 1.1;
}
.news_list-wrap .session_2 .title-box .txt_1 {
	color: #999999;
	font-size: 14px;
}
.news_list-wrap .session_2 .title-box .txt_1 span {
	display: inline-block;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 400;
}
.news_list-wrap .session_2 .des-box p {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.news_list-wrap .session_2 .des-box p img {
	max-width: 100%;
	display:block;
	margin:0 auto;
}
.news_list-wrap .session_2 .bottom-box {
	border-bottom: 1px solid #eeeeee;
	margin-top: 100px;
}
.news_list-wrap .session_2 .bottom-box .black-btn {
	float: left;
	width: 150px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #00518E;
	color: #ffffff;
	font-size: 16px;
	border-radius: 30px;
	cursor: pointer;
}
.news_list-wrap .session_2 .bottom-box .share-box {
	float: right;
}
.news_list-wrap .session_2 .bottom-box .share-box #share-1 {
	display: inline-block;
}
.news_list-wrap .session_2 .bottom-box .share-box #share-1 .social-share-icon {
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
}
.news_list-wrap .session_2 .other-box {
	margin-top: 20px;
}
.news_list-wrap .session_2 .other-box ul li a {
	line-height: 2;
	color: #666666;
	font-size: 16px;
}
.news_list-wrap .session_2 .other-box ul li a:hover {
	color: #00518E;
}




/*产品*/
.pro_list-wrap .session_1 {
	position:relative;
	margin-top:54px;
	z-index:8;
}
.pro_list-wrap .session_1 .all-box{
	margin-bottom:70px;
}
.pro_list-wrap .session_1 .all-box .top-box{
	display:flex;
	justify-content:space-between;
	margin-bottom:60px;
}
.pro_list-wrap .session_1 .all-box .top-box .left-box{
	width:50%;
}
.pro_list-wrap .session_1 .all-box .top-box .left-box img{
	width:100%;
	height:540px;
	object-fit:cover;
}
.pro_list-wrap .session_1 .all-box .top-box .txt-box{
	width:50%;
	background:#eeeeee;
	height:540px;
	text-align:left;
	padding:60px;
	text-align:justify;
	box-sizing:border-box;
}
.pro_list-wrap .session_1 .all-box .top-box .swiper-pagination{
	bottom:26px;
}
.pro_list-wrap .session_1 .all-box .top-box .txt-box h3{
	font-size:30px;
	margin-bottom:5px;
}
.pro_list-wrap .session_1 .all-box .top-box .txt-box span{
	display:inline-block;
	margin-bottom:25px;
	font-size:16px;
}
.pro_list-wrap .session_1 .all-box .top-box .txt-box p{
	font-size:16px;
	line-height:24px;
}
.pro_list-wrap .session_1 .all-box .top-box .txt-box p{
	margin-bottom:10px;
}
.pro_list-wrap .session_1 .all-box .top-box .txt-box p.en{
	line-height:1.2;
}
.pro_list-wrap .session_1 .all-box .bottom-box{
	padding-left:110px;
	padding-right:110px;
	box-sizing:border-box;
	position:relative;
}
.pro_list-wrap .session_1 .all-box .bottom-box .col-md-2 .item-box{
	border:1px solid #EEEEEE;
	box-sizing:border-box;
}
.pro_list-wrap .session_1 .all-box .bottom-box .col-md-2 .item-box .img-box{
	overflow:hidden;
}
.pro_list-wrap .session_1 .all-box .bottom-box .col-md-2 .item-box .img-box img{
	width:100%;
	height:200px;
	object-fit:cover;
	transition:all .5s;
}
.pro_list-wrap .session_1 .all-box .bottom-box .col-md-2 .item-box:hover .img-box img{
	transform:scale(1.1);
}
.pro_list-wrap .session_1 .all-box .bottom-box .col-md-2 .item-box p{
	font-size:16px;
	height:54px;
	color:#666;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	box-sizing:border-box;
}
.pro_list-wrap .session_1 .all-box .bottom-box .col-md-2 .item-box:hover p{
	background:#00518E;
	color:#fff;
}
.pro_list-wrap .session_1 .all-box .swiper-button-prev{
	left:0;
	pointer-events:auto;
}
.pro_list-wrap .session_1 .all-box .swiper-button-next{
	right:0;
	pointer-events:auto;
}
.pro_list-wrap .session_1 .all-box .swiper-button-next,
.pro_list-wrap .session_1 .all-box .swiper-button-prev{
	width:60px;
	height:60px;
	background:rgba(0, 0, 0, 0.1);
	border-radius:100%;
	opacity:1;
}
.pro_list-wrap .session_1 .all-box .swiper-button-next:hover,
.pro_list-wrap .session_1 .all-box .swiper-button-prev:hover{
	background:#00518E;
}
.pro_list-wrap .session_1 .all-box .swiper-button-next:after,
.pro_list-wrap .session_1 .all-box .swiper-button-prev:after{
	color:#fff;
	font-size:16px;
}


@media screen and (max-width:1680px) {
}
/*# sourceMappingURL=./style.css.map */