.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 111;
	padding: 0 0 0 5.208333333333334rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 0.052083333333333336rem solid rgba(255, 255, 255, 0.2);
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9*/
	-moz-transition: all 0.3s;
	/* Firefox*/
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition: all 0.3s;
}

.header .logo img {
	width: 9.6875rem;
	display: block;
}

.header .rts {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .rts .ch {
	width: 5.208333333333334rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e60012;
	height: 4.427083333333334rem;
}

.header .rts .ch .lsele {
	width: 2.5rem;
	border: none;
	box-sizing: border-box;
	background-color: transparent;
	outline: 0;
	-webkit-appearance: none;
	background: url(../images/qms3.png) no-repeat right center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0.9375rem;
	color: #ffffff;
}

.header .rts .ch .lsele option {
	color: #333;
}

.header .rts .naver ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .rts .naver li h3 a {
	font-size: 0.8333333333333334rem;
	color: #ffffff;
	display: inline-block;
	line-height: 1.4583333333333335rem;
	padding: 0 0.78125rem;
	border-radius: 1.0416666666666667rem;
}

.header .rts .naver li h3 a:hover,
.header .rts .naver li.on h3 a {
	background: #014099;
	color: #fff;
}

.header .rts .naver li {
	margin-right: 1.5625rem;
	height: 4.427083333333334rem;
	display: flex;
	align-items: center;
}

.header .rts .nat {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .rts .nat .ph a {
	font-size: 0.8333333333333334rem;
	color: #ffffff;
	line-height: 1.7;
	display: inline-block;
	padding-left: 1.1458333333333335rem;
	background: url(../images/qms1.png) no-repeat left center/0.8854166666666667rem auto;
}

.header .rts .search .btn {
	background: url(../images/qms2.png) no-repeat center/60% auto;
	width: 2.0833333333333335rem;
	height: 2.0833333333333335rem;
	border: none;
}

.header .rts .search .txt {
	width: 9.375rem;
	border: none;
	height: 2.0833333333333335rem;
	border-radius: 1.5625rem;
	margin-right: 0.5208333333333334rem;
	width: 0;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9*/
	-moz-transition: all 0.3s;
	/* Firefox*/
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition: all 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0.83rem;
	color: #0856a0;
}

.header .rts .search:hover .txt {
	width: 9.375rem;
	padding: 0 0.5208333333333334rem;
}

.header .rts .search {
	display: flex;
	margin-left: 1.0416666666666667rem;
	align-items: center;
}

.header .nli {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 11;
	background: #fff;
	display: none;
	padding: 2.34375rem 0;
	box-shadow: 0 0 0.4166666666666667rem 0 rgba(80, 80, 80, 0.2);
}

.header .nli .wrap {
	display: flex;
	justify-content: space-between;
}

.header .nli .pic {
	width: 20.833333333333336rem;
	height: 12.239583333333334rem;
	overflow: hidden;
	position: relative;
}

.header .nli .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.header .nli .pic h4 {
	font-size: 1.0416666666666667rem;
	line-height: 1.6;
	color: #fff;
	padding: 1.0416666666666667rem;
	position: absolute;
	left: 0;
	z-index: 11;
	bottom: 0;
}

.header .nli .rt {
	width: calc(100% - 25.260416666666668rem);
	display: flex;
}

.header .nli .rt dl {
	width: 33%;
}

.header .nli .rt dt {
	width: 100%;
	margin-bottom: 1.0416666666666667rem;
	font-size: 0.8333333333333334rem;
	font-weight: bold;
	color: #252525;
}

.header .nli .rt dd {
	float: left;
	width: 40%;
	margin-right: 5%;
}

.header .nli .rt dd a {
	display: inline-block;
	font-size: 0.7291666666666667rem;
	color: #252525;
	line-height: 1.7708333333333335rem;
}

.header .nli .rt dd a:hover {
	color: #014099;
}

.wrap {
	margin: 0 5.208333333333334rem;
}

.banner {
	height: 100vh;
	max-height: 51.302083333333336rem;
	position: relative;
}

.banner .wrap {
	height: 100%;
	position: relative;
}

.banner .txt {
	position: absolute;
	left: 0;
	top: 35%;
	z-index: 11;
}

.banner .txt h2 {
	font-size: 2.604166666666667rem;
	line-height: 1.6;
	color: #ffffff;
	margin-bottom: 0.5208333333333334rem;
}

.banner .txt h3 {
	font-size: 1.0416666666666667rem;
	line-height: 1.4;
	color: #fff;
	opacity: .34;
}

.banner .swiperbtn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5.208333333333334rem;
	z-index: 11;
	margin: 0 5.208333333333334rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.banner .swiperbtn .lt {
	display: flex;
	align-items: center;
}

.swiperbtn .prev,
.swiperbtn .next {
	width: 2.1875rem;
	height: 2.1875rem;
	border-radius: 50%;
	cursor: pointer;
	border: 1px solid #fff;
	opacity: 0.43;
	display: inline-block;
	background: url(../images/prev2.png) no-repeat center/20% auto;
}

.swiperbtn .next {
	margin-left: 0.8854166666666667rem;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9*/
	-moz-transform: rotate(180deg);
	/* Firefox*/
	-webkit-transform: rotate(180deg);
	/* Safari 和 Chrome*/
	-o-transform: rotate(180deg);
}

.swiperbtn .prev:hover,
.swiperbtn .next:hover {
	opacity: 1;
}

.hcase .swiperbtn .prev:hover,
.hcase .swiperbtn .next:hover {
	background: url(../images/prev2.png) no-repeat center/15% auto #014099;
}

.habout {
	background: #f6f6f6;
	padding: 4.6875rem 0 7.8125rem;
}

.tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tit .lt h2 {
	font-size: 3.125rem;
	line-height: 1.4;
	color: #000000;
	font-weight: bold;
}

.tit .lt h3 {
	font-size: 1.5625rem;
	line-height: 1.4;
	color: #000000;
}

.habout .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1.5625rem;
}

.habout .item .videos {
	width: 45%;
	position: relative;
	z-index: 11;
}

.habout .item .videos video {
	width: calc(100% + 2.34375rem);
	height: 27.354166666666668rem;
	display: block;
	object-fit: cover;
}

.habout .item .text {
	width: 55%;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3.90625rem 2.604166666666667rem 3.125rem 5.729166666666667rem;
}

.habout .item .text h1 {
	font-size: 1.25rem;
	line-height: 1.6;
	color: #000000;
	font-weight: bold;
}

.habout .item .text p {
	font-size: 1.0416666666666667rem;
	line-height: 1.6;
	color: #505050;
	margin: 1.0416666666666667rem 0 3.6458333333333335rem;
}

.mmore a {
	display: inline-block;
	padding-right: 1.5625rem;
	font-size: 0.8333333333333334rem;
	background: url(../images/uico1.png) no-repeat right center/0.9895833333333334rem auto;
	color: #9f9f9f;
}

.habout .item .upbtn a {
	 display: inline-block;
      margin-right: 2.5rem;
      text-align: center;
      font-size: 0.9375rem;
      line-height: 2.1875rem;
      color: #014099;
      width: 6.666666666666667rem;
      border: 1px solid #014099;
      float:right;
}

.hproduct ul {
	display:flex;
	justify-content:center;
}
.hproduct li {
	width:45%;
	height:31.66666666666667rem;
}
.hproduct li .bgs {
	display:block;
	height:100%;
}
.hproduct li .ubg {
	display:flex;
	justify-content:center;
	align-items:center;
	height:100%;
	position:relative;
	text-align:center;
	overflow:hidden;
}
.hproduct li h4 {
	font-size:3.6458333333333335rem;
	line-height:1.4;
	color:#ffffff;
	font-weight:bold;
}
.hproduct li dl {
	margin-top:1.5625rem;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	max-width:15.625rem;
}
.hproduct li dd {
	margin-bottom:0.4166666666666667rem;
}
.hproduct li dd span,.hproduct li dd a {
	font-size:0.8333333333333334rem;
	line-height:1.6;
	color:#fff;
	display:block;
}
.hproduct li dd span {
	margin:0 0.2604166666666667rem;
}


.hproduct li h5 {
	font-size: 1.9791666666666667rem;
	line-height: 1.4;
	color: #ffffff;
	font-weight: bold;
}

.hproduct li .ubg::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 64, 170, 0.85);
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9*/
	-moz-transition: all 0.3s;
	/* Firefox*/
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition: all 0.3s;
	transform: translateY(100%);
}

