.after-sale{
	padding:50px 0;
	background: #F7F7F7;
}
.after-sale-row{
	background: #fff;
	padding:30px 20px;
	margin:10px 0;
}
.after-sale-title{
	font-size: 22px;
	color: #393f43;
}
.after-sale-line{
	width: 80px;
	/*border: 1px solid #0155A8;*/
	height: 1px;
	background: #0154FF;
	margin: 10px 0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.after-sale-row p{
	font-size: 14px;
	color: #979ea2;
	line-height: 25px;
}
.after-sale-row:hover{
	/*margin-top: -10px;*/
    box-shadow: 0 3px 8px #dedddd;
}
.after-sale-row:hover .after-sale-line{
	width: 180px;
}
.btn-primary{
	background: #fff;
    border: 1px solid #0155A8;
    color: #0155A8;
    padding: 5px 15px;
    border-radius: 100px;
    float: right;
    display: block;
    outline: none;
}
.cooperationPlate a.btn.btn-primary{
	float: left;
	margin-top: 10px;
}
.cooperationPlate a.btn.btn-primary:hover{
	background: #0154FF;
	color: #FFFFFF;
}
.after-sale a.btn.btn-primary {
	margin-right: 10px;
	background: #0154FF;
	color: #FFFFFF;
	border-color: #00CCFF;
	display: none;
}
.btn-primary:hover{
	background: #0154FF;
    color: #fff;
    border: 1px solid #00CEFF;
}
a.btn.btn-primary:hover {
	background: none;
    color: #0155A8;
}
.btn-primary:focus {
    outline: none;
    color: #0155A8;
    background: unset;
    border: 1px solid #0155A8;
    outline: none;
}
.btn-primary:active{
    color: #fff;
    background-color: #0155A8;
    border-color: #0155A8;
    outline: none;
}
.btn-primary:active:focus{
	background-color: #0155A8;
    border-color: #0155A8;
    outline: none;
}
.modal-footers{
	text-align: center;
	margin-top: -15px;
}
.btn-default{
	/*background: #0155A8;*/
	background: #0154FF;
    border: 1px solid #00ceff;
    color: #fff;
    padding: 5px 15px;
}
.btn-default:hover{
	background: #0155A8;
    color: #fff;
    border: 1px solid #0155A8;
}
.btn-default:focus {
	outline: none;
    color: #0155A8;
    background: unset;
    border: 1px solid #0155A8;
}
.btn-default:active{
    color: #fff;
    background-color: #0155A8;
    border-color: #0155A8;
}
.btn-default:active:focus{
	color: #fff;
	background-color: #0155A8;
    border-color: #0155A8;
}
.modal-header {
    border-bottom: none;
}
.modal-footer {
    border-top: none;
}
.modal-sale-title{
	font-size: 18px;
	color:#393f43;
	margin:10px 0;
}
.modal-title{
	font-size: 22px;
    color: #393f43;
}
.modal-body {
    padding: 0px 30px;
}
.modal-header {
    padding: 30px 30px 0;
}
.after-sale-row:after{
	display: block;
	content: "";
	clear: both;
}

.recruit-more{
	padding: 15px;
	border-top: 1px #DEDEDE solid;
	margin-top: 20px;
	display: none;
}
.recruit-more .recruit-title{
	font-size: 18px;
	margin-bottom: 5px;
}

#dituContent img {
	max-width: unset;
}

#dituContent .iw_poi_title {
	line-height: 2;
	font-size: 16px;
	color: #2054A3;
}

#dituContent .iw_poi_content {
	line-height: 1.5;
	font-size: 14px;
	color: #666666;
}

#dituContent label {
	max-width: unset;
}

.protermlist {
	margin-bottom: 30px;
}

.protermlist dt {
	font-size: 24px;
}
.protermlist .articleList {
	padding-top: 0;
}

._productlist ul {
	margin-bottom: -30px;
}

._productlist li {
	margin-bottom: 30px;
}

._productlist li .pic{
	width: 35%;
	float: left;
	overflow: hidden;
}
._productlist li .pic img{
	display: block;
	width: 100%;
    transition: ease .5s;
}
._productlist li .fr{
	width: 62%;
}

._productlist li .title {
	font-size: 20px;
    margin-bottom: 10px;
}

._productlist li .item_des {
	color: rgba(51,51,51,.7);
    margin-bottom: 15px;
}