.hproduct li:hover .ubg::before {
	transform: translateY(0%);
}

.hproduct li .ubg .txt {
	position: relative;
	z-index: 11;
}

.hcase {
	padding: 3.125rem 0 5.989583333333334rem;
}

.hcase .cswiper {
	margin-top: 3.125rem;
	overflow: hidden;
	position: relative;
}

.hcase .cswiper .pic {
	float: right;
	width: 50%;
	height: 27.864583333333336rem;
	overflow: hidden;
}

.hcase .cswiper .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9*/
	-moz-transition: all 0.3s;
	/* Firefox*/
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition: all 0.3s;
}

.hcase .cswiper a {
	display: block;
	overflow: hidden;
}

.hcase .cswiper .text {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10%;
	margin-top: 1.5625rem;
}

.hcase .cswiper .text h2 {
	font-size: 1.25rem;
	line-height: 1.7;
	color: #252525;
	font-weight: bold;
}

.hcase .cswiper .text p {
	font-size: 0.8333333333333334rem;
	line-height: 1.6;
	color: #252525;
	margin-top: 2.604166666666667rem;
	height: 10.2em;
	overflow: hidden;
	border-bottom: 0.052083333333333336rem solid #d3d3d3;
}

.hcase .cswiper .swiperbtn {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 11;
}

.hcase .swiperbtn .prev,
.hcase .swiperbtn .next {
	background: url(../images/prev-1.png) no-repeat center/15% auto;
	border-color: #014099;
}

.hcase .swiperbtn {
	width: 7.8125rem;
}

.hcase .swiperbtn .spans,
.hcase .swiperbtn .lt {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hnews {
	background: #f3f3f3;
	padding: 2.604166666666667rem 0;
}

.tit .rt {
	display: flex;
	align-items: center;
}

.tit .rt ul {
	display: flex;
}

.tit .rt li {
	margin-right: 2.604166666666667rem;
}

.tit .rt li a {
	font-size: 0.9375rem;
	color: #252525;
	line-height: 1.8229166666666667rem;
	padding: 0 1.0416666666666667rem;
	border: 1px solid #123045;
	display: block;
	border-radius: 1.5625rem;
}

.tit .rt li a:hover,
.tit .rt li.on a {
	background: #014099;
	color: #fff;
	border-color: #014099;
}

.hnews .news {
	margin-top: 3.125rem;
}

.hnews .news li {
	float: left;
	width: calc((100% - 2.1875rem)/3);
	margin: 0 1.0416666666666667rem 1.0416666666666667rem 0;
}

.hnews .news li:nth-child(3n) {
	margin-right: 0;
}

.hnews .news li a {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2.8125rem 0.8854166666666667rem 1.0416666666666667rem;
	background: #fff;
}

.hnews .news li .text::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 1.5625rem;
	height: 0.15625rem;
	background: #252525;
	content: "";
}

.hnews .news li .text {
	position: relative;
	padding-top: 1.3020833333333335rem;
}

.hnews .news li .text h2 {
	font-size: 1.0416666666666667rem;
	line-height: 1.6;
	color: #252525;
	font-weight: bold;
	height: 3.2em;
	overflow: hidden;
}

.hnews .news li .text h5 {
	font-size: 0.8333333333333334rem;
	line-height: 1.6;
	color: #252525;
	font-weight: bold;
	margin: 1.3020833333333335rem 0;
}

.hnews .news li .pic {
	height: 15.625rem;
	overflow: hidden;
}

.hnews .news li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9*/
	-moz-transition: all 0.3s;
	/* Firefox*/
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition: all 0.3s;
}

.hnews .news li a:hover {
	background: #014099;
}

.hnews .news li a:hover h2,
.hnews .news li a:hover h5 {
	color: #fff;
}

.hnews .news li a:hover .text::before {
	background: #fff;
}

.hnews .news li a:hover .pic img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	/* IE 9*/
	-moz-transform: scale(1.1);
	/* Firefox*/
	-webkit-transform: scale(1.1);
	/* Safari 和 Chrome*/
	-o-transform: scale(1.1);
}

.footer {
	background: #252525;
	padding-top: 3.125rem;
}

.footer .wrap {
	display: flex;
	justify-content: space-between;
}

.footer .lt ul {
	display: flex;
}

.footer dt {
	font-size: 0.9375rem;
	line-height: 1.6;
	color: #fff;
	opacity: 0.9;
	height: 1.6em;
	margin-bottom: 0.5208333333333334rem;
}

.footer dd {
	font-size: 0.7291666666666667rem;
	line-height: 1.875rem;
	color: #ffffff;
}

.footer dd a {
	font-size: 0.7291666666666667rem;
	line-height: 1.875rem;
	color: #ffffff;
	opacity: 0.6;
}

.footer .lt li {
	display: flex;
	margin-right: 1.0416666666666667rem;
}

.footer .lt li dl {
	margin-right: 3.0208333333333335rem;
}

.footer .rt dd {
	padding-left: 1.25rem;
	opacity: 0.6;
	background-size: 0.83rem auto !important;
}

.footer .rt dd:last-child {
	padding-left: 0;
	opacity: 1;
}

.footer .rt .weix {
	text-align: center;
	width: 4.6875rem;
	margin-top: 0.5208333333333334rem;
	float:left;
}

.footer .rt .weix img {
	display: block;
}

.footer .rt .weix h5 {
	font-size: 0.625rem;
	line-height: 2;
	color: #ffffff;
	opacity: 0.6;
}

.copyright .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.copyright {
	border-top: 0.052083333333333336rem solid #676767;
	margin-top: 1.5625rem;
}

.copyright a {
	display: inline-block;
	font-size: 0.7291666666666667rem;
	color: #fff;
	line-height: 2.34375rem;
	opacity: 0.5;
}

.uban {
	height: 25.875rem;
}

.casedel {
	padding: 3.125rem 0 8.333333333333334rem;
}

.casedel .hd h1 {
	font-size: 2.0833333333333335rem;
	line-height: 1.6;
	color: #252525;
	border-bottom: 0.052083333333333336rem solid #e9e9e9;
	padding-bottom: 1.0416666666666667rem;
}

.casedel .hd h6 {
	padding: 1.5625rem 0;
}

.casedel .hd h6 i {
	font-size: 0.8333333333333334rem;
	line-height: 2.0833333333333335rem;
	color: #252525;
	padding-left: 1.1979166666666667rem;
	display: inline-block;
	margin-right: 2.8645833333333335rem;
	background-size: 0.8rem auto !important;
}

.casedel .bd {
	font-size: 1.0416666666666667rem;
	line-height: 1.7;
	color: #252525;
	margin-top: 2.604166666666667rem;
}

.casedel .csbg {
	margin-top: 2.34375rem;
	background: #f2f2f2;
	padding: 6.770833333333334rem 0;
	position: relative;
}

.casedel .csbg .cswiper {
	overflow: hidden;
	max-width: 54.16666666666667rem;
	margin: 0 auto;
}

.casedel .csbg .prev,
.casedel .csbg .next {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 2.0125rem;
	margin: 0 -31.25rem;
	height: 2.0125rem;
	cursor: pointer;
	margin-top: -1.40625rem;
	background: url(../images/prev.png) no-repeat center/auto 100%;
}

.casedel .csbg .next {
	left: auto;
	right: 50%;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9*/
	-moz-transform: rotate(180deg);
	/* Firefox*/
	-webkit-transform: rotate(180deg);
	/* Safari 和 Chrome*/
	-o-transform: rotate(180deg);
}

.casedel .csbg .prev:hover,
.casedel .csbg .next:hover {
	background: url(../images/prev-1.png) no-repeat center/auto 100%;
}

.pgbtn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 3.90625rem;
}

.pgbtn a {
	display: inline-block;
	max-width: 48%;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: #252525;
}

.pgbtn a:hover {
	color: #014099;
}

.productdel .hd {
	display: flex;
	justify-content: space-between;
}

.productdel .hd .pic {
	width: calc(100% - 40.625rem);
	height: 20.883333333333336rem;
	border: 1px solid #dadada;
	position: relative;
	overflow: hidden;
}
.productdel .hd .pic .prev,
.productdel .hd .pic .next{
	position: absolute;
	left: 0;
	top: 50%;
	width: 3.13rem;
	height: 3.13rem;
	cursor: pointer;
	z-index: 11;
	background: url(../images/prev1.png) no-repeat center;
	margin-top: -30px;
}
.productdel .hd .pic .prev:hover,
.productdel .hd .pic .next:hover{
	background: url(../images/prev-1.png) no-repeat center;
}
.productdel .hd .pic .next{
	left: auto;
	right: 0;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);  /* IE 9 */
	-moz-transform:rotate(180deg);     /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg);
}
.productdel .hd .pic img{
	width: 90%;
	display: block;
	height: 90%;
	object-fit: contain;margin: 0 auto;
}
.productdel .hd .text {
	width: 37.239583333333336rem;
}

.productdel .hd .text h1 {
	font-size: 1.5833333333333335rem;
	line-height: 1.4;
	color: #000000;
	font-weight: bold;
	padding: 1.0416666666666667rem 0;
	border-bottom: 0.052083333333333336rem solid #dadada;
}

.productdel .hd .text .txt {
	font-size: 0.7875rem;
	line-height: 1.6;
	color: #000000;
	margin-top: 1.5625rem;
}

.productdel .hd .ubtn a {
	display: inline-block;
	margin-right: 2.5rem;
	text-align: center;
	font-size: 0.7375rem;
	line-height: 1.8875rem;
	color: #014099;
	width: 4.666666666666667rem;
	border: 1px solid #014099;
}

.productdel .hd .ubtn a.on {
	border-color: #e60012;
	color: #e60012;
}

.utab {
	margin: 3.208333333333334rem 0 2.604166666666667rem;
	background: #f4f4f4;
}

.utab li {
	cursor: pointer;
	padding: 0 1.3020833333333335rem;
	display: inline-block;
	font-size: 1.2625rem;
	color: #252525;
	font-weight: bold;
	line-height: 3.4375rem;
}

.utab li.on {
	color: #fff;
	background: #014099;
}

.productdel table {
	background: #dcdbdb;
	width: 100%;
}

.productdel table th,
.productdel table td {
	font-size: 1.1458333333333335rem;
	color: #808282;
	padding: 1.0416666666666667rem;
	text-align: center;
}

.productdel table th {
	background: #ddebf7;
}

.productdel table td {
	background: #f5f5f5;
}

.productdel .del {
	font-size: 0.9375rem;
	color: #000000;
	line-height: 1.6;
}

.productdel .li ul {
	overflow: hidden;
}

.productdel .li li {
	float: left;
	width: calc((100% - 5.208333333333334rem)/3);
	margin: 0 0.5520833333333335rem -4.4625rem 0;
	height: 20.833333333333336rem;
}

.productdel .li li:nth-child(3n) {
	margin-right: 0;
}

.productdel .li li img {
	width: 100%;
/*	height: 100%; */
/*	object-fit: cover; */
	display: block;
}

.productdel .li:nth-child(n+2) {
	display: none;
}

.qmnews {
	padding: 6.510416666666667rem 0 5.729166666666667rem;
}

.qmnews .hds {
	display: flex;
	justify-content: space-between;
}

.qmtit h3 {
	font-size: 3.125rem;
	line-height: 1.3;
	color: #000000;
	font-weight: bold;
}

.qmtit h5 {
	font-size: 1.5625rem;
	line-height: 1.2;
	color: #000000;
}

.qmnews .hds ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 2.604166666666667rem;
}

.qmnews .hds li {
	margin-left: 1.875rem;
}

.qmnews .hds li a {
	padding: 0 1.0416666666666667rem;
	line-height: 1.7708333333333335rem;
	border-radius: 1.0416666666666667rem;
	border: 1px solid #123045;
	font-size: 0.9375rem;
	color: #252525;
	display: inline-block;
}

.qmnews .hds li.on a,
.qmnews .hds li a:hover {
	background: #014099;
	border-color: #014099;
	color: #fff;
}

.qmnews .bds {
	margin-top: 5.9375rem;
}

.qmnews .bds li {
	float: left;
	margin-bottom: 1.9791666666666667rem;
	width: calc((100% - 4.6875rem)/3);
	margin-right: 2.291666666666667rem;
	background: #f6f6f6;
	padding: 2.604166666666667rem 0.8333333333333334rem 1.0416666666666667rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.qmnews .bds li:nth-child(3n) {
	margin-right: 0;
}
.qmnewsdel .rts li span{
    width: 1.5625rem;
	height: 0.15625rem;
	background: #252525;
	display: block;margin-bottom: 1rem;
}
.qmnews .bds li span {
	width: 1.5625rem;
	height: 0.15625rem;
	background: #252525;
	display: block;
}
.qmnewsdel .rts li h3{
    font-size: 0.9rem;
	line-height: 1.6;
	color: #252525;
	font-weight: bold;
	height: 3.2em;
	overflow: hidden;
}
.qmnews .bds li h3 {
	font-size: 1.0416666666666667rem;
	line-height: 1.6;
	color: #252525;
	font-weight: bold;
	height: 3.2em;
	overflow: hidden;
	margin: 1.0416666666666667rem 0;
}
.qmnewsdel .rts li h4{
    font-size: 0.8333333333333334rem;
	line-height: 1.6;
	color: #252525;
	font-weight: bold;
}
.qmnews .bds li h4 {
	font-size: 0.8333333333333334rem;
	line-height: 1.6;
	color: #252525;
	font-weight: bold;
}
.qmnewsdel .rts li .pic{
    	margin-top: 1.0833333333333335rem;
	height: 8.625rem;
	overflow: hidden;
}
.qmnews .bds li .pic {
	margin-top: 2.0833333333333335rem;
	height: 15.625rem;
	overflow: hidden;
}
.qmnewsdel .rts li .pic img,
.qmnews .bds li .pic img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9*/
	-moz-transition: all 0.3s;
	/* Firefox*/
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition: all 0.3s;
}

.pages {
	margin-top: 2.604166666666667rem;
}