._productlist li ._more {
	color: #2054A3;
	border-color: #2054A3;
	width: 82px;
	height: 32px;
	display: inline-block;
	text-align: center;
	line-height: 32px;
	text-transform: uppercase;
	font-size: 12px;
	border-left: 1px solid #2054A3;
	border-bottom: 1px solid #2054A3;
	border-top: 1px solid #2054A3;
	position: relative;
	z-index: 5;
}
._productlist li ._more:after, ._productlist li ._more:before {
	display: block;
	content: "";
	height: 25%;
	width: 1px;
	background: #2054A3;
	right: 0;
	position: absolute;
}
._productlist li ._more:after{
	bottom: 0;
}
._productlist li ._more i {
	position: absolute;
	left: 80%;
	display: block;
	top: 0;
	font-size: 30px;
	font-weight: 100;
	transition: ease .5s;
	line-height: 32px;
}
._productlist li ._more:after, .news15 .li ._more:before {
	height: 25%;
	width: 1px;
	background: #2054A3;
	right: 0;
	position: absolute;
}
._productlist li:hover ._more {
	background: #2054A3;
	color: #fff;
}
._productlist li:hover ._more i {
	transform: translateX(20%);
	color: #2054A3;
}
._productlist li:hover .pic img {
	transform: scale(1.1);
}
.articleList {
	padding-top: 50px;
}
.articleList + .articleList{
	padding-top: 20px;
} 
.articleList dt{
	font-size: 26px;
    line-height: 1.4;
    font-weight: normal;
    width: 100%;
    height: auto;
    color: #3e3e3e;
    padding-bottom: 10px;
    padding-top: 4px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    margin-bottom: 10px;
    text-transform: uppercase;
}
.articleList dd {
	line-height: 2;
	font-size: 16px;
	position: relative;
	margin-bottom: 5px;
}
.articleList dd a {
	display: block;
	padding-left: 15px;
	position: relative;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.articleList dt.cur {
    border-bottom: 1px solid #2054A3;
}
.articleList dt.cur a{
	color: #2054A3;
}
.articleList dd a:hover,
.articleList dd.cur a  {
	color: #2054A3;
}
.articleList dd a:before {
	content: "";
	display: block;
	height: 5px;
	width: 5px;
	background: #5F5F5F;
	position: absolute;
	bottom: 15px;
	left: 3px;
}
.team.swiper-container {
	padding: 0 40px;
	margin: 0 -40px;
}

.team.swiper-container .swiper-button {
	background: #FFFFFF;
	top: 0;
	height: 100%;
	width: 40px;
	margin-top: 0;
	display: flex;
}
.team.swiper-container .swiper-button-next {
	right: 0;
	/*border-radius:  0 5px 5px 0;*/
} 

.team.swiper-container .swiper-button-prev {
	left: 0;
} 

.team.swiper-container .swiper-button i{
	display: block;
	margin: auto;
	text-align: center;
	font-size: 26px;
	color: #FFFFFF;
	background: rgba(1,85,168,.5);
	padding: 20px 10px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.team.swiper-container .swiper-button-next i {
	border-radius:  0 6px 6px 0;
}

.team.swiper-container .swiper-button-prev i {
	border-radius: 6px 0 0 6px;
}

.team.swiper-container:hover i{
	background: rgba(1,85,168,.85);
}

.c_list{
	margin-bottom: 30px;
}
.c_list li{
	font-size: 22px;
	margin: 20px 0 !important;
	height: auto !important;
}
.c_list a{
	margin: 0;
	display: block;
	text-align: center;
	width: auto !important;
}
.c_list li i {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	border-radius: 100%;
	background: #FFFFFF;
	margin: 0 auto 10px;
	font-weight: bold;
}
.c_list a:hover{
	color: #2054A3;
}
.c_list li:hover i{
	background: #2054A3;
	color: #FFFFFF;
} 
.footer-bottom .hotline {
	font-size: 16px;
	margin-right: 10px;
}
.footer-bottom .hotline a{
	font-size: 26px;
	color: #FFFFFF;
}
#whiteBg .media-heading a:hover{
	border-bottom: 1px transparent solid !important;
}

.toPostbg {
	display: none;
}
.toPostContent{
	display: flex;
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,.6);
	top: 0;
	left: 0;
	z-index: 999;
}
.toPostContent .modal-dialog {
	margin: auto;
}
.brand-advantage {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 50px 0 0;
}
.brand-honor{
	/*width: 1200px;*/
    height: auto;
    margin: 0 auto;
    padding: 50px 0;
}

.honortxt{
	display: flex;
	align-items:center;
	text-align: left;
	min-height: 440px;
}

.header .global .effect-lower-block a img{
	display: inline-block;
	vertical-align: middle;
}
.header .tel{
	cursor: pointer;
}
.aboutTxt.swiper-container {
	width: 100%;
	height: 100%;
	cursor: s-resize;
}
.aboutTxt .swiper-slide {
	font-size: 18px;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 10px 0 0;
}








@media screen and (max-width: 1024px) {
	.btn-primary{
		float: left;
		margin-top: 10px;
		margin-right: 10px;
	}

	._productlist li .pic{
		width: auto;
		float: none;
	}
	._productlist li .fr{
		float: none;
		width: auto;
		margin-top: 10px;
	}
	._product-detail.container{
		padding-left: 0;
		padding-right: 0;
	}
	._product-detail.container .row{
		margin: 0;
	}
	._contact_box-information{
		display: block;
	}
	.c_list{
		display: block;
		float: none;
		width: 100%;
		height: auto !important;
	}
	.c_list a{
		margin: auto;
		display: block;
	}
	.footer-bottom .hotline {
		float: left !important;
		margin-top: 10px;
	}
	.brand-honor{
		padding: 50px 15px;
	}

	.honortxt{
		min-height: 240px;
	}
}

@media screen and (max-width: 767px) {
	.btn-primary{
		float: left;
		margin-top: 10px;
		margin-right: 10px;
	}
	._ndc_top .des span {
		display: block;
	}
	._productlist.container {
		padding-left: 0;
		padding-right: 0;
	}
	.brand-advantage {
	    width: auto;
	    padding: 10vw;
	}
	.c_list li{
		font-size: 14px;
	}
	._news._productlist{
		padding: 0 0 30px;
	}
	.articleList {
		padding-top: 15px;
		margin-bottom: 5px;
	}
	.articleList + .articleList {
		margin-bottom: 5px;
		padding-top: 10px;
	} 
	.articleList dt{
		font-size: 20px;
	}
}