.pages dl {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pages dd {
	margin: 0 0.4166666666666667rem;
}

.pages dd a {
	display: inline-block;
	min-width: 2.0833333333333335rem;
	line-height: 2.0833333333333335rem;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0.625rem;
	border: 1px solid #e6e6e6;
	font-size: 1.0416666666666667rem;
	color: #252525;
	transition: all 0s;
}

.pages dd.on a,
.pages dd a:hover {
	background: #014099;
	color: #fff;
	border-color: #014099;
}

.qmnewsdel {
	padding: 4.166666666666667rem 0 5.416666666666667rem;
}

.qmnewsdel .hds {
	;
}

.qmnewsdel .hds h1 {
	font-size: 1.875rem;
	line-height: 1.6;
	color: #252525;
	text-align: center;
}

.qmnewsdel .hds dl {
	margin-top: 1.5625rem;
	border-top: 0.052083333333333336rem solid #d3d3d3;
	padding-top: 1.3541666666666667rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.qmnewsdel .hds dd {
	margin: 0 0.78125rem;
	font-size: 0.8333333333333334rem;
	line-height: 1.7;
	color: #a9a9a9;
	padding-left: 1.3020833333333335rem;
}

.qmnewsdel .hds dd:nth-child(1) {
	background: url(../images/qms4.png) no-repeat left center/0.8333333333333334rem auto;
}

.qmnewsdel .hds dd:nth-child(2) {
	background: url(../images/qms5.png) no-repeat left center/0.8333333333333334rem auto;
}

.qmnewsdel .hds dd:nth-child(3) {
	background: url(../images/qms6.png) no-repeat left center/0.9375rem auto;
}

.qmnewsdel .del {
	padding: 2.604166666666667rem 1rem 0;
	font-size: 0.9375rem;
	line-height: 1.8;
	color: #252525;
}
.qmnewsdel .rts h6{
    font-size: 1.4333333333333334rem;
	line-height: 1.7;
	color: #000;margin-bottom:1rem;
}
.qmnewsdel .del img {
	width: 100%;
	display: block;
}

.qmnewsdel .del span {
	color: #014099;
}

.qmnewsdel .fts {
	margin-top: 4.947916666666667rem;
	padding-top: 1.5625rem;
	border-top: 0.052083333333333336rem solid #d3d3d3;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.qmnewsdel .fts a {
	font-size: 0.8333333333333334rem;
	line-height: 1.7;
	color: #252525;
	display: block;
	max-width: 48%;
}

.shopps {
	padding: 4.166666666666667rem 0 5.989583333333334rem;
}

.shopps .bds {
	margin-top: 1.875rem;
}

.shopps .bds li {
	float: left;
	margin-bottom: 1.0416666666666667rem;
	width: calc((100% - 4.479166666666667rem)/4);
	margin-right: 1.4583333333333335rem;
	height: 11.770833333333334rem;
	background: #f6f6f6;
	padding-top: 2.3958333333333335rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	top: 0;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9*/
	-moz-transition: all 0.3s;
	/* Firefox*/
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition: all 0.3s;
}

.shopps .bds li:nth-child(4n) {
	margin-right: 0;
}

.shopps .bds li a {
	display: block;
	width: 100%;
	height: 100%;
}

.shopps .bds li .pic {
	width: 4.6875rem;
	height: 4.6875rem;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
}

.shopps .bds li .pic img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	object-fit: cover;
}

.shopps .bds li h6 {
	font-size: 1.0416666666666667rem;
	line-height: 1.6;
	color: #000000;
	text-align: center;
	margin-top: 0.8333333333333334rem;
}

.shopps .bds li:hover {
	background: #014099;
	top: -0.2604166666666667rem;
}

.shopps .bds li:hover h6 {
	color: #fff;
}

.productdel {
	padding-top: 3.125rem;
}

.case {
	padding: 3.125rem 0 6.770833333333334rem;
}

.case .bds {
	padding: 3.125rem 0 2.0833333333333335rem;
}

.case .bds li {
	margin-bottom: 3.125rem;
}

.case .bds li a {
	display: block;
	overflow: hidden;
}

.case .bds .pic {
	float: right;
	width: 33.85416666666667rem;
	height: 22.916666666666668rem;
	overflow: hidden;
}

.case .bds .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9*/
	-moz-transition: all 0.3s;
	/* Firefox*/
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition: all 0.3s;
}

.case .bds li a:hover .pic img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	/* IE 9*/
	-moz-transform: scale(1.1);
	/* Firefox*/
	-webkit-transform: scale(1.1);
	/* Safari 和 Chrome*/
	-o-transform: scale(1.1);
}

.case .bds .text {
	width: calc(100% - 40.625rem);
}

.case .bds .text h6 {
	font-size: 1.25rem;
	line-height: 2.604166666666667rem;
	color: #a3a3a3;
	margin-bottom: 3.6458333333333335rem;
}

.case .bds .text h6 i {
	font-weight: bold;
	font-size: 1.875rem;
	color: #000000;
}

.case .bds .text h2 {
	font-size: 1.0416666666666667rem;
	line-height: 1.7;
	color: #000000;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.case .bds .text p {
	font-size: 0.8333333333333334rem;
	line-height: 1.7;
	color: #a4a3a3;
	height: 6.2em;
	overflow: hidden;
	margin-top: 1.0416666666666667rem;
	border-bottom: 0.052083333333333336rem solid #cccccc;
}

.mmcmore {
	width: 10.416666666666668rem;
	margin-top: 1.7708333333333335rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9*/
	-moz-transition: all 0.3s;
	/* Firefox*/
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition: all 0.3s;
}

.mmcmore i {
	display: inline-block;
	font-size: 0.8333333333333334rem;
	line-height: 2.3958333333333335rem;
	color: #a4a3a3;
	padding-right: 1.5625rem;
	background: url(../images/uico1.png) no-repeat right center/1.0416666666666667rem auto;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9*/
	-moz-transition: all 0.3s;
	/* Firefox*/
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition: all 0.3s;
}

.case .bds li a:hover .mmcmore {
	background: #014099;
	padding-left: 0.7291666666666667rem;
}

.case .bds li a:hover .mmcmore i {
	color: #fff;
	background: url(../images/uico1-1.png) no-repeat right center/1.0416666666666667rem auto;
}

.about .ahd {
	background: #f5f5f5;
	padding: 1.5625rem 0;
}

.about .ahd li {
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.about .ahd li::before {
	content: "";
	position: absolute;
	right: 0;
	width: 0.052083333333333336rem;
	top: 0.5208333333333334rem;
	bottom: 0;
	background: #cdcdcd;
}

.about .ahd li h3 {
	font-size: 1.875rem;
	line-height: 1.6;
	color: #014099;
	font-weight: bold;
}

.about .ahd li h3 span {
	font-size: 1.0416666666666667rem;
	font-weight: 400;
}

.about .ahd ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.about .ahd li h4 {
	font-size: 0.9375rem;
	line-height: 1.6;
	color: #161616;
}

.about .abd .wrap {
	display: flex;
	justify-content: space-between;
	padding: 5.729166666666667rem 0;
}

.about .abd .text {
	width: calc(100% - 28.125rem);
}

.about .abd .text p {
	font-size: 1.0416666666666667rem;
	line-height: 1.6;
	color: #000000;
	margin-bottom: 2.0833333333333335rem;
}

.about .abd .flca {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.about .abd .flca h5 {
	font-size: 4.166666666666667rem;
	line-height: 1.2;
	color: #000000;
	opacity: 0.1;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 1.0416666666666667rem;
}

.about .abd .flca .video {
	width: calc(100% - 20.833333333333336rem);
}

.about .piclist {
	display: block;
}

.about .piclist .lt {
	width: 33%;
}

.about .piclist .rt {
	width: 67%;
	display: flex;
	flex-wrap: wrap;
}

.about .piclist img {
	display: block;width: 100%;
	height: 100%;
	object-fit: cover;
}

.about .piclist .lt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about .piclist .rt img {
	height: 50%;
	object-fit: cover;
}

.about .piclist .rt img:nth-child(4),
.about .piclist .rt img:nth-child(1) {
	width: 41%;
}

.about .piclist .rt img:nth-child(3),
.about .piclist .rt img:nth-child(2) {
	width: 59%;
}

.aswiper {
	padding: 4.6875rem 0 5.729166666666667rem;
}

.aswiper .swiper_about {
	margin-top: 6.770833333333334rem;
	position: relative;
}

.aswiper .swiper_about::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 0.052083333333333336rem;
	background: #d3d3d3;
}

.aswiper .ovs {
	overflow: hidden;
	margin-right: 5.729166666666667rem;
}

.aswiper .swiper_about .flc {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.aswiper .swiper_about .pic {
	height: 7.8125rem;
	overflow: hidden;
}

.aswiper .swiper_about .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9*/
	-moz-transition: all 0.3s;
	/* Firefox*/
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition: all 0.3s;
}

.aswiper .swiper_about .text {
	height: 7.8125rem;
}

.aswiper .swiper_about .swiper-slide:nth-child(2n+1) .pic {
	margin-bottom: 1.8229166666666667rem;
}

.aswiper .swiper_about .swiper-slide:nth-child(2n) .pic {
	margin-top: 1.8229166666666667rem;
}

.aswiper .swiper_about .flc::after,
.aswiper .swiper_about .flc::before {
	position: absolute;
	background: #014099;
	left: 0;
	right: 0;
	content: "";
	margin: 0 auto;
	top: 50%;
	margin-top: -0.2604166666666667rem;
}

.aswiper .swiper_about .text h2 {
	font-size: 1.3541666666666667rem;
	line-height: 1.5;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

.aswiper .swiper_about .text h5 {
	font-size: 0.8075rem;
	line-height: 1.6;
	color: #000000;
	margin-top: 0.78125rem;
}

.aswiper .swiper_about .swiper-slide:nth-child(2n) .flc {
	flex-direction: column-reverse;
}

.aswiper .swiper_about .next {
	position: absolute;
	width: 2.0833333333333335rem;
	top: 50%;
	cursor: pointer;
	right: 0;
	z-index: 11;
	height: 2.0833333333333335rem;
	margin-top: -1.0416666666666667rem;
	border-radius: 50%;
	background: url(../images/prev-1.png) no-repeat center/20% #efefef;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9*/
	-moz-transform: rotate(180deg);
	/* Firefox*/
	-webkit-transform: rotate(180deg);
	/* Safari 和 Chrome*/
	-o-transform: rotate(180deg);
}

.aculture {
	background: #f5f5f5;
	padding: 3.6458333333333335rem 0 4.6875rem;
}

.aculture ul {
	margin-top: 4.166666666666667rem;
	display: flex;
	justify-content: space-between;
}

.aculture ul li {
	width: calc((100% - 5.9375rem)/5);
	padding-bottom: 3.541666666666667rem;
	position: relative;
}

.aculture ul li::after,
.aculture ul li::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}

.anquan::after,
.anquan::before {
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	width: 0.5208333333333334rem;
	height: 0.5208333333333334rem;
	border-radius: 50%;
	background: #000;
}

.aculture ul {
	position: relative;
}

.aculture ul::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.2604166666666667rem;
	height: 0.052083333333333336rem;
	background: #dcdcdc;
}

.aculture ul li .box {
	height: 15.885416666666668rem;
	background: #fff;
	box-shadow: 0 0 0.4166666666666667rem 0 rgba(80, 80, 80, 0.2);
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3.125rem 0.5208333333333334rem;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9*/
	-moz-transition: all 0.3s;
	/* Firefox*/
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition: all 0.3s;
}

.aculture ul li .box .icon {
	position: relative;
	width: 3.6458333333333335rem;
	height: 3.6458333333333335rem;
	margin: 0.5208333333333334rem auto;
	overflow: hidden;
}

.aculture ul li .box .icon img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9*/
	-moz-transition: all 0.3s;
	/* Firefox*/
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition: all 0.3s;
}

.aculture ul li .box h3 {
	font-size: 1.0416666666666667rem;
	line-height: 1.6;
	color: #040000;
	margin-top: 1.5625rem;
	font-weight: bold;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9*/
	-moz-transition: all 0.3s;
	/* Firefox*/
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition: all 0.3s;
}

.aculture ul li .box h4 {
	font-size: 0.8333333333333334rem;
	line-height: 1.6;
	color: #858585;
	margin-top: 0.3125rem;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9*/
	-moz-transition: all 0.3s;
	/* Firefox*/
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition: all 0.3s;
}

.anquan::before {
	-webkit-animation: ykquan 1s 0.5s linear infinite;
	-moz-animation: ykquan 1s .5s linear infinite;
}

.anquan::after {
	-webkit-animation: ykquan 1s 0s linear infinite;
	-moz-animation: ykquan 1s 0s linear infinite;
}

@-webkit-keyframes ykquan {
	0% {
		-webkit-transform: scale(0.5);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(2);
		opacity: 0;
	}

	;
}

@-moz-keyframes ykquan {
	0% {
		-moz-transform: scale(0.5);
		opacity: 1;
	}

	100% {
		-moz-transform: scale(2);
		opacity: 0;
	}

	;
}

.aculture ul li:hover .box {
	background: #014099;
}

.aculture ul li:hover .box h3,
.aculture ul li:hover .box h4 {
	color: #fff;
}

.aculture ul li .ico2 {
	transform: translateY(100%);
	-ms-transform: translateY(100%);
	/* IE 9*/
	-moz-transform: translateY(100%);
	/* Firefox*/
	-webkit-transform: translateY(100%);
	/* Safari 和 Chrome*/
	-o-transform: translateX(100%);
}

.aculture ul li:hover .ico1 {
	transform: translateY(-100%);
	-ms-transform: translateYY(-100%);
	/* IE 9*/
	-moz-transform: translateY(-100%);
	/* Firefox*/
	-webkit-transform: translateY(-100%);
	/* Safari 和 Chrome*/
	-o-transform: translateY(-100%);
}

.aculture ul li:hover .ico2 {
	transform: translateY(0%);
	-ms-transform: translateY(0%);
	/* IE 9*/
	-moz-transform: translateY(0%);
	/* Firefox*/
	-webkit-transform: translateY(0%);
	/* Safari 和 Chrome*/
	-o-transform: translateY(0%);
}

.aculture ul li:hover::after,
.aculture ul li:hover::before {
	background: #014099;
}

.honorary {
	padding: 5.729166666666667rem 0 8.854166666666668rem;
}
.honorary .ahhd .qmpors{
    position: relative;
}
.honorary .ahhd .qmovs{
    overflow: hidden;
}
.honorary .ahhd .qmovs img{
    	width: 100%;
	display: block;
}
.honorary .ahhd {
	display: flex;
	justify-content: space-between;
}

.honorary .ahhd .pic {
	background: url(../images/qms33.png) no-repeat center bottom/100% auto;
	width: calc(100% - 37.76041666666667rem);
	padding: 0 6.770833333333334rem 1.5625rem 3.125rem;
	margin-right: -5.208333333333334rem;
	align-items: center;
}


.qmtit h3 {
	white-space: nowrap;
}

.honorary .ahbd {
	position: relative;
	padding-right: 5.208333333333334rem;
	margin-right: -5.208333333333334rem;
	margin-top: 5.208333333333334rem;
	background: url(../images/qms34.png) no-repeat center bottom/100% auto;
	padding-bottom: 1.5625rem;
}

.honorary .ahbd .pors {
	position: relative;
	padding: 0 5.208333333333334rem;
}
.honorary .ahhd .qmpors .prev,
.honorary .ahhd .qmpors .next,
.honorary .ahbd .pors .prev,
.honorary .ahbd .pors .next {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1.6145833333333335rem;
	width: 2.916666666666667rem;
	z-index: 11;
	height: 3.229166666666667rem;
	cursor: pointer;
	background: url(../images/prev2.png) no-repeat center/20% #d9e3f0;
}
.honorary .ahhd .qmpors .prev{
    left: -4.27rem;right: ahhd;
}
.honorary .ahhd .qmpors .next,
.honorary .ahbd .pors .next {
	left: auto;
	right: 0;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9*/
	-moz-transform: rotate(180deg);
	/* Firefox*/
	-webkit-transform: rotate(180deg);
	/* Safari 和 Chrome*/
	-o-transform: rotate(180deg);
}
.honorary .ahhd .qmpors .next{
    left: ahbd;right: -4.27rem;
}

.honorary .ahbd .ovs {
	overflow: hidden;
}

.honorary .ahbd .pors img {
	width: 100%;
	display: block;
}

.layout.active .header {
	background: #014099;
}

.aswiper .swiper_about .next:hover {
	background: url(../images/prev2.png) no-repeat center/20% #014099;
}
.honorary .ahhd .qmpors .prev:hover,
.honorary .ahhd .qmpors .next:hover,
.honorary .ahbd .pors .prev:hover,
.honorary .ahbd .pors .next:hover {
	background-color: #014099;
}

.banner .swiperbtn .spans {
	position: static;
	width: auto;
}

.banner .swiperbtn .spans span {
	width: auto;
	height: auto;
	background: none;
	font-size: 0.7291666666666667rem;
	color: #fff;
	opacity: 0.28;
	margin-left: 2.34375rem;
	position: relative;
}

.banner .swiperbtn .spans span.swiper-pagination-bullet-active {
	opacity: 1;
}

.banner .swiperbtn .spans span::before {
	position: absolute;
	content: "";
	right: -1.8229166666666667rem;
	top: 50%;
	width: 1.3020833333333335rem;
	height: 0.052083333333333336rem;
	background: #fff;
	opacity: 0.28;
}

.banner .swiperbtn .spans span:last-child::before {
	display: none;
}

.banner .swiper-slide-active .txt h2 {
	-webkit-animation: fadeInUp 1s .4s ease both;
	-moz-animation: fadeInUp 1s .4s ease both;
}

.banner .swiper-slide-active .txt h3 {
	-webkit-animation: fadeInUp 1s .6s ease both;
	-moz-animation: fadeInUp 1s .6s ease both;
}

/* 新加*/
.qmjidi {
	padding: 4.166666666666667rem 0;
}
.qmjidi .btn{
        font-size: 0.9375rem;
    line-height: 1.8229166666666667rem;
    display: inline-block;
    border-radius: 1.5625rem;width: 6.42rem;text-align: center;margin-top: 2.056rem;background: #014099;
    color: #fff;
    border-color: #014099;
}
.qmjidi .btn:hover{
    background: #033172;
}
.qmjidi .hds ul {
	margin-top: 2.604166666666667rem;
}

.qmjidi .hds li {
	margin-bottom: 3.4375rem;
	margin-right: 14.270833333333334rem;
	overflow: hidden;
	height: 26.5625rem;
	overflow: hidden;
}

.qmjidi .hds li:nth-child(2n) {
	margin-right: 0;
	margin-left: 14.270833333333334rem;
}

.qmjidi .hds li .pic {
	width: 47.91666666666667rem;
	height: 100%;
	overflow: hidden;
	float: left;
}

.qmjidi .hds li:nth-child(2n) .pic {
	float: right;
}

.qmjidi .hds li .pic img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.qmjidi .hds li .txt {
	float: right;
	width: calc(100% - 47.91666666666667rem);
	background: #f2f2f2;
	height: 100%;
	padding: 3.6458333333333335rem 0 0 3.75rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.qmjidi .hds li:nth-child(2n) .txt {
	float: left;
}

.qmjidi .hds li h3 {
	font-size: 1.25rem;
	line-height: 1.6;
	color: #252525;
}

.qmjidi .hds li span {
	width: 1.5625rem;
	height: 0.10416666666666667rem;
	background: #000000;
	display: block;
	margin: 2.604166666666667rem 0;
}

.qmjidi .hds li p {
	font-size: 0.9375rem;
	line-height: 1.9791666666666667rem;
	color: #252525;
}

.qmjidi .hds li h6 {
	font-size: 0.9375rem;
	line-height: 1.8;
	color: #252525;
	padding-left: 1.6666666666666667rem;
	background: url(../images/qms53.png) no-repeat left top 0.3125rem/1.0416666666666667rem auto;
	margin-top: 2.208333333333334rem;
}
.qmjidi .hds li:nth-child(2n) .btn{
    margin-top: 1.06rem;
}
.qmjidi .hds li:nth-child(2n) h6 {
	margin-top: 1.6875rem;
}

.qmjidi .fts {
	margin-top: 4.270833333333334rem;
}

.qmjidi .fts li {
	float: left;
	margin-bottom: 2.604166666666667rem;
	width: calc((100% - 2.34375rem)/2);
}

.qmjidi .fts li:nth-child(2n) {
	float: right;
}

.qmjidi .fts li .pic {
	height: 23.697916666666668rem;
	overflow: hidden;
}

.qmjidi .fts li .pic img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.qmjidi .fts li h6 {
	font-size: 1.0416666666666667rem;
	line-height: 3.4375rem;
	color: #252525;
	background: #f2f2f2;
	text-align: center;
}

.qmjidi .bds {
	margin-top: 2.0833333333333335rem;
}

.qmjidi .bds ul {
	display: flex;
	align-items: center;
	height: 31.145833333333336rem;
}

.qmjidi .bds li {
	height: 100%;
	width: 23.229166666666668rem;
}

.qmjidi .bds li img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.qmjidi .bds li .img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.qmjidi .bds li:nth-child(1) {
	width: calc(100% - 69.6875rem);
}

.qmjidi .bds li .tps {
	height: 15.625rem;
	background: #014099;
	position: relative;
	overflow: hidden;
}

.qmjidi .bds li .tps h3 {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	/* IE 9*/
	-moz-transform: translateY(-50%);
	/* Firefox*/
	-webkit-transform: translateY(-50%);
	/* Safari 和 Chrome*/
	-o-transform: translateY(-50%);
	font-size: 1.25rem;
	line-height: 1.4;
	color: #fff;
	text-align: center;
}

.qmjidi .bds li .tps h3 span {
	font-size: 1.875rem;
	font-weight: bold;
}

.qmjidi .bds li:nth-child(2) .img {
	height: calc(100% - 15.625rem);
}

.product {
	padding: 4.6875rem 0;
}

.product .bds li {
	margin-bottom: 3.125rem;
}

.product .hds {
	display: flex;
	justify-content: space-between;
}

.product .hds ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 2.604166666666667rem;
}

.product .hds li {
	margin-left: 1.875rem;
}

.product .hds li a {
	padding: 0 1.0416666666666667rem;
	line-height: 1.7708333333333335rem;
	border-radius: 1.0416666666666667rem;
	border: 1px solid #123045;
	font-size: 0.9375rem;
	color: #252525;
	display: inline-block;
}

.product .hds li.on a,
.product .hds li a:hover {
	background: #014099;
	border-color: #014099;
	color: #fff;
}

.product .bds .ths {
	background: #f4f4f4;
	height: 20.3125rem;
	overflow: hidden;
}

.product .bds .pic {
	width: 34.895833333333336rem;
	height: 100%;
	overflow: hidden;
	float: left;
	position: relative;
	background: #dae4f1;
}

.product .bds .pic img {
	max-width: 80%;
	max-height: 80%;
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	bottom: 0;
	transition: all 0.8s;
}

.product .bds .ths:hover .pic img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	/* IE 9*/
	-moz-transform: scale(1.1);
	/* Firefox*/
	-webkit-transform: scale(1.1);
	/* Safari 和 Chrome*/
	-o-transform: scale(1.1);
}

.product .bds .txt {
	width: calc(100% - 34.895833333333336rem);
	padding: 2.34375rem 2.604166666666667rem 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	float: right;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9*/
	-moz-transition: all 0.3s;
	/* Firefox*/
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition: all 0.3s;
}

.product .bds .ths:hover .txt {
	background: #014099;
}

.product .bds h3 {
	font-size: 1.25rem;
	line-height: 1.6;
	color: #252525;
}

.product .bds p {
	font-size: 0.8333333333333334rem;
	line-height: 1.6;
	color: #979797;
	overflow: hidden;
	height: 6.4rem;
	margin: 1.5625rem 0 3.4375rem;
	border-bottom: 0.052083333333333336rem solid #dfdfdf;
}

.product .bds .ths:hover .txt h3,
.product .bds .ths:hover .txt p {
	color: #fff;
}

.product .bds h6 {
	margin-top: 1.875rem;
	width: 5.520833333333334rem;
	line-height: 1.7708333333333335rem;
	text-align: center;
	font-size: 0.8333333333333334rem;
	color: #014099;
	border: 1px solid #014099;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.product .bds .ths:hover .txt h6 {
	background: #e60012;
	border-color: #e60012;
	color: #fff;
}

.product .bds {
	margin-top: 4.6875rem;
}

.product .bds .tbs {
	background: #f5f5f5;
	position: relative;
	padding: 2.0833333333333335rem 0 1.5625rem;
	display: none;
}

.product .bds .swippro {
	overflow: hidden;
	margin: 0 3.90625rem;
}

.product .bds .swippro dd {
	border: 1px solid #e6e6e6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	height: 16.666666666666668rem;
	overflow: hidden;
}

.product .bds .swippro .img {
	height: 13.541666666666668rem;
	overflow: hidden;
	position: relative;
}

.product .bds .swippro img {
	max-width: 90%;
	max-height: 90%;
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	bottom: 0;
}

.product .bds .swippro h4 {
	font-size: 0.8333333333333334rem;
	line-height: 1.7;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

.product .bds .tbs .prev,
.product .bds .tbs .next {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	/* IE 9*/
	-moz-transform: translateY(-50%);
	/* Firefox*/
	-webkit-transform: translateY(-50%);
	/* Safari 和 Chrome*/
	-o-transform: translateY(-50%);
	background: url(../images/prev1.png) no-repeat center/1.0416666666666667rem auto;
	width: 3.854166666666667rem;
	height: 1.9270833333333335rem;
	cursor: pointer;
}

.product .bds .tbs .next {
	left: auto;
	right: 0;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9*/
	-moz-transform: rotate(180deg);
	/* Firefox*/
	-webkit-transform: rotate(180deg);
	/* Safari 和 Chrome*/
	-o-transform: rotate(180deg);
}

.contact {
	padding: 3.6458333333333335rem 0 3.125rem;
}

.contact .hds {
	display: flex;
	justify-content: space-between;
}

.contact .hds .maps {
	width: 48.125rem;
	height: 22.083333333333336rem;
	overflow: hidden;
}

.contact .hds .txt {
	width: calc(100% - 53.54166666666667rem);
}

.contact .hds .swfs {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 2.7083333333333335rem;
	padding-top: 3.4375rem;
	border-top: 0.052083333333333336rem solid #000000;
}

.contact .hds .wx {
	width: 6.25rem;
}

.contact .hds .wx img {
	width: 100%;
	height: 6.25rem;
	display: block;
	overflow: hidden;
}

.contact .hds .wx p {
	font-size: 0.7291666666666667rem;
	line-height: 1.6;
	color: #8d8d8d;
	text-align: center;
	margin-top: 0.3125rem;
}

.contact .hds dd {
	margin-bottom: 1.25rem;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: #000000;
	padding-left: 1.875rem;
}

.contact .hds dd:nth-child(1) {
	background: url(../images/qms48.png) no-repeat left center/1.1458333333333335rem auto;
}

.contact .hds dd:nth-child(2) {
	background: url(../images/qms49.png) no-repeat left center/1.0416666666666667rem auto;
}

.contact .hds dd:nth-child(3) {
	background: url(../images/qms50.png) no-repeat left center/1.1979166666666667rem auto;
}

.anchorBL {
	display: none !important;
}

.contact .bds {
	margin-top: 4.166666666666667rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contact .bds .pic {
	width: calc(100% - 37.239583333333336rem);
}

.contact .bds .pic img {
	width: 100%;
	display: block;
}

.contact .bds .text {
	width: 29.270833333333336rem;
}

.contact .bds .text h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 3.6458333333333335rem;
	line-height: 1.3;
	color: #eef0f6;
}

.contact .bds .text .ds {
	margin-top: 3.4375rem;
	border: 20px solid #e3eaf3;
	padding: 1.9791666666666667rem 1.6666666666666667rem 3.4375rem;
}

.contact .bds .text h3 {
	font-size: 1.25rem;
	line-height: 1.6;
	color: #000000;
	font-weight: bold;
	position: relative;
	margin-bottom: 1.4583333333333335rem;
	padding-bottom: 1.4583333333333335rem;
}

.contact .bds .text p {
	font-size: 0.8333333333333334rem;
	line-height: 1.6;
	color: #000000;
	margin-bottom: 0.625rem;
}

.contact .bds .text p span {
	margin-left: 1.5625rem;
}

.contact .bds .text h3::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 1.875rem;
	height: 0.10416666666666667rem;
	background: #1e1a3e;
	display: block;
}

.mmore a:hover {
	color: #014099;
	background: url(../images/uico1-2.png) no-repeat right center/0.9895833333333334rem auto;
	padding-right: 1.8229166666666667rem;
}

.hcase .swiperbtn .spans {
	margin-top: 1.4583333333333335rem;
}

.hcase .swiperbtn .spans span {
	font-size: 0.7291666666666667rem;
	color: #000;
	opacity: 0.28;
}

.hcase .swiperbtn .spans i {
	display: block;
	height: 0.052083333333333336rem;
	width: 5.208333333333334rem;
	background: #c2c2c2;
}

.hcase .swiperbtn .spans .swiper-pagination-current {
	color: #014099;
	opacity: 1;
}

.qmnewsdel .fts a:hover,
.pgbtn a:hover {
	color: #014099;
}
.qmnewsdel .rts li:hover,
.qmnews .bds li:hover {
	background: #014099;
}
.qmnewsdel .rts li:hover span,
.qmnews .bds li:hover span {
	background: #fff;
}
.qmnewsdel .rts li:hover h3,
.qmnewsdel .rts li:hover h4,
.qmnews .bds li:hover h3,
.qmnews .bds li:hover h4 {
	color: #fff;
}
.qmnewsdel .rts li:hover .pic img,
.qmnews .bds li:hover .pic img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	/* IE 9*/
	-moz-transform: scale(1.1);
	/* Firefox*/
	-webkit-transform: scale(1.1);
	/* Safari 和 Chrome*/
	-o-transform: scale(1.1);
}

.product .bds .swippro a:hover h4 {
	color: #014099;
}

.product .bds .tbs .prev:hover,
.product .bds .tbs .next:hover {
	background: url(../images/prev-1.png) no-repeat center/1.0416666666666667rem auto;
}

.product .bds .ths {
	cursor: pointer;
}

.productdel .hd .ubtn a:hover {
	background: #014099;
	color: #fff;
}

.productdel .hd .ubtn a.on:hover {
	background: #e60012;
}

.mti {
	border-bottom: 0.052083333333333336rem solid #e5e5e5;
	font-size: 1.5625rem;
	line-height: 1.5;
	font-weight: bold;
	padding: 1.0416666666666667rem 0;
}

.hot {
	padding: 2.0833333333333335rem 0;
}

.hot ul {
	overflow: hidden;
	margin-top: 2.0833333333333335rem;
}

.hot li {
	float: left;
	width: calc((100% - 3.229166666666667rem)/4);
	margin: 0 1.0416666666666667rem 1.0416666666666667rem 0;
}

.hot li:nth-child(4n) {
	margin-right: 0;
}

.hot li a {
	display: block;
	border: 1px solid #e5e5e5;
	padding: 0 1.0416666666666667rem 1.0416666666666667rem;
}

.hot li .pic {
	height: 13.28125rem;
}

.hot li .pic img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.hot li h5 {
	font-size: 0.8333333333333334rem;
	line-height: 1.6;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

.hot li a:hover h5 {
	color: #014099;
}

.product .bds .swippro dd:hover,
.hot li a:hover {
	border-color: #014099;
}

.footer .rt .weix img {
	width: 100%;
}


.footer .rt .weix h5,
.footer dd a,
.footer dt {
	white-space: nowrap;
}

.layout {
	overflow: hidden;
}

.phone,
.flogo,
.footer .rt dd .copyright {
	display: none;
}

.about .ahd li:last-child::before {
	display: none;
}

.footer a:hover {
	opacity: 1 !important;
}



.contact .bds .pic {
	position: relative;
}

.contact .bds .pic li {
	position: absolute;
	right: 0;
	font-size: 0.83rem;
	top: 0;
	color: #014099;
	padding-left: 1rem;
	z-index: 11;
	cursor: pointer;
}
.contact .bds .pic li.on{
	color: #e60012;
} 
.contact .bds .pic li.anquan::after,
.contact .bds .pic li.anquan::before {
	position: absolute;
	background: #014099;
	left: 0;
	top: 50%;
	margin-top: -0.26rem;
}
.contact .bds .pic li.on::before,
.contact .bds .pic li.on::after{
	background: #e60012;
}
.contact .bds .pic li:nth-child(1) {
	top: 30.5%;
	right: 9%;
}

.contact .bds .pic li:nth-child(2) {
	top: 36.5%;
	right: 20%;
}

.contact .bds .pic li:nth-child(3) {
	top: 46.5%;
	right: 18%;
}

.contact .bds .pic li:nth-child(4) {
	top: 53.5%;
	right: 24%;
}

.contact .bds .pic li:nth-child(5) {
	top: 58%;
	right: 14%;
}

.contact .bds .pic li:nth-child(6) {
	top: 60%;
	right: 11%;
}

.contact .bds .pic li:nth-child(7) {
	top: 64%;
	right: 23%;
}

.contact .bds .pic li:nth-child(8) {
	top: 64%;
	right: 43%;
}

.contact .bds .pic li:nth-child(9) {
	top: 67%;
	right: 35.5%;
}

.contact .bds .pic li:nth-child(10) {
	top: 66%;
	right: 10.5%;
}

.contact .bds .pic li:nth-child(11) {
	top: 81%;
	right: 46.5%;
}

.contact .bds .pic li:nth-child(12) {
	top: 83%;
	right: 13.5%;
}

.contact .bds .pic li:nth-child(13) {
	top: 86%;
	right: 21%;
}
.contact .bds .pic li:nth-child(14) {
	top: 81%;
	right: 19%;
}
.contact .bds .pic li:nth-child(15) {
	top: 55%;
	right: 33%;
}
.contact .bds .pic li:nth-child(16) {
	top: 62%;
	right: 8%;
}
.contact .bds .text .ds li{
	display: none;
}

.qmbantext {
	width:62.5rem;
	margin:0 auto;
	display:flex;
	justify-content:space-between;background: #fff;margin-top: -4rem;padding: 2rem 3rem;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;box-shadow: 0 0 1.04rem 0 rgba(80,80,80,0.2);
}
.qmbantext .lts{
	width:8.416666666666668rem;
}
.qmbantext h2 {
	font-size:1.7rem;
	line-height:1.3;
	color:#000000;
	font-weight:bold;
}
.qmbantext .del {
	width:calc(100% - 10.625rem);
	font-size: 0.9rem;
    line-height: 1.8;
	color:#000000;
}

.qmnewsdel .wrap {
	display:flex;
	justify-content:space-between;
}
.qmnewsdel .lts{
	width:calc(100% - 17.708333333333336rem);
}
.qmnewsdel .rts {
	width:15.625rem;
}
.qmnewsdel .rts li {
	margin-bottom: 1.9791666666666667rem;
	background: #f6f6f6;
	padding: 2rem 1rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;margin-bottom: 1rem;
}
.qmwrap{
    margin: 0 15rem;
}


/* 留言按钮 */
.contact .hds .swfs a {
	display: inline-block;
	margin-right: 2.5rem;
	text-align: center;
	font-size: 0.9375rem;
	line-height: 2.1875rem;
	color: #014099;
	width: 6.666666666666667rem;
	border: 1px solid #014099;
}

.footer .rt .upbtn {
	float:left;
	margin-top:3rem;
	margin-left:1rem;
}

.footer .rt .upbtn a {
	display: inline-block;
	margin-right: 2.5rem;
	text-align: center;
	font-size: 0.9375rem;
	line-height: 2.1875rem;
	color: #fff;
	width: 6.666666666666667rem;
	border: 1px solid #fff;
}

/* 新加留言 */
.mask {
	position:fixed;
	left:0;
	right:0;
	top:0;
	z-index:455;
	bottom:0;
	background:rgba(0,0,0,0.5);
	display:none;
}
.message {
	position:fixed;
	left:0;
	right:0;
	top:24%;
	z-index:466;
	width:58.07291666666667rem;
	margin:0 auto;
	border-radius:0.7291666666666667rem;
	overflow:hidden;
	background:#fff;
	padding:3.3333333333333335rem 0;
	display:none;
}
.message .gb {
	position:absolute;
	right:1.0416666666666667rem;
	top:1.0416666666666667rem;
	z-index:1;
	background:url(../images/gb.png) no-repeat center;
	width:1.5625rem;
	height:1.5625rem;
	background-size:0.9375rem auto;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
	cursor:pointer;
}
.message .gb:hover {
	transform:rotate(360deg);
}
.message h3 {
	font-size:1.6666666666666667rem;
	line-height:1.6;
	color:#000000;
	text-align:center;
}
.message .fm {
	margin:1.7708333333333335rem 3.125rem 0;
}
.message .fm li {
	margin-bottom:1.0416666666666667rem;
}
.message .fm dd {
	float:left;
	width:calc((100% - 0.533333333333334rem)/2);
	margin-right:0.201666666666667rem;
}
.message .fm dd:last-child {
	margin-right:0;
}
.message .fm label {
	font-size:0.8333333333333334rem;
	line-height:1.6;
	color:#666666;
	display:block;
	margin-bottom:0.4166666666666667rem;
	margin-top: 0.4166666666666667rem;
}
.message .fm span {

	color:red;

}
.message .fm .t1 {
	border:1px solid #c9c9c9;
	border-radius:0.15625rem;
	background:none;
	font-size:0.8333333333333334rem;
	color:#666666;
	padding:0 0.78125rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	height:2.291666666666667rem;
}
.message .fm .t2 {
	height:5.833333333333334rem;
	resize:none;
	padding:0.5208333333333334rem 0.78125rem;
}
.message .fm .sub {
	margin-top:2.0833333333333335rem;
	display:block;
	width:9.166666666666668rem;
	line-height:2.291666666666667rem;
	height:2.291666666666667rem;
	display:block;
	text-align:center;
	font-size:0.9375rem;
	color:#fff;
	margin:0 auto;
	background:#014099;
	border-radius:0.20833333333333334rem;
	border:none;
	cursor:pointer;
}


.pagination{padding:10px 0; text-align:center;}  
.pagination li{border-radius:3px; border:1px solid #dfdfdf;display:inline-block;margin:0 2px;}  
.pagination .active{background:#09F; color:#FFF; border-color:#09F; margin:0 2px;}  
.pagination .disabled{color:#aaa;}
.pagination a{ border-radius:3px;display:inline-block; padding:5px 12px;}
.pagination span{border-radius:3px;display:inline-block;padding:5px 12px;}
.nodata{display:block;text-align:center;}