@charset "utf-8";

/* CSS Document */
html {
	font-size: 62.5%;
	height: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0 auto;
	font-family: AlibabaSans-Regular, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	height: 100%;
	background: #fff;
	width: 100%;
	max-width: 1920px;
	overflow-x: hidden;
}


img {
	border: none;
}

ul li {
	list-style-type: none;
}

ul,
form,
p,
a,
img,
table,
tr,
td,
li,
dd,
dt,
dl,
span,
em {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #333;
}

img {
	display: block;
	transition: 0.5s;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
}

h1,
h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #333;
}

.clear {
	clear: both;
}

.maln {
	margin-left: auto !important
}

input,
textarea,
select {
	font-family: AlibabaSans-Regular, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	color: #999999;
	border: none;
	outline: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block
}

input[type="button"],
input[ type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

button {
	border-radius: 0px;
	-webkit-border-radius: 0px;
}

::selection {
	color: #fff;
	background: #ffc10e;
}

* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fons0 {
	font-size: 0px;
	font-size: 0rem;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #333;
	opacity: 1
}

:-o-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #333;
	opacity: 1
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #333;
	opacity: 1
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #333;
	opacity: 1
}

.zong {
	width: calc(100% - 120px);
	max-width: 1400px;
	margin: auto;
}

@media screen and (max-width:999px) {

	.zong,
	.zong1 {
		width: calc(100% - 20px);
	}
}

.Allsafe {
	max-width: 1500px;
	width: calc(100% - 120px);
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.Allsafe {
		width: calc(100% - 20px);
	}
}

.Allsafe2 {
	max-width: 1400px;
	width: calc(100% - 120px);
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.Allsafe2 {
		width: calc(100% - 20px);
	}
}

.Allsafe3 {
	max-width: 1451px;
	width: calc(100% - 120px);
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.Allsafe3 {
		width: calc(100% - 20px);
	}
}

.Allsafe4 {
	max-width: 1300px;
	width: calc(100% - 120px);
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.Allsafe4 {
		width: calc(100% - 20px);
	}
}


a:hover img {
	transform: scale(1.1, 1.1)
}

img {
	max-width: 100%;
}

a:hover {
	color: #ffc10e;
}

.mp {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	color: #666666;
}

.mp p,
.mp a {
	color: #666666;
	display: block;
}

.mp a:hover {
	color: #ffc10e;
}

@media screen and (max-width:1359px) {
	.mp {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 26px !important;
	}
}

@media screen and (max-width:767px) {
	.mp {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 22px !important;
	}
}

.img1 {
	display: block;
	position: relative;
	overflow: hidden;
}

.img1 img {
	width: 100%;
	position: relative;
	z-index: 1
}

.img1:before {
	content: '';
	position: absolute;
	width: 0px;
	height: 100%;
	background: #fff;
	opacity: 0.5;
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
	transition: 1s;
	z-index: 2
}

.img1:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0px;
	background: #fff;
	opacity: 0.5;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	transition: 1s;
	z-index: 2
}

.img1:hover:before {
	width: 100%;
	opacity: 0
}

.img1:hover:after {
	height: 100%;
	opacity: 0
}

@keyframes m1tu {
	0% {
		opacity: 0;
		left: 0px;
	}

	50% {
		opacity: 1;
		left: 50%;
	}

	100% {
		opacity: 0;
		left: 100%
	}
}

.img2 {
	display: block;
	width: 300px;
	margin: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.img2 img {
	width: 100%;
}

.img2:after {
	content: "";
	height: 100%;
	position: absolute;
	top: 0px;
	transition: 0.5s;
	background: #fff;
	width: 40px;
	filter: blur(30px);
	opacity: 0;
	z-index: 3
}

.img2:hover:after {
	-webkit-animation-name: m1tu;
	animation-name: m1tu;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.niu1 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

.niu1 span {
	position: relative;
	z-index: 2;
}

.niu1:before {
	position: absolute;
	content: '';
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: -50px;
	border-bottom: 50px solid #ffc10e;
	border-right: 30px solid transparent;
	-webkit-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.niu1:after {
	position: absolute;
	content: '';
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: -50px;
	border-left: 30px solid transparent;
	border-bottom: 50px solid #ffc10e;
	-webkit-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

.niu1:hover:before {
	-webkit-transform: translateX(-40%);
	-moz-transform: translateX(-40%);
	-ms-transform: translateX(-40%);
	-o-transform: translateX(-40%);
	transform: translateX(-40%);
}

.niu1:hover:after {
	-webkit-transform: translateX(40%);
	-moz-transform: translateX(40%);
	-ms-transform: translateX(40%);
	-o-transform: translateX(40%);
	transform: translateX(40%);
}

.niu2 {
	overflow: hidden;
	position: relative;
}

.niu2 span {
	position: relative;
	display: block;
	z-index: 2;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.niu2 span:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #ffc10e;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.niu2:hover span:before {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	-o-transform-origin: bottom left;
	transform-origin: bottom left;
}

.niu3 {
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: background 0.4s linear, color 0.3s linear;
	-o-transition: background 0.4s linear, color 0.3s linear;
	-moz-transition: background 0.4s linear, color 0.3s linear;
	transition: background 0.4s linear, color 0.3s linear;
}

.niu3:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120%;
	height: 50%;
	opacity: 0;
	z-index: -1;
	content: '';
	background: #ffc10e;
	-webkit-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.niu3:hover {
	color: #fff;
}

.niu3:hover:after {
	height: 500%;
	opacity: 1;
}


.at-resp-share-element .at4-share-count-container {
	text-decoration: none;
	float: right;
	padding-right: 15px;
	line-height: 25px !important;
}

.at-resp-share-element .at-icon {
	width: 24px !important;
	height: 24px !important;
}

.at-style-responsive .at-share-btn {
	padding: 0 !important;
	border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 24px !important;
	height: 24px !important;
}

.at-resp-share-element .at-share-btn {
	margin-bottom: 0 !important;
	margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
	width: 24px !important;
	height: 24px !important;
}

.at-style-responsive .at-share-btn {
	padding: 0 !important;
	border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 24px !important;
	height: 24px !important;
}

.at-resp-share-element .at-share-btn {
	margin-bottom: 0 !important;
	margin-right: 3px !important;
}



/*  head  */
.head {
	background: rgba(15, 15, 15, 0.62);
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 999;
	transition: 0.5s;

}

.headbo {
	border-bottom: 1px solid #0288d1
}

.head .zong {
	position: relative;
	z-index: 9999;
}

.logo {
	width: 285px;
	padding-bottom: 6px;
}

.logon {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.her {
	float: right;
}

.het {
	display: flex;
	justify-content: space-between;
}

.hetag {
	float: right;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	color: #666666;
	margin-top: 8px;
}

.hetag a {
	color: #666666;
}

.daoz {
	position: relative;
	width: 67%;
}

/*  sousuo  */
.sousuo {
	position: absolute;
	right: 0px;
	top: 13px;
}

.sousuo input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: rgba(255, 255, 255, 0.2);
}

.sousuo input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: rgba(255, 255, 255, 0.2);
}

.sousuo input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgba(255, 255, 255, 0.2);
}

.sousuo input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: rgba(255, 255, 255, 0.2);
}

.sousuo form {
	width: 202px;
	height: 34px;
	border: solid 1px rgba(255, 255, 255, 0.2);
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.2);
}

.sou {
	width: 100%;
	height: 34px;
	float: left;
	line-height: 34px;
	padding-left: 5px;
	padding-right: 35px;
	background: none;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	border-radius: 19px;
}

.suo {
	width: 30px;
	height: 34px;
	cursor: pointer;
	background: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 3;
	border-radius: 19px;
}

.sousuo form i {
	display: block;
	width: 34px;
	line-height: 34px;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #fff !important;
	font-size: 16px;
	font-size: 1.6rem;
	z-index: 2;
	font-weight: bolder;
}

.hexin {
	float: right;
	margin-top: 25px;
	font-family: Barlow-Bold, Arial, Helvetica, sans-serif;
}

.hexin li {
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 22px;
	color: #b0b6bf;
	margin-left: 97px;
	position: relative;
	padding-left: 50px;
}

.hexin li span {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 22px;
}

.hexin li a {
	color: #b0b6bf;
}

.hexin li i {
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 44px;
	color: #0f3662;
	font-size: 34px;
	font-size: 3.4rem;
}

.hexin li:hover a {
	color: #2b83e6;
}

.shejiao {
	padding: 7px 0;
	font-size: 0px;
}

.shejiao:after {
	content: "";
	clear: both;
	display: block;
}


.shejiao a:hover {
	background: #2b83e6;
	color: #fff;
}

.daohang {
	position: relative;
	padding-top: 7px;
}

.daohang>li {
	display: inline-block;
	vertical-align: middle;
	z-index: 999;
	padding-left: 29px;
	padding-right: 29px;
}

.daohang>li>a {
	display: block;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}


.daohang>li:hover {
	background-color: #001c98;
}

.daohang>li:hover>a:after {
	width: 100%;
	left: 0px;
}

.dangqiandao {
	background-color: #001c98;
}

.dangqiandao>a:after {
	width: 100% !important;
	left: 0px !important;
}

.daohang>li:first-child>a:before {
	display: none;
}

.prdao {
	position: static !important;
}

.matn {
	margin-top: auto !important;
}

.daohang2,
sousuo2,
.xnav {
	display: none
}

.headh {
	position: fixed;
}

.headh .het,
.headh .shejiao {
	display: none;
}

@media screen and (max-width:1555px) {
	.daohang>li>a {
		font-size: 16px;
	}
}


@media screen and (max-width: 1444px) {
	.logo {
		width: 174px;
		padding-top: 9px;
		padding-bottom: 8px;
	}

	.daohang>li>a {
		font-size: 14px;
	}

	.daohang>li {
		padding-left: 18px;
		padding-right: 18px;
	}

	.daoz {
		width: 72%;
	}

	.sousuo form {
		width: 164px;
	}
}

@media screen and (max-width:1232px) {
	.daoz {
		width: 77%;
	}
}

@media screen and (min-width:1000px) {

	.carousel,
	.nav,
	.clear3 {
		display: none
	}
}

@media screen and (max-width:999px) {
	.daoz .daohang {
		display: none;
	}

	.daoz .sousuo {
		display: none;
	}


	.head {
		background-color: rgba(0, 0, 0, 0);
		position: relative;
	}

	.logo {
		float: none;
		width: 150px;
		margin-bottom: 13px;
		padding-bottom: 0px;
	}

	.slogen,
	.sousuo {
		display: none
	}

	.her {
		display: none
	}

	.yijiw,
	.yiji2,
	.xiala {
		display: none
	}


	.daohang {
		text-align: center;
		float: none;
		padding: 0px;
	}

	.daohang>li {
		float: none;
		display: inline-block;
		*float: left;
		margin: 0 29px !important;
		padding: 0px;
	}

	.daohang>li>a {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 26px;
		padding: 10px 0;
		text-transform: none;
	}

	.daohang>li>a:before {
		left: -33px;
	}

	.clear3 {
		clear: both;
		display: block;
	}

	.slide .carousel-control {
		margin-top: -16px;
		width: 32px;
		height: 32px;
		line-height: 30px;
	}

	.slide .carousel-control.left {
		left: 10px;
	}

	.slide .carousel-control.right {
		right: 10px;
	}

	.xnav {
		display: block
	}

	.nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #fff;
		right: 2.5%;
		top: 15px;
		cursor: pointer;
		border-radius: 5px;
		z-index: 9999999999
	}

	.nav span {
		display: block;
		width: 20px;
		height: 2px;
		background: #0f3662;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: 0.5s;
		z-index: 9999999991
	}

	.nav .nav1 {
		margin-top: -1px;
	}

	.nav .nav2 {
		margin-top: -8px;
	}

	.nav .nav3 {
		margin-top: 6px;
	}

	.nav:hover .nav1 {
		width: 25px;
	}

	.navh .nav1 {
		transform: rotate(45deg)
	}

	.navh .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	.navh .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}

	.navh:hover .nav2 {
		margin-top: -8px;
		margin-left: 7px;
	}

	.navh:hover .nav3 {
		margin-top: 5px;
		margin-left: -12px;
	}

	.smdaohang {
		position: fixed;
		width: 280px;
		height: 100%;
		overflow: auto;
		top: 0px;
		right: -100%;
		background: #f9ba00;;
		background: 	rgba(249,186,0,0.95);
		z-index: 9999999;
		transition: 0.5s;
		text-align: center;
	}

	.smdaohangh {
		right: 0px;
	}

	.topnav {
		margin: auto;
		margin-top: 30px;
		padding: 20px;
	}

	ul.topnav li {
		text-align: left;
		position: relative;
	}

	ul.topnav li a {
		padding: 5px;
		padding-left: 0px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding-right: 50px;
	}

	ul.topnav ul {
		display: none;
	}

	ul.topnav ul li {
		clear: both;
	}

	ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}

	ul.topnav ul li a:hover {}

	ul.topnav ul ul li a {
		padding-left: 40px;
	}

	ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 5px;
		width: 24px;
		height: 24px;
		cursor: pointer;
		border-radius: 5px;
	}

	ul.topnav span:before {
		content: "";
		width: 16px;
		height: 2px;
		background: #fff;
		position: absolute;
		left: 4px;
		top: 50%;
		margin-top: -1px;
	}

	ul.topnav span:after {
		content: "";
		width: 16px;
		height: 2px;
		background: #fff;
		position: absolute;
		left: 4px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(90deg);
		transition: 0.5s;
	}

	ul.topnav span.yizi:after {
		transform: rotate(0deg);
	}

	.smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
	}

	.smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
	}

	.smdaohang form .ipsc {
		width: 20%;
		height: 26px;
		line-height: 26px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	.smdaohang form i {
		position: absolute;
		right: 8px;
		top: 2px;
	}

	.het {
		padding-top: 4px;
	}
}

@media screen and (max-width:767px) {
	.daohang2 {
		display: block;
		text-align: center;
		margin-top: 10px;
	}

	.daohang2 a {
		float: left;
		width: 25%;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 30px;
		text-align: center;
		color: #c8c8c8;
	}

	.daohang2 .dangqiandao {}

	.daohang,
	.daohang1 {
		display: none
	}

	.logo {
		float: none;
		width: 150px;
	}

	.nav {
		right: 2.5%;
		top: 14px;
	}

}

@media screen and (max-width:538px) {
	.nav {
		top: 14px;
	}
}

/*  main1  */




@media screen and (max-width:1359px) {}

@media screen and (max-width:999px) {}

@media screen and (max-width:767px) {}



.slide {
	position: relative;
}

.slide .carouse {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.slide .carouse .slideItem {
	width: 100%;
	height: 100%;
	position: absolute;
	cursor: pointer;
	overflow: hidden;
}

.slide .carouse .slideItem .banner-img {
	width: 100%;
}

.slide .console {
	height: 57px;
	display: inline-block;
	width: 35px;
	position: absolute;
	top: 40%;
}

.slide .dotList {
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

.slide .dotList ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


.slide .dotList ul li {
	font-size: 20px;
	line-height: 0px;
	cursor: pointer;
	line-height: 0px;
	font-size: 0px;
	margin-top: 23px;
	margin-bottom: 11px;
	border-radius: 50%;
	position: relative;
	margin-right: 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 40px;
}

.slide .dotList ul li.active {
	
	background: none;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	display: block;

	
}
.slide .dotList ul li::before{
	width: 9px;
	height: 9px;
	background-color: #ffffff;
	border-radius: 50%;
	right: -17px;
	top:0;
	content: "";
	display: block;
	position: absolute;
}
.slide .dotList ul li.active::before{
	width: 15px;
	height: 15px;
	border: solid 1px #ffffff;
	background: none;
	right: -21px;
	top: 9px;
}

.slide-count{
	display: none;
}
.slide .carousel-control {
	position: absolute;
	top: 50%;
	width: 62px;
	height: 62px;
	z-index: 999;
	margin-top: -45px;
}

.slide .carousel-control.left {
	left: 55px;
	background-image: url("../img/jtl1.png");
	background-repeat: no-repeat;
	cursor: pointer;
}

.slide .carousel-control.right {
	right: 55px;
	background-image: url("../img/jtr1.png");
	background-repeat: no-repeat;
	cursor: pointer;
}

.slide .slidedetail {
	display: none;
}

@media screen and (max-width:768px) {
	.slide .dotList ul li {
		margin-top: 18px;
		margin-bottom: 5px;
	}
	.slide .dotList{
		right: 6%;
	}
	.slide .dotList ul li{
		margin-top: 8px;
	}
	.slide .dotList ul li::before{
		right: -9px;
	}
	.slide .dotList ul li.active::before{
		right: -12px;
	}
}

/* ***************Main1******************************* */
.M1-blockbox {
	display: flex;
	flex-flow: wrap;
}

.M1-block {
	width: 20%;
	padding-top: 72px;
	padding-bottom: 64px;
	position: relative;
	transition: 0.5s;
}

.M1-block:hover::before {
	position: absolute;
	content: "";
	width: 7px;
	height: 163px;
	background-color: #001c98;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.M1-block:hover {
	background-color: #f9ba00;
}

.M1-bnum {
	font-family: AlibabaSans-Bold;
	font-size: 46px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}

.M1-binfo {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	padding-top: 29px;
}

@media screen and (max-width:1333px) {
	.M1-bnum {
		font-size: 28px;
	}

	.M1-binfo {
		font-size: 16px;
		padding-top: 14px;
	}

	.M1-block {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.M1-block:hover::before {
		width: 7px;
		height: 100%;
	}
}

@media screen and (max-width:999px) {
	.M1-bnum {
		font-size: 24px;
	}

	.M1-binfo {
		font-size: 16px;
		padding-top: 6px;
	}

	.M1-block {
		width: 49%;
		margin-right: 2%;
		background-color: #f9ba00;
		margin-top: 8px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.M1-blockbox {
		padding-bottom: 8px;
	}

	.M1-block:nth-child(2n) {
		margin-right: 0;
	}

	.M1-block:hover::before {
		display: none;
	}

	.M1-border {
		max-width: 1600px;
		width: calc(100% - 120px);
		margin: 0 auto;
	}
}

@media screen and (max-width:768px) {
	.M1-bnum {
		font-size: 22px;
	}

	.M1-border {
		width: calc(100% - 20px);
	}
}

@media screen and (max-width:538px) {
	.M1-bnum {
		font-size: 20px;
	}

	.M1-binfo {
		font-size: 14px;
	}
}

/* **************Main2************************************ */

.M2 {
	background: url("../images/m2-pic.png") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.M2:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url("../images/m2-pic.png") no-repeat center;
	background-size: cover;
	z-index: -1
}

.M2-border {
	padding-top: 40px;
}

.M2-blockbox {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.M2-left {
	width: 41%;
	padding-top: 87px;
	padding-bottom: 88px;
	margin-left: 34px;
}

.M2-ltitle {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #f9ba00;
	display: block;
	position: relative;
	transition: 0.5s;
}

.M2-ltitle:hover::before {
	width: 160px;
}

.M2-ltitle::before {
	content: "";
	position: absolute;
	width: 135px;
	height: 2px;
	background-color: #f9ba00;
	top: -21px;
	left: 0;
	transition: 0.5s;
}

.M2-linfo {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #ffffff;
	display: block;
	padding-top: 50px;
}

.M2-lbtn {
	display: block;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #f9ba00;
	margin-top: 61px;
	position: relative;
	z-index: 2;
}

.M2-lbtn:hover {
	text-decoration: underline;
}

.M2-lbtn::before {
	background: url('../images/m2-before.png') no-repeat;
	width: 121px;
	height: 10px;
	bottom: -2px;
	left: -11px;
	position: absolute;
	content: "";
	z-index: -1;

}

.M2-right {
	width: 41%;
	background-color: #f9ba00;
	margin-bottom: -134px;
	position: relative;
	z-index: 2;
}

.M2-right::after{
	content: "";
	position: absolute;
	background: url("../images/logo-index.png") no-repeat;
	width: 372px;
	height: 80px;
	top: 25px;
	right: 4px;
}

.M2-rsafe {
	width: 81%;
	margin: auto;
	padding-top: 119px;
	padding-bottom: 36px;
}

.M2-rtitle {
	font-family: AlibabaSans-Bold;
	font-size: 74px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 90px;
	letter-spacing: 0px;
	color: #101010;
	display: block;
}

/*.M2-rtitle:hover {
	color: #101010;
	text-decoration: underline;
}*/

.M2-rinfo {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 41px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	padding-top: 22px;
}

.M2-rinfo:hover {
	color: #333333;
	text-decoration: underline;
}

.M2-rbtn {
	width: 174px;
	height: 56px;
	background-color: #001c98;
	border: 1px solid #001c98;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 54px;
	letter-spacing: 0px;
	color: #ffffff;
	display: block;
	text-align: center;
	margin-top: 91px;
}

.M2-rbtn:hover {
	background-color: #f9ba00;
	color:#fff;
	border: 1px solid #fff;
}

@media screen and (max-width:1555px) {
	.M2-left{
		margin-left: 0px;
	}
	.M2-right {
		margin-bottom: -55px;
	}

	.M2-rtitle {
		font-size: 30px;
	}

	.M2-rsafe {
		padding-top: 38px;
	}

	.M2-rinfo {
		font-size: 18px;
	}

	.M2-rbtn {
		margin-top: 54px;
	}
}

@media screen and (max-width:1333px) {
	.M2-right::before{
		display: none;
	}
	.M2-right::after{
		display: none;
	}
	.M2-rtitle {
		font-size: 28px;
	}

	.M2-right {
		margin-bottom: -47px;
		width: 50%;
	}

	.M2-linfo {
		font-size: 16px;
		line-height: 30px;
	}

	.M2-rinfo {
		font-size: 16px;
		line-height: 30px;
	}

	.M2-left {
		width: 41%;
		padding-top: 46px;
		padding-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.M2-rtitle {
		font-size: 24px;
	}

	.M2-right {
		margin-bottom: 30px;
	}

	.M2-rinfo {
		font-size: 14px;
		line-height: 26px;
	}

	.M2-linfo {
		font-size: 14px;
		line-height: 26px;
	}

	.M2-rbtn {
		font-size: 18px;
	}

	.M2-lbtn {
		font-size: 18px;
	}
}

@media screen and (max-width:768px) {
	.M2-rtitle {
		font-size: 22px;
		line-height: 30px;
	}

	.M2-left {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.M2-right {
		width: 100%;
	}

	.M2-linfo {
		padding-top: 7px;
	}

	.M2-lbtn {
		margin-top: 10px;
	}

	.M2-rinfo {
		padding-top: 10px;
	}

	.M2-rbtn {
		margin-top: 19px;
	}

	.M2-rsafe {
		width: 92%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media screen and (max-width:538px) {
	.M2-rtitle {
		font-size: 20px;
		line-height: 32px;
	}

	.M2-ltitle::before {
		top: -8px;
	}

	.M2-border {
		padding-top: 18px;
	}

	.M2-rsafe {
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.M2-rbtn {
		margin-top: 18px;
	}

	.M2-rinfo {
		padding-top: 6px;
		font-size: 12px;
		line-height: 22px;
	}
}

/* *****************M3*************************************** */
.M3 {
	background: url("../images/m3-pic.png") no-repeat center;
	background-attachment: fixed;
	position: relative;
	background-size: cover;
	margin-bottom: -97px;
}

.M3:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url("../images/m3-pic.png") no-repeat center;
	z-index: -1;
	background-size: cover;
}

.M3-border {
	padding-top: 228px;

}

.M3-block {
	width: 93%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	background-color: rgba(0, 0, 0, 0.4);
	padding-top: 31px;
	padding-bottom: 31px;
	padding-left: 104px;
	position: relative;
	z-index: 2;
	padding-right: 30px;
}

.M3-block::before {
	content: "";
	position: absolute;
	width: 226px;
	height: 100%;
	z-index: -1;
	left: 0;
	top: 0;
	background-color: rgba(249, 186, 0, 0.7);
}

.M3-left {
	width: 44%;
	padding-top: 98px;
}

.M3-ltitle {
	font-family: AlibabaSans-Bold;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #ffffff;
	display: block;
}

.M3-linfo {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	display: block;
	padding-top: 64px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.M3-lbtn {
	border: 1px solid #001c98;
	width: 223px;
	height: 56px;
	background-color: #001c98;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 54px;
	letter-spacing: 0px;
	color: #ffffff;
	display: block;
	margin-top: 97px;
	text-align: center;
}

.M3-lbtn:hover {
	background-color: #f9ba00;
	color: #fff;
	border: 1px solid #f9ba00;
}

.M3-right {
	width: 49.8%;
}

.M3-rpicbox {
	max-width: 631px;
	position: relative;
	z-index: 2;
}

.M3-rpic {
	display: block;
	overflow: hidden;
}

.M3-rpic::before {
	position: absolute;
	width: 85px;
	height: 93px;
	background-color: #f9ba00;
	content: '';
	top: -6px;
	right: -6px;
	z-index: -1;
}

.M3-rpic::after {
	position: absolute;
	width: 85px;
	height: 93px;
	background-color: #f9ba00;
	content: '';
	bottom: -6px;
	left: -6px;
	z-index: -1;
}

.img-scroll {
	position: relative;
}

.img-scroll .prev,
.img-scroll .next {
	position: absolute;
	text-align: center;
	display: block;
	width: 51px;
	height: 50px;
	line-height: 48px;
	background-color: #ffffff;
	text-align: center;
	bottom: 29px;
	transition: 0.5s;
	z-index: 999;
	font-size: 12px;
}

.img-scroll .prev {
	left: 41.6%;
	cursor: pointer;
}

.img-scroll .next {
	left: 45.1%;
	margin-left: 10px;
	cursor: pointer;
}

.img-scroll .prev:hover,
.img-scroll .next:hover {
	background-color: #001c98;
	color: #fff;
}

.img-list {
	position: relative;
	overflow: hidden;
}

.img-list ul {
	width: 10000%;
}

.img-list li {
	float: left;
	width: 1%;
	margin-right: 0%;
	border-left: none;
	position: relative;
}

@media screen and (max-width:1555px) {
	.M3-border {
		padding-top: 93px;
	}
}

@media screen and (max-width:1333px) {
	.M3-left {
		padding-top: 34px;
	}

	.M3-ltitle {
		font-size: 28px;
	}

	.M3-linfo {
		padding-top: 38px;
	}

	.M3-lbtn {
		margin-top: 46px;
	}

	.img-scroll .prev {
		left: 10%;
		cursor: pointer;
	}

	.img-scroll .next {
		left: 10%;
		margin-left: 54px;
		cursor: pointer;
	}

	.M3-lbtn {
		width: 180px;
		height: 48px;
		line-height: 46px;
		font-size: 18px;
	}

	.img-scroll .prev,
	.img-scroll .next {
		width: 42px;
		height: 42px;
		line-height: 42px;
		bottom: 53px;
	}

	.M3-block {
		padding-left: 78px;
	}

	.M3-border {
		padding-top: 81px;
		padding-bottom: 40px;
	}
}

@media screen and (max-width:1184px) {
	.M3-block {
		padding-bottom: 100px;
	}

	.img-scroll .prev,
	.img-scroll .next {
		width: 40px;
		height: 40px;
		line-height: 40px;
		bottom: 30px;
	}

	.img-scroll .prev {
		left: 50%;
		margin-left: -42px;
	}

	.img-scroll .next {
		left: auto;
		right: 50%;
		margin-right: -42px;
	}
}

@media screen and (max-width:999px) {
	.M3-left {
		width: 100%;
	}

	.M3-right {
		width: 100%;
		margin-top: 20px;
	}

	.M3-block {
		padding-left: 20px;
		padding-right: 20px;
	}

	.M3-block::before {
		display: none;
	}

	.M3-rpic {
		width: 100%;
	}

	.M3-rpic img {
		width: 100%;
	}

	.M3-rpicbox {
		width: 100%;
		max-width: none;
	}

	.M3-ltitle {
		font-size: 24px;
	}

	.M3-left {
		padding-top: 0px;
	}

	.M3-linfo {
		padding-top: 14px;
		font-size: 14px;
	}

	.M3-lbtn {
		margin-top: 16px;
		font-size: 14px;
	}

	.M3-border {
		padding-top: 8px;
		padding-bottom: 33px;
	}

	.M3-block {
		width: 98%;
	}

}

@media screen and (max-width:768px) {
	.M3-ltitle {
		font-size: 22px;
	}
}

@media screen and (max-width:538px) {
	.M3-ltitle {
		font-size: 20px;
	}

	.M3-linfo {
		padding-top: 10px;
		font-size: 12px;
		line-height: 22px;
	}

	.M3-block {
		padding-top: 19px;
	}
}


/********************** M3 -block2 ****************************/
.M3-block2 {
	width: 93%;
	margin: auto;
	padding-top: 109px;
	position: relative;
	z-index: 2;
}

.M3-b2title {
	font-family: AlibabaSans-Bold;
	font-size: 44px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #ffffff;
	display: block;
	text-align: center;
	position: relative;
	z-index: 2;
}

.M3-b2title::before {
	position: absolute;
	content: "";
	width: 417px;
	height: 10px;
	background-color: #001c98;
	-webkit-clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
	bottom: -13px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.M3-tabbox {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	padding-top: 76px;
}

.M3-tab {
	width: 23%;
	display: flex;
	flex-direction: column;
}

.M3-tab li {
	margin-top: 25px;
	box-sizing: border-box;
}

.M3-tab li:first-child {
	margin-top: 0px;
}

.M3-tcontent {
	width: 74%;
	box-shadow: 2px 3px 7px 3px rgba(0, 0, 0, 0.17);
}

.M3-tcbox {
	display: none;
	background-color: #fff;

}

.M3-tcsafe {
	width: 95%;
	margin: auto;
	padding-top: 58px;
	padding-bottom: 30px;
}

.M3-tcpicbox {
	display: flex;
	justify-content: end;
}

.M3-tcpic {
	max-width: 877px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}

.M3-tcpic img {
	display: inline-block;
	text-align: end;
}

.M3-tcfontbox {
	padding-top: 17px;
	padding-left: 38px;
}

.M3-tcfont1 {
	display: flex;
	justify-content: space-between;
}

.M3-tcf1-btn {
	text-decoration: underline;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #001c98;
}

.M3-tcfont2 {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 41px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	padding-top: 19px;
}

.M3-tcf1-info {

	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	/*line-height: 23px;*/
	letter-spacing: 0px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;

}

.select {
	display: block;
}

.tselect {
	border: solid 10px #f9ba00;
}

@media screen and (max-width:1333px) {
	.M3-b2title {
		font-size: 28px;
	}

	.M3-tabbox {
		padding-top: 48px;
	}

	.M3-tcf1-info {
		font-size: 20px;
	}

	.M3-tcf1-btn {
		font-size: 18px;
	}

	.M3-tcfont2 {
		font-size: 18px;
		line-height: 30px;
		padding-top: 10px;
	}

	.M3-tcsafe {
		padding-top: 26px;
		padding-bottom: 20px;
	}

	.M3-block2 {
		padding-top: 41px;
	}
}

@media screen and (max-width:999px) {
	.M3-tcfont1 {
		flex-direction: column;
	}

	.M3-block2 {
		padding-top: 32px;
	}

	.M3-tcfontbox {
		padding-left: 14px;
	}

	.M3 {
		margin-bottom: 10px;
	}

	.M3-tcf1-info {
		font-size: 16px;
		line-height: 30px;
	}

	.M3-tcfont2 {
		font-size: 14px;
		line-height: 26px;
		padding-top: 6px;
	}

	.M3-b2title {
		font-size: 24px;
	}

	.M3-b2title::before {
		display: none;
	}
}

@media screen and (max-width:768px) {
	.M3-block2 {
		padding-top: 38px;
	}

	.M3-tabbox {
		display: flex;
		flex-direction: column-reverse;
	}

	.M3-tab {
		flex-direction: row;
		width: 100%;
		justify-content: center;
		align-items: center;
	}

	.M3-tab li {
		margin-top: 20px !important;
	}

	.M3-tab li {
		width: 33%;
		margin-right: 0.5%;
	}

	.M3-tab li:nth-child(3n) {
		margin-right: 0px;
	}

	.M3-tcontent {
		width: 100%;
	}

	.M3-tabbox {
		padding-top: 25px;
	}

	.M3-b2title {
		font-size: 22px;
	}
}

@media screen and (max-width:538px) {
	.M3-b2title {
		font-size: 20px;
	}

	.M3-block2 {
		padding-top: 26px;
	}
}



/* ****************M4************************************* */
.M4 {
	background-color: #fff;
}

.img-scroll2 {
	padding-top: 200px;
	position: relative;
}

.img-scroll2 .prev,
.img-scroll2 .next {
	position: absolute;
	text-align: center;
	display: block;
	width: 51px;
	height: 50px;
	line-height: 50px;
	background-color: #f9ba00;
	top: 56.2%;
	transform: translateY(-50%);
	transition: 0.5s;
	z-index: 99;
	color: #fff;
	font-size: 12px;
}

.img-scroll2 .prev {
	right: 41.2%;
	margin-right: 58px;
	cursor: pointer;
}

.img-scroll2 .next {
	right: 41.2%;
	cursor: pointer;
}

.img-scroll2 .prev:hover,
.img-scroll2 .next:hover {
	background-color: #001c98;
	color: #fff;
}

.img-list2 {
	position: relative;
	overflow: hidden;
}

.img-list2 ul {
	width: 10000%;
}

.img-list2 li {
	float: left;
	width: 1%;
	border-left: none;
	position: relative;
}

.M4 {
	position: relative;
}

.M4-border {
	position: relative;
}

.M4-brfont {
	position: absolute;
	top: 27.3%;
	right: 16%;
	width: 31%;
	z-index: 3;
}

.M4-brfont1 {
	font-family: AlibabaSans-Bold;
	font-size: 44px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #333333;
	position: relative;
	display: block;
	z-index: 2;
}

.M4-brfont1::before {
	position: absolute;
	content: "";
	width: 417px;
	height: 10px;
	background-color: #001c98;
	-webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
	bottom: -13px;
	left: -3%;
	z-index: -1;

}

.M4-brfont2 {

	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	display: block;
	padding-top: 59px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.M4-blockbox {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
}

.M4-bleft {
	width: 50%;
}

.M4-blpic {
	display: block;
	overflow: hidden;
}

.M4-bright {
	width: 48.7%;
}

.M4-brpicbox {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.M4-brpic {
	display: block;
	overflow: hidden;
	width: 48.7%;

}

@media screen and (max-width:1666px) {
	.M4-brfont2 {
		padding-top: 40px;
	}
}

@media screen and (max-width:1444px) {
	.M4-brfont {
		position: absolute;
		top: 27.3%;
		right: 9%;
		width: 39%;
		z-index: 3;
	}

	.img-scroll2 .prev,
	.img-scroll2 .next {
		top: 58%;
	}

	.img-scroll2 {
		padding-top: 173px;
	}

	.img-scroll2 .prev {
		right: 40%;
		margin-right: 58px;
		cursor: pointer;
	}

	.img-scroll2 .next {
		right: 40%;
		cursor: pointer;
	}
}

@media screen and (max-width:1333px) {
	.M4-brfont1 {
		font-size: 28px;
	}

	.img-scroll2 {
		padding-top: 100px;
	}

	.M4-brfont {
		top: 20.3%;
	}

	.img-scroll2 .prev,
	.img-scroll2 .next {
		width: 40px;
		height: 40px;
		line-height: 40px;
		background-color: #f9ba00;
		top: 55%;
	}

	.img-scroll2 .prev {
		right: 41.2%;
		margin-right: 58px;
		cursor: pointer;
		margin-bottom: 20px;
	}

	.img-scroll2 .next {
		right: 41.2%;
		cursor: pointer;
		margin-bottom: 20px;
	}

	.M4-brfont2 {
		padding-top: 32px;
	}

	.M4-brfont2 {
		font-size: 16px;
		line-height: 30px;
	}

	.M4-border {
		padding-bottom: 26px;
	}
}

@media screen and (max-width:1222px) {
	.img-scroll2 .prev {
		right: 40%;
		margin-right: 46px;
		cursor: pointer;
		margin-bottom: 20px;
	}

	.img-scroll2 .next {
		right: 40%;
		cursor: pointer;
		margin-bottom: 20px;
	}

	.img-scroll2 {
		padding-top: 114px;
	}
}

@media screen and (max-width:1111px) {
	.img-scroll2 .prev {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.img-scroll2 .next {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.M4-brfont {
		top: 18.3%;
	}
}

@media screen and (max-width:999px) {
	.M4-brfont1 {
		font-size: 24px;
	}

	.M4-brfont2 {
		font-size: 14px;
		line-height: 26px;
	}

	.M4-bleft {
		width: 100%;
	}

	.M4-bright {
		width: 100%;
	}

	.M4-brfont {
		position: static;
	}

	.M4-blpic {
		width: 100%;
	}

	.M4-blpic img {
		width: 100%;
	}

	.M4-brpic img {
		width: 100%;
	}

	.M4-brpic {
		width: 49.8%;
	}

	.M4-brfont {
		width: 100%;
	}

	.M4-border {
		max-width: 1500px;
		width: calc(100% - 120px);
		margin: 0 auto;
	}

	.M4-border {
		padding-top: 30px;
		padding-bottom: 0px;
	}

	.img-scroll2 {
		padding-top: 25px;
	}

	.img-scroll2 {
		padding-bottom: 80px;
	}

	.img-scroll2 .prev,
	.img-scroll2 .next {
		top: auto;
		bottom: 0;
	}

	.img-scroll2 .prev {
		left: 50%;
		right: auto;
		margin-left: -42px;
	}

	.img-scroll2 .next {
		left: auto;
		right: 50%;
		margin-right: -42px;
	}

	.M4-brfont1::before {
		display: none;
	}

	.M4-brfont2 {
		padding-top: 11px;
	}

	.img-scroll2 {
		padding-top: 20px;
	}

	.M4-border {
		padding-top: 15px;
	}
}

@media screen and (max-width:768px) {
	.M4-brfont1 {
		font-size: 22px;
	}

	.M4-border {
		width: calc(100% - 20px);
	}

}

@media screen and (max-width:538px) {
	.M4-brfont1 {
		font-size: 20px;
	}
}

/* ***********M5*************************** */
.M5 {
	background: url("../images/m5-pic.png") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	margin-top: 117px;
}

.M5:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url("../images/m5-pic.png") no-repeat center;
	background-size: cover;
	z-index: -1
}

.M5-block {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.M5-left {
	background-color: #f9ba00;
	/* border: solid 1px #ffffff; */
	width: 40.9%;
	margin-bottom: -70px;
	position: relative;
	z-index: 2;
}

.M5-lsafe {
	width: 89%;
	margin: auto;
	padding-top: 93px;
	padding-bottom: 69px;
}

.M5-ltitle {
	font-family: AlibabaSans-Bold;
	font-size: 69px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #101010;
	display: block;
}

.M5-lsafe a:hover span{
	color: #101010;
	text-decoration: underline;
}

.M5-ltitle2 {
	font-family: AlibabaSans-Bold;
	font-size: 56px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #101010;
	line-height: 40px;
	display: block;
	padding-top: 26px;
}

/*.M5-ltitle2:hover {*/
/*	color: #101010;*/
/*	text-decoration: underline;*/
/*}*/

.M5-linfo {
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 31px;
	letter-spacing: 0px;
	color: #101010;
	display: block;
	padding-top: 38px;
	width: 72%;
}

.M5-linfo:hover {
	color: #101010;
	text-decoration: underline;
}

.M5-lbtn {
	width: 174px;
	height: 56px;
	background-color: #001c98;
	border: 1px solid #001c98;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 54px;
	letter-spacing: 0px;
	color: #ffffff;
	display: block;
	text-align: center;
	margin-top: 94px;
}

.M5-lbtn:hover {
	color:#fff;
	background-color: #f9ba00;
	border: 1px solid #fff;
}

.M5-right {
	width: 53.4%;
}

.M5-rblock {
	width: 87%;
	padding-top: 62px;

}

.xf-coxin {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.xf-coxin .int1 {
	margin-top: 23px;
	width: 48%;
}

.xf-coxin .int1 input {
	width: 100%;
	height: 43px;
	line-height: 41px;
	padding: 0 16px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	background: none;
	background: rgba(255, 255, 255, 0.26);
	border-radius: 6px;
}

.xf-coxin .int5 {
	width: 100%;
	margin-top: 16px;
}

.xing {
	background: url('../images/xing.png') no-repeat 10px 15px;
}

.xf-coxin .int5 textarea {
	width: 100%;
	height: 119px;
	line-height: 23px;
	padding: 10px 16px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	background: none;
	background: rgba(255, 255, 255, 0.26);
	border-radius: 6px;
}

.xf-coxin .int2 {
	margin-top: 19px;
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.xf-coxin .int2 input {
	width: 30%;
	height: 43px;
	line-height: 41px;
	padding: 0 16px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	background: none;
	background: rgba(255, 255, 255, 0.26);
	border-radius: 6px;
}

.xf-coxin .int3 {
	position: relative;
	width: 30%;
	margin-top: 19px;
}

.xf-coxin .int3 input {
	width: 100%;
	height: 45px;
	line-height: 43px;
	padding: 0 16px;
	padding-right: 10px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	background: none;
	background: rgba(255, 255, 255, 0.26);
	border-radius: 6px;
}

.xf-coxin .yanzheng {
	cursor: pointer;
	margin-top: 19px;
}

.xf-coxin .int4 {
	width: 49.6%;
	height: 50px;
	line-height: 48px;
	background-color: #f9ba00;
	border-radius: 6px;
	border: 1px solid #f9ba00;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	cursor: pointer;
	transition: 0.5s;
	color: #333333;
	font-family: AlibabaSans-Bold;
	margin-top: 19px;
}

.xf-coxin .int4:hover {
	background: #fff;
	color: #f9ba00;
}

.xf-ditu {
	padding-top: 75px;
	padding-bottom: 123px;
}

.xf-ditu img {
	max-width: 100%;
}

.xf-coxin input::-webkit-input-placeholder {
	/* WebKit browsers */

	font-size: 16px;
	color: #ffffff;
}

.xf-coxin input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */

	font-size: 16px;
	color: #ffffff;
}

.xf-coxin input::-moz-placeholder {
	/* Mozilla Firefox 19+ */

	font-size: 16px;
	color: #ffffff;
}

.xf-coxin input:-ms-input-placeholder {
	/* Internet Explorer 10+ */

	font-size: 16px;
	color: #ffffff;
}

.xf-coxin textarea::-webkit-input-placeholder {
	/* WebKit browsers */

	font-size: 16px;
	color: #ffffff;
}

.xf-coxin textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */

	font-size: 16px;
	color: #ffffff;
}

.xf-coxin textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */

	font-size: 16px;
	color: #ffffff;
}

.xf-coxin textarea:-ms-input-placeholder {
	/* Internet Explorer 10+ */

	font-size: 16px;
	color: #ffffff;
}

@media screen and (max-width:1444px) {
	.xf-coxin .int4 {
		width: 37.6%;
	}

	.xf-coxin .int3 {
		width: 60%;
	}
}


@media screen and (max-width:1359px) {


	.xf-coxintitle {
		font-size: 28px;
	}

	.xf-coxin {
		padding: 30px 20px;
		padding-top: 10px;
	}

	.xf-coxin .int4 {
		width: 100%;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.xf-cobiao {
		font-size: 34px;
		font-size: 3.4rem;
		line-height: 40px;
		padding-bottom: 10px;
	}

	.xf-cobiao:before {
		width: 60px;
	}

	.xf-ditu {
		padding-top: 20px;
		padding-bottom: 70px;
	}

	/* .xf-coxin .int3{
		width: 65%;
	} */

}

@media screen and (max-width:999px) {


	.xf-coxintitle {
		font-size: 24px;
	}

	.xf-coxin .int3 {
		margin-right: 0px;
	}

	.xf-coxin .int4 {
		width: 100%;
		position: relative;
		margin-top: 15px;
	}

	.xf-cobiao {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 34px;
		padding-bottom: 10px;
	}

	.xf-copz p {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 26px;
		margin-top: 16px;
	}

	.xf-coxin input::-webkit-input-placeholder {
		/* WebKit browsers */

		font-size: 14px;
		color: #ffffff;
	}

	.xf-coxin input:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */

		font-size: 14px;
		color: #ffffff;
	}

	.xf-coxin input::-moz-placeholder {
		/* Mozilla Firefox 19+ */

		font-size: 14px;
		color: #ffffff;
	}

	.xf-coxin input:-ms-input-placeholder {
		/* Internet Explorer 10+ */

		font-size: 14px;
		color: #ffffff;
	}

	.xf-coxin textarea::-webkit-input-placeholder {
		/* WebKit browsers */

		font-size: 14px;
		color: #ffffff;
	}

	.xf-coxin textarea:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */

		font-size: 14px;
		color: #ffffff;
	}

	.xf-coxin textarea::-moz-placeholder {
		/* Mozilla Firefox 19+ */

		font-size: 14px;
		color: #ffffff;
	}

	.xf-coxin textarea:-ms-input-placeholder {
		/* Internet Explorer 10+ */

		font-size: 14px;
		color: #ffffff;
	}

	/* .xf-coxin .int3 input {
		width: 59%;
	} */

	.xf-coxin .yanzheng {
		right: 0;
	}
}

@media screen and (max-width:767px) {
	.xf-coxintitle {
		font-size: 22px;
	}

	.xf-comain {
		padding-top: 26px;
	}

	.xf-cobiao {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 30px;
		padding-bottom: 10px;
	}

	.xf-col {
		width: 100%;
	}

	.xf-coxin {
		width: 100%;
	}

	.xf-coxin {
		padding: 30px 10px;
		padding-top: 10px;
	}

	.xf-ditu {
		margin-top: 20px;
		padding-bottom: 30px;
	}

	.xf-coxin .int1 input,
	.xf-coxin .int3 input {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

@media screen and (max-width:538px) {
	.xf-coxintitle {
		font-size: 20px;
		line-height: 30px;
	}

	.xf-coxin input::-webkit-input-placeholder {
		/* WebKit browsers */

		font-size: 12px;
		color: #ffffff;
	}

	.xf-coxin input:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */

		font-size: 12px;
		color: #ffffff;
	}

	.xf-coxin input::-moz-placeholder {
		/* Mozilla Firefox 19+ */

		font-size: 12px;
		color: #ffffff;
	}

	.xf-coxin input:-ms-input-placeholder {
		/* Internet Explorer 10+ */

		font-size: 12px;
		color: #ffffff;
	}

	.xf-coxin textarea::-webkit-input-placeholder {
		/* WebKit browsers */

		font-size: 12px;
		color: #ffffff;
	}

	.xf-coxin textarea:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */

		font-size: 12px;
		color: #ffffff;
	}

	.xf-coxin textarea::-moz-placeholder {
		/* Mozilla Firefox 19+ */

		font-size: 12px;
		color: #ffffff;
	}

	.xf-coxin textarea:-ms-input-placeholder {
		/* Internet Explorer 10+ */

		font-size: 12px;
		color: #ffffff;
	}



	.xf-coxin .int1 {
		margin-top: 12px;
	}

	.xf-coxin .int5 {
		margin-top: 12px;
	}

	.xf-coxin .int2 {
		margin-top: 12px;
	}

	.xf-coxin {
		padding: 4px 10px;
	}



	.xf-coxin .int3 {
		width: 51%;
	}
}

@media screen and (max-width:1666px) {
	.M5-ltitle {
		font-size: 30px;
		line-height: 34px;
	}

	.M5-ltitle2 {
		font-size: 28px;
		line-height: 32px;
	}

	.M5-linfo {
		font-size: 22px;
	}
}

@media screen and (max-width:1333px) {
	.M5-lsafe {
		padding-top: 44px;
		padding-bottom: 40px;
	}

	.M5-ltitle2 {
		padding-top: 14px;
	}

	.M5-linfo {
		padding-top: 18px;
	}

	.M5-lbtn {
		margin-top: 42px;
	}
	.M5{
		margin-top: 0px;
	}
}

@media screen and (max-width:999px) {
	.M5-left {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.M5-rblock {
		padding-top: 0px;
		width: 100%;
	}

	.M5-ltitle {
		font-size: 24px;
	}

	.M5-ltitle2 {
		font-size: 22px;
		padding-top: 8px;
	}

	.M5-linfo {
		font-size: 18px;
		line-height: 30px;
	}
}

@media screen and (max-width:768px) {
	.M5-left {
		width: 100%;
		margin-bottom: 0px;
	}

	.M5-right {
		width: 100%;
	}

	.M5-lsafe {
		padding-top: 22px;
		padding-bottom: 22px;
	}

	.M5-linfo {
		padding-top: 3px;
	}

	.M5-lbtn {
		margin-top: 15px;
	}

	.M5-ltitle {
		font-size: 22px;
	}

	.M5-ltitle2 {
		font-size: 20px;
	}

	.M5-lbtn {
		font-size: 18px;
	}

	.M5-linfo {
		width: 100%;
	}
}

@media screen and (max-width:538px) {
	.M5-left {
		margin-top: 26px;
	}

	.M5-ltitle2 {
		padding-top: 0px;
	}

	.M5-ltitle {
		font-size: 20px;
	}

	.M5-ltitle2 {
		font-size: 18px;
	}

	.M5-linfo {
		font-size: 14px;
		line-height: 26px;
	}

}

/* ******************M6********************************** */
.M6 {
	background: url("../images/m6-pic.png") no-repeat center;
	background-size: cover;

	background-attachment: fixed;
	position: relative;
}

.M6:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url("../images/m6-pic.png") no-repeat center;
	background-size: cover;
	z-index: -1
}

.M6-border {
	padding-top: 159px;
	margin: auto;
	z-index: 2;
}

.M6-block-outbox {}

.M6-blockbox {
	display: flex;
	flex-flow: wrap;
	width: 100%;
	margin: auto;
}

.M6-block {
	width: 27.3%;
	background-color: rgba(16, 16, 16, 0.83);
	margin-right: 0.2%;
	margin-top: 0.2%;
}
.M6-block:hover{
	background-color: 	rgba(249,186,0,0.83);
}

.M6-bsafe {
	width: 85%;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 22px;
}

.M6-binfo {

	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	padding-top: 44px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;

}
.M6-binfo:hover{
	color: #fff;
}

.img-scroll3 {
	position: relative;
	/*width: 93.6%;*/
}

.img-scroll3 .prev,
.img-scroll3 .next {
	position: absolute;
	text-align: center;
	display: block;
	width: 51px;
	height: 50px;
	line-height: 50px;
	background-color: #f9ba00;
	bottom: 0;
	transform: translateY(-50%);
	transition: 0.5s;
	z-index: 999;
	color: #fff;
	font-size: 12px;
}


.img-scroll3 .prev {
	right: 0%;
	margin-right: 54px;
	cursor: pointer;
}

.img-scroll3 .next {
	right: 0%;
	cursor: pointer;
}

.img-scroll3 .prev:hover,
.img-scroll3 .next:hover {
	background-color: #001c98;

}

.img-list3 {
	position: relative;
	overflow: hidden;
}

.img-list3 ul {
	width: 10000%;
}

.img-list3 li {
	float: left;
	width: 1%;
	border-left: none;
	position: relative;
}

.M6-font {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: flex-end;
	z-index: 3;
}


.M6-font1 {
	text-align: end;
	font-family: AlibabaSans-Bold;
	font-size: 44px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 74px;
	padding-top: 62px;
	letter-spacing: 0px;
	color: #ffffff;
	display: block;
}

.M6-btn {
	margin-top: 72px;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	display: block;
	width: 174px;
	height: 56px;
	line-height: 54px;
	text-align: center;
	background-color: #001c98;
	border: 1px solid #001c98;
}

.M6-btn:hover {
	background-color: #f9ba00;
	color: #fff;
	border: 1px solid #f9ba00;
}

@media screen and (max-width:1666px) {
	.M6-font {
		width: 41%;
	}

	.M6-font1 {
		font-size: 28px;
		padding-top: 23px;
	}

}

@media screen and (max-width:1333px) {
	.M6-font1 {
		font-size: 26px;
	}

	.M6-bpic {
		width: 36px;
	}

	.M6-binfo {
		padding-top: 16px;
	}

	.M6-bsafe {
		padding-top: 17px;
		padding-bottom: 24px;
	}

	.M6-border {
		padding-top: 121px;
		padding-bottom: 67px;
	}
}

@media screen and (max-width:999px) {
	.M6-font1 {
		font-size: 20px;
	}

	.M6-border {
		padding-top: 23px;
		padding-bottom: 28px;
	}

	.M6-binfo {
		font-size: 14px;
		line-height: 26px;
	}

	.M6-block-outbox {
		width: 100%;
	}

	.img-scroll3 .prev {
		right: 0%;
		margin-right: 54px;
		cursor: pointer;
	}

	.img-scroll3 .next {
		right: 0%;
		cursor: pointer;
	}
}

@media screen and (max-width:768px) {
	.M6-block {
		width: 49%;
		margin-right: 2%;
	}

	.M6-block:nth-child(2n) {
		margin-right: 0;
	}

	.M6-font {
		position: static;
		width: 100%;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.M6-font1 {
		padding-top: 6px;
	}

	.M6-btn {
		margin-top: 16px;
		font-size: 18px;
	}

	.img-scroll3 {
		margin: auto;
		width: 100%;
	}

	.img-list3 {
		margin-top: 18px;
	}
}

@media screen and (max-width:538px) {
	.M6-binfo {
		font-size: 12px;
		line-height: 22px;
		-webkit-line-clamp: 3;
	}

	.M6-bpic {
		width: 24px;
	}

	.M6-border {
		padding-top: 13px;
		padding-bottom: 16px;
	}

	.M6-block {
		margin-top: 1%;
	}
}

/* ****************M6-block2*************************** */
.M6-scroll {
	box-shadow: 2px 3px 7px 3px rgba(0, 0, 0, 0.17);
	margin: auto;
	margin-top: 88px;
	margin-bottom: -176px;
	position: relative;
	z-index: 3;
}

.M6-scroll .row {
	padding-bottom: 16px;
}

.M6-scroll .owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.M6-scroll .owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.M6-scroll .owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.M6-scroll .owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.M6-scroll .owl-carousel .owl-item {
	float: left;
	padding: 47px;
	padding-top: 80px;
}

.M6-scroll .owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.M6-scroll .owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.M6-scroll .owl-theme .owl-controls {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
}

.M6-scroll .owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.M6-scroll .owl-theme .owl-controls .owl-page span {
	display: block;
	width: 20px;
	height: 6px;
	background-color: #001c98;
	border-radius: 3px;
	margin-right: 9px;
	font-size: 0px;
}

.M6-scroll .owl-theme .owl-controls .owl-page.active span {
	width: 75px;
	height: 6px;
}

.M6-scroll .owl-theme .owl-buttons {
	width: 89px;
	height: 42px;
	position: relative;
	margin: auto;
	display: none !important
}

.M6-scroll .owl-theme .owl-buttons div {
	width: 42px;
	height: 42px;
	background: #fff;
	position: absolute;
	line-height: 42px;
	font-size: 24px;
	transition: 0.5s;
}

.M6-scroll .owl-theme .owl-prev {
	left: 0px;
}

.M6-scroll .owl-theme .owl-next {
	right: 0px;
}

.M6-scroll .owl-theme .owl-buttons div:hover {
	background: #3080f9;
	color: #fff;
}

.M6-scroll {
	background-color: #fff;
	/*width: 93%;*/
	padding-top: 50px;
	padding-bottom: 50px;
}

.M6-stitle {
	font-family: AlibabaSans-Bold;
	font-size: 44px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #000033;
	text-align: center;
}

.item-box {}

.item-title {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	background-color: #000000;
	border-radius: 6px;
	padding: 27px;
	padding-top: 27px;
	padding-top: 76px;
	position: relative;
	transition: 0.5s;
	min-height: 223px;
}

.item-title:hover{
	background-color: #f9ba00;
}
.item-title::before {
	position: absolute;
	content: '';
	top: 26px;
	background: url('../images/yinhao.png') no-repeat;
	width: 35px;
	height: 27px;
	background-size: contain;
}

.item-title::after {
	position: absolute;
	content: '';
	bottom: -35px;
	left: 48px;
	width: 0px;
	height: 0px;
	border: 18px solid transparent;
	border-top-color: #000000;
	transition: 0.5s;
}
.item-title:hover::after{
	border-top-color:#f9ba00
}

.iten-block {
	display: flex;
	flex-flow: wrap;
	padding-top: 28px;
	padding-left: 20px;
	padding-right: 20px;
}

.iten-bfont {
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.iten-bfont1 {

	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.iten-bfont2 {

	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
}

@media screen and (max-width:1333px) {
	.M6-scroll .owl-carousel .owl-item {
		padding: 10px;
	}

	.M6-scroll .row {
		padding-top: 28px;
	}

	.M6-stitle {
		font-size: 28px;
	}
    .iten-bfont2{
        font-size:14px;
    }
	.iten-bfont1 {
		font-size: 20px;
	}

	.item-title::before {
		width: 21px;
	}

	.item-title {
		padding-top: 57px;
	}

	.M6-scroll {
		padding-top: 34px;
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.M6-stitle {
		font-size: 24px;
	}

	.M6-scroll {
		margin-top: 30px;
	}

	.M6-border {
		margin-bottom: 0px;
	}

	.item-title {
		font-size: 14px;
		line-height: 26px;
		padding-top: 20px;
	}

	.item-title::before {
		display: none;
	}

	.M6-scroll .row {
		padding-top: 10px;
	}

	.iten-bfont1 {
		font-size: 18px;
	}

	.iten-bfont2 {
		font-size: 14px;
	}

	.M6-scroll .owl-carousel .owl-wrapper-outer {
		padding-bottom: 29px;
	}

	.M6-scroll {
		padding-top: 30px;
		padding-bottom: 20px;
	}
}

@media screen and (max-width:768px) {
	.M6-stitle {
		font-size: 22px;
	}

	.M6-scroll .owl-theme .owl-controls .owl-page.active span {
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background-color: #f9ba00;
	}

	.M6-scroll .owl-theme .owl-controls .owl-page span {
		display: block;
		width: 8px;
		height: 8px;
		background-color: #001c98;
		border-radius: 50%;
		margin-right: 9px;
		font-size: 0px;
	}

	.M6-scroll {
		margin: auto;
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.M6-stitle {
		font-size: 20px;
	}

	.M6-scroll {
		margin: auto;
		margin-top: 20px;
	}

	.M6-scroll {
		padding-top: 23px;
		padding-bottom: 20px;
	}
}

/* ********M7******************************** */
.M7 {
	background-color: #fff;
	position: relative;
}

.M7-border {
	background-color: #fff;
	padding-top: 256px;
	padding-bottom: 83px;
}

.M7-title {
	font-family: AlibabaSans-Bold;
	font-size: 44px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	display: block;
}

.M7-block {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	padding-top: 70px;
	/*margin: auto;*/
}

.M7-bleft {
	width: 31.7%;
}

.M7-bright {
	width: 66%;
}

.m7-blpic {
	display: block;
	overflow: hidden;
	border-radius: 10px;
}

.M7-brtitle {
	font-family: AlibabaSans-Bold;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;


}

.M7-brdate {

	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
	display: block;
	padding-top: 15px;
}

.M7-brinfo {
	display: block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-top: 16px;
}

.M7-brbtn {
	width: 144px;
	height: 36px;
	background-color: #001c98;

	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
	display: block;
	margin-top: 29px;
	text-align: center;
}

.M7-brbtn:hover {
	background-color: #f9ba00;
	color: #fff;
}

.img-scroll4 {
	position: relative;
	margin-top: 35px;
	width: 92.4%;
	margin: auto;
}

.img-scroll4 .prev,
.img-scroll4 .next {
	position: absolute;
	text-align: center;
	display: block;
	width: 51px;
	height: 50px;
	line-height: 50px;
	background-color: #f9ba00;
	text-align: center;
	bottom:11%;
	transition: 0.5s;
	z-index: 999;
	color: #fff;
	font-size: 10px;
}

.img-scroll4 .prev {
	right: 4%;
	margin-right: 56px;
	cursor: pointer;
}

.img-scroll4 .next {
	right: 4%;
	cursor: pointer;
}

.img-scroll4 .prev:hover,
.img-scroll4 .next:hover {
	background-color: #001c98;
	color: #fff;
}

.img-list4 {
	position: relative;
	overflow: hidden;
}

.img-list4 ul {
	width: 10000%;
}

.img-list4 li {
	float: left;
	width: 1%;
	border-left: none;
	position: relative;
}

@media screen and (max-width:1333px) {
	.M7-title {
		font-size: 28px;
	}

	.M7-border {
		padding-top: 168px;
	}

	.M7-block {
		padding-top: 36px;
	}

	.M7-bleft {
		width: 38%;
		display: flex;
		align-items: center;
	}

	.M7-bright {
		width: 58%;
	}

	.m7-blpic {
		width: 100%;
	}

	.m7-blpic img {
		width: 100%;
	}
	.img-scroll4 .prev, .img-scroll4 .next{
		bottom: 0%;
	}
}

@media screen and (max-width:999px) {
	.M7-title {
		font-size: 24px;
	}

	.M7-bleft {
		width: 100%;
	}

	.M7-bright {
		width: 100%;
		margin-top: 20px;
	}

	.M7-block {
		padding-top: 30px;
	}

	.M7-brinfo {
		padding-top: 3px;
	}

	.M7-brdate {
		padding-top: 2px;
		font-size: 14px;
	}

	.M7-brtitle {
		font-size: 18px;
	}

	.M7-brinfo {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.M7-title {
		font-size: 22px;
	}

	.M7-border {
		padding-top: 23px;
		padding-bottom: 33px;
	}

	.M7-block {
		padding-top: 20px;
	}

	.M7-brtitle {
		font-size: 16px;
		line-height: 30px;
	}
}

@media screen and (max-width:538px) {
	.M7-title {
		font-size: 20px;
	}

	.M7-brinfo {
		font-size: 12px;
		line-height: 22px;
	}

	.M7-brbtn {
		font-size: 14px;
	}

	.M7-border {
		padding-top: 23px;
		padding-bottom: 23px;
	}

	.M7-brtitle {
		font-size: 14px;
		line-height: 26px;
	}
}

/* **************Main8******************** */
.M8 {
	background: url("../images/m6-pic1.png") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.M8:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url("../images/m7bei.jpg") no-repeat center;
	background-size: cover;
	z-index: -1
}

.M8-border {
	padding-top: 42px;
	padding-bottom: 79px;
	/*padding-bottom: 41px;*/
}

.M8-title {
	font-family: AlibabaSans-Bold;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	text-align: center;
}

.M8-title:hover {
	color: #333333;
	text-decoration: underline;
}

.M8-info {
	display: block;
	text-align: center;

	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	padding-top: 58px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	width: 89%;
	margin: auto;
}

.M8-info:hover {
	color: #333333;
	text-decoration: underline;
}

.M8-btn {
	width: 174px;
	height: 56px;
	background-color: #001c98;
	border: 1px solid #001c98;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 54px;
	letter-spacing: 0px;
	color: #ffffff;
	display: block;
	margin: auto;
	margin-top: 58px;
	text-align: center;
}

.M8-btn:hover {
	background-color: #f9ba00;
	color: #fff;
	border: 1px solid #fff;
}

@media screen and (max-width:1333px) {
	.M8-title {
		font-size: 28px;
	}

	.M8-info {
		padding-top: 24px;
	}

	.M8-btn {
		margin-top: 30px;
		font-size: 16px;
	}
}

@media screen and (max-width:999px) {
	.M8-title {
		font-size: 24px;
	}

	.M8-border {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.M8-info {
		padding-top: 8px;
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.M8-title {
		font-size: 22px;
	}
}

@media screen and (max-width:538px) {
	.M8-title {
		font-size: 20px;
	}

	.M8-border {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.M8-btn {
		margin-top: 22px;
		width: 124px;
		height: 40px;
		line-height: 38px;
	}

}

/* **************productMain1**************************************** */
.prmain {
	padding-top: 36px;
	padding-bottom: 97px;
}

.prl {
	width: 21%;
	float: left;
	padding-top: 10px;
}

.prr {
	width: 76%;
	float: right;
	font-size: 1.6rem;
    line-height: 35px;
}

.j-nextshow {
	position: relative;
}

.proslide_menubtn {
	width: 19px;
	height: 21px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 12px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 9999;
}

.proslide_menubtn span {
	width: 100%;
	height: 3px;
	border-radius: 2px;
	margin-bottom: 4px;
	background-color: #FFFFFF;
}

.prbiao {
	display: block;
	position: relative;
	padding: 14px 14px;
	background-color: #001c98;
	border: 1px solid #001c98;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #ffbf00;
}

a.prbiao:hover {
	color: #232f6f;
	background: #fff;
}

.pryiji {}

.pryiji>li {
	margin-top: 20px;

}

.pryiji>li:hover>a {
	background-color: #ffbf00;
	color: #001c98 !important;
}

.pryiji>li:hover>a i {
	display: none;
}

.pryiji>li>a {
	display: block;
	background: #fff;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 41px;
	letter-spacing: 0px;
	color: #333333;
	padding-right: 40px;
	position: relative;
	border-bottom: 1px solid #eaeaea;
	background-color: #ffffff;
	border: solid 1px #d1d1d1;
	padding: 0px 6px;
}

.pryiji>li>a i {
	position: absolute;
	right: 7px;
	top: 0px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 43px;
	letter-spacing: 0px;
	color: #333333;
	transition: 0.5s;

}


.prerji li a {
	padding-left: 10px;
	display: block;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #666666;
	line-height: 43px;
}

.prerji>li>a {
	position: relative;
}

.prsanji {
	padding-left: 30px;
}

.pryiji>li:hover>a {
	color: #ffbf00;
}


.prerji li:hover>a {
	color: #ffbf00;
}

.prerji li:hover>a:before {
	background: #e72d28;
}

.dangpryi>a {
	background-color: #ffbf00 !important;
	color: #001c98 !important;
}

.dangpryi>a i {
	display: none;
}

.dangprer>a {
	color: #ffbf00 !important;
}

.dangprer>a:before {
	background: #ffbf00 !important;
}

.dangpryi>a:after {
	transform: rotate(0deg) !important;
}

.prlc {
	margin-top: 43px;
}

.prlb {
	margin-top: 60px;
}

.pr1-tags {
	padding: 14px 10px;
	background-color: #001c98;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #ffbf00;
}

.pr1-fonts {
	padding-top: 21px;
	padding-bottom: 15px;
}

.pr1-fonts a {
	display: block;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 43px;
	letter-spacing: 0px;
	color: #666666;
}

.pr1-fonts a:hover {
	color: #ffbf00;
}

.prlcn {
	padding-top: 18px;
	background: #f4f4f4;
	padding: 8px;
}

.prlcn a {
	display: block;
	line-height: 22px;
	background: #ffffff;
	padding: 5px 10px;
	margin: 16px 0;
	font-size: 16px;
	font-size: 1.6rem;
	color: #666666;
}

.prlcn a:hover {
	background: #e72d28;
	color: #fff;
}

.prrt {
	padding-bottom: 5px;
}

.prrtbiao {
	position: relative;
	font-family: AlibabaSans-Bold;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 43px;
	letter-spacing: 0px;
	color: #333333;

}

.prrtn {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	color: #666666;
	margin-top: 10px;
}

.prrtn p,
.prrtn em,
.prrtn strong {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #666666;

}

.prr-zhankaibox {
	background-color: #ffffff;
	box-shadow: 2px 3px 9px 1px rgba(0, 0, 0, 0.11);
	padding-top: 11px;
	padding-bottom: 30px;
	padding-left: 24px;
	padding-right: 33px;
	margin-top: 25px;
}

.przhan {
	position: relative;
	overflow: hidden;

}

.przhanh {
	height: auto !important;
}

.zhankai {
	cursor: pointer;
	text-decoration: underline;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #001c98;
	padding-top: 42px;
	display: block;
}

.fuch {
	display: none !important;
}


.prr input {
	cursor: pointer;
}

.prn {
	font-size: 0px;
	padding-top: 1px;
	padding-bottom: 77px;
}

.prlie {
	width: 32.9%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.65%;
	margin-top: 62px;
	position: relative;
}

.prlie:nth-child(3n-2) {
	margin-left: 0px;
}

.prlien {
	border: solid 1px #e1e1e1;
	padding: 8px;
}

.prtu {
	display: block;
	overflow: hidden;
	position: relative;
	border: solid 1px #c9c9c9;
}

.prtu img {
	width: 100%;
	transition: 0.5s;
}

.pra {
	display: block;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.prfont {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-top: 12px;
}

.prlie p a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 22px;
	height: 44px;
	color: #999999;
	overflow: hidden;
	margin-top: 4px;
}

.prmor {
	margin-top: 12px;
}

.prmor input {
	position: absolute;
	left: 0%;
	bottom: 7px;
}

.prmor a {
	display: inline-block;
	vertical-align: middle;
	width: 98px;
	height: 26px;
	background-color: #e6e6e6;
	line-height: 24px;
	padding: 0 5px;
	text-align: center;
	color: #333333;
	font-size: 16px;
	font-size: 1.6rem;
	margin-left: 21px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
}

.prlie:hover a {
	color: #232f6f;
}

.prmor a:hover {
	background-color: #ffbf00;
	color: #fff;
}

.prlie:hover img {
	transform: scale(1.1, 1.1)
}

.prlie:hover .prtmora1 span {
	color: #fff;
}

.prlie:hover .prtmora1:before {
	width: 100%;
}

.prl-color {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #333333;
	padding-top: 29px;
}

.prl-colorbox {
	display: flex;
	flex-flow: wrap;
	padding-top: 20px;
}

.prl-colorbox a {
	background-color: #4a3838;
	width: 8.1%;
	height: 22px;
	margin-right: 2.11%;
	margin-top: 4px;
}

.prl-colorbox a i {
	font-size: 20px;
	display: none;
	text-align: center;
	color: #fff;
}

.prl-colorbox .cselect i {
	display: block !important;
}

.prl-colorbox a:nth-child(10n) {
	margin-right: 0;
}

.prl-colorbox a:nth-child(1) {
	background-color: #4a3838;
}

.prl-colorbox a:nth-child(2) {
	background-color: #ec0303;
}

.prl-colorbox a:nth-child(3) {
	background-color: #e132e7;
}

.prl-colorbox a:nth-child(4) {
	background-color: #3a14dc;
}

.prl-colorbox a:nth-child(5) {
	background-color: #1984cf;
}

.prl-colorbox a:nth-child(6) {
	background-color: #19cfcd;
}

.prl-colorbox a:nth-child(7) {
	background-color: #11d664;
}

.prl-colorbox a:nth-child(8) {
	background-color: #71e81a;
}

.prl-colorbox a:nth-child(9) {
	background-color: #cde71f;
}

.prl-colorbox a:nth-child(10) {
	background-color: #dbc50a;
}

.prl-colorbox a:nth-child(11) {
	background-color: #7c7676;
}

.prl-colorbox a:nth-child(12) {
	background-color: #b8401b;
}

.prl-colorbox a:nth-child(13) {
	background-color: #a0b81b;
}

.prl-colorbox a:nth-child(14) {
	background-color: #c5c73b;
}

.prl-colorbox a:nth-child(15) {
	background-color: #e6e834;
}

.prl-colorbox a:nth-child(16) {
	background-color: #da8308;
}

.prl-colorbox a:nth-child(17) {
	background-color: #f17554;
}

.prl-colorbox a:nth-child(18) {
	background-color: #efe43a;
}

.prl-colorbox a:nth-child(19) {
	background-color: #ff9494;
}

.prl-colorbox a:nth-child(20) {
	background-color: #bfbfbf;
}



/* page */

.page {
	display: flex;
	justify-content: center;
}

.page-border {
	display: flex;
	flex-flow: wrap;
}

.page-box {
	display: flex;
	flex-flow: wrap;
	align-items: center;
}

.page-box input {
	margin-top: 5px;
}

.page a,.page span {
	display: block;
	width: 39px;
	height: 39px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	line-height: 37px;
	text-align: center;
	margin-left: 8px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}

.page a:hover {
	background-color: #faca3c;
	border: solid 1px #faca3c;
}

.page-box a {
	margin-top: 5px;
}

.page .pagepre {
	width: 103px;
	height: 39px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 37px;
	letter-spacing: 0px;
	color: #333;
	text-align: center;
	margin-left: 8px;
}

.page .pagepre:hover {
	color: #faca3c;
	background-color: #fff;
	border: 1px solid #faca3c;
}

.page-long {
	width: 186px;
	height: 37px;
	background-color: #f9ba00;
	border: solid 1px #f9ba00;
	text-align: center;
	cursor: pointer;
	margin-left: 10px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #001c98;
}

.page-long:hover {
	background-color: #001c98;
	color: #faca3c;
	border: 1px solid #001c98;
}

.page .page-select {
	background-color: #faca3c;
	border: solid 1px #faca3c;
	color: #fff;
}

.page-arrow {
	padding-left: 10px;
	display: flex;
	align-items: center;
}
.bM5{
	margin-top: 0px;
}
.bM5 .M5-left {
	margin-bottom: 0px;
}

.bM5 .M5-lsafe {
	width: 89%;
	margin: auto;
	padding-top: 62px;
	padding-bottom: 69px;
}

.bM5 .M5-lbtn {
	margin-top: 56px;
}

@media screen and (max-width:1333px) {
	.M5-rblock {
		padding-top: 7px;
	}
}

@media screen and (max-width:768px) {
	.bM5 .M5-lsafe {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.bM5 .M5-lbtn {
		margin-top: 20px;
	}
}

@media screen and (max-width:1333px) {
	.page {
		display: flex;
		justify-content: center;
	}

	.productMBorder {
		margin-bottom: 30px;
	}

	.page .pagepre {
		width: 90px;
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media screen and (max-width:999px) {
	.page .pagepre {
		width: 80px;
		height: 30px;
		font-size: 12px;
		line-height: 28px;
	}

	.page a {
		width: 30px;
		height: 30px;
		line-height: 28px;
		font-size: 12px;
	}

	.page-long {
		width: 113px;
		height: 30px;
		line-height: 28px;
		font-size: 12px;
	}
}

@media screen and (max-width:471px) {
	.page .pagepre {
		width: 60px;
		height: 26px;
		font-size: 10px;
		line-height: 24px;
	}

	.page a {
		width: 26px;
		height: 26px;
		line-height: 24px;
		font-size: 10px;
	}


	.page-long {
		width: 89px;
		height: 26px;
		line-height: 24px;
		font-size: 10px;
	}

	.page {
		display: flex;
		justify-content: center;
	}
}



@media screen and (max-width:1359px) {
	.pr1-fonts a {
		font-size: 16px;
		line-height: 30px;
	}

	.pryiji>li>a {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 26px;
		padding: 7px 10px;
		padding-right: 22px;
		position: relative;
	}

	.prl-color {
		font-size: 18px;
	}


	.prerji {
		padding: 7px 6px;
	}

	.prerji li a {
		font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 30px;
		letter-spacing: 0px;
		padding-left: 14px;
		color: #666666;
	}

	.prlcn a {
		line-height: 24px;
		padding: 5px;
		margin-right: 5px;
		margin-bottom: 10px;
		font-size: 14px;
		font-size: 1.4rem;
		color: #666666;
	}

	.prrtbiao {
		font-size: 20px;
		font-size: 2rem;
		line-height: 24px;
	}

	.pr1-tags {
		font-size: 20px;
		font-size: 2rem;
	}

	.prrtn {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		margin-top: 10px;
	}

	.prlie {
		margin-top: 20px;
		margin-bottom: 0px;
	}

	.prfont {
		font-size: 1.4rem;
		font-size: 14px;
	}

	.prlien {
		padding: 5px;
		padding-bottom: 10px;
	}

	.pra {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 26px;
	}

	.prmor {
		margin-top: 10px;
	}

	.prmor a {}

	.prmor a {
		width: 100px;
		padding: 0 5px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.fenye {
		padding-top: 50px;
	}

	.prmain {
		padding-bottom: 67px;
	}

	.prn {
		padding-bottom: 50px;
	}

	.prrtn p,
	.prrtn em,
	.prrtn strong {
		font-size: 16px;
		line-height: 30px;
	}

	.prlb {
		margin-top: 32px;
	}

	.prlc {
		margin-top: 24px;
	}

	.prl-color {
		padding-top: 16px;
	}

	.pr1-fonts {
		padding-top: 11px;
	}

	.pryiji>li {
		margin-top: 10px;
	}
}

@media screen and (max-width:999px) {
	.prl-color {
		font-size: 14px;
	}

	.prn {
		padding-bottom: 30px;
	}

	.prmain {
		padding-top: 30px;
		padding-bottom: 70px;
	}

	.prl {
		width: 30%;
	}

	.prr {
		width: 68%;
	}

	.pr1-fonts a {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 26px;
	}

	.prbiao {
		font-size: 20px;
		font-size: 2rem;
	}

	.pryiji>li>a {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.prerji li a {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 0px;
	}

	.prerji li a:before {
		width: 5px;
		height: 5px;
		top: 17px;
	}

	.zhankai {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.prlie {
		width: 32.333%;
		margin-left: 1.5%;
	}

	.pra {
		font-size: 14px;
		font-size: 1.4rem;
		margin-top: 10px;
	}

	.prlie p a {
		font-size: 14px;
		font-size: 1.4rem;
		margin-top: 6px;
	}

	.prmor {
		margin-top: 10px;
	}


	.prfu {
		display: none
	}

	.fenye {
		padding-top: 37px;
	}

	.fenyen a {
		width: 28px;
		height: 28px;
		line-height: 26px;
		margin-right: 2px;
		margin-left: 2px;
		font-size: 12px;
		font-size: 1.2rem !important;
	}

	.fenyen a i {
		font-size: 12px;
	}

	.fuxuan input {
		width: 120px;
		height: 26px;
		font-size: 12px;
		font-size: 1.2rem;
	}

	.prmain {
		padding-bottom: 40px;
	}

	.prn {
		padding-bottom: 50px;
	}

	.prr-zhankaibox {
		background-color: #ffffff;
		box-shadow: 2px 3px 9px 1px rgba(0, 0, 0, 0.11);
		padding-top: 11px;
		padding-bottom: 13px;
		padding-left: 22px;
		padding-right: 22px;
		margin-top: 18px;
	}

	.prrtn p,
	.prrtn em,
	.prrtn strong {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:900px) {

	.prn {
		padding-bottom: 30px;
	}

	.prlie {
		width: 48%;
		margin-left: 1% !important;
		margin-right: 1%;
		margin-top: 20px;
	}

	.prl {
		width: 100%;
		margin-top: 20px;
	}

	.prr {
		width: 100%;
	}

	.pra {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.prlie p a,
	.prrtn {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.prlt2 {
		display: block;
		margin-bottom: 20px;
	}

	.prlt1 {
		display: none;
	}

	.prbiao {
		font-size: 18px;
		font-size: 1.8rem;
	}


	.prrtbiao {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 24px;
	}

	.pr1-tags {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.prtag {
		margin-top: 20px;
	}

	.prlcn a {
		font-size: 12px;
		font-size: 1.2rem;
		margin-right: 3px;
		margin-bottom: 3px;
	}

	.pryiji>li {
		margin-top: 10px;
	}

	.prlc {
		margin-top: 20px;
	}

	.prl-color {
		padding-top: 12px;
	}

	.prlb {
		margin-top: 20px;
	}

	.prl-colorbox {
		padding-top: 12px;
	}

	.pr1-fonts {
		padding-top: 9px;
	}

	.prmain {
		padding-bottom: 10px;
	}
}

@media screen and (max-width:538px) {
	.prfont {
		font-size: 12px;
		line-height: 22px;
		padding-top: 2px;
	}

	.prl-color {
		font-size: 12px;
	}

	.pryiji>li>a {
		font-size: 12px;
	}

	.prerji li a {
		font-size: 12px;
	}

	.prrtn p,
	.prrtn em,
	.prrtn strong {
		font-size: 12px;
		line-height: 22px;
	}

	.prmain {
		padding-top: 10px;
	}
}

/* *********product Main2***************************** */
.prmain2 {
	padding-bottom: 136px;
}

.p2M1-rtitle {
	font-family: AlibabaSans-Bold;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 43px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
}

.p2M1-rinfo {
	font-family: AlibabaSans-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #666666;
	display: block;
	padding-top: 20px;
}

.p2M1-rbtn {
	width: 254px;
	height: 45px;
	background-color: #001c98;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	margin-top: 20px;
	display: inline-block;
	text-align: center;
}
.p2M1-rbtn:hover{
	background-color: #f9ba00;
	color: #fff;
}

.p2M1-rblock p strong {
	/*font-size: 34px;*/
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #333333;
}

.p2M1-rblock p {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #666666;
}

@media screen and (max-width:1333px) {
	.prmain2 {
		padding-bottom: 70px;
	}

	.p2M1-rtitle {
		font-size: 28px;
	}

	.p2M1-rinfo {
		font-size: 16px;
		line-height: 30px;
	}

	.p2M1-rinfo {
		padding-top: 6px;
	}

	.p2M1-rbtn {
		font-size: 16px;
	}

	.p2M1-rblock p strong {
		/*font-size: 28px;*/
	}

	.p2M1-rblock p {
		font-size: 16px;
		line-height: 30px;
	}

}

@media screen and (max-width:999px) {
	.p2M1-rtitle {
		font-size: 24px;
	}

	.p2M1-rblock p strong {
		/*font-size: 24px;*/
	}

	.p2M1-rinfo {
		font-size: 14px;
		line-height: 26px;
	}

	.p2M1-rblock p {
		font-size: 14px;
		line-height: 26px;
	}

	.prmain2 {
		padding-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.p2M1-rtitle {
		font-size: 22px;
	}

	.p2M1-rblock p strong {
		/*font-size: 22px;*/
	}
}

@media screen and (max-width:538px) {
	.p2M1-rtitle {
		font-size: 20px;
	}

	.p2M1-rblock p strong {
		/*font-size: 20px;*/
	}

	.p2M1-rinfo {
		font-size: 12px;
		line-height: 22px;
	}

	.p2M1-rblock p {
		font-size: 12px;
		line-height: 22px;
	}

	.prmain2 {
		padding-bottom: 16px;
	}
}

/* ***********product Main3****************************** */
.p3M1-block {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	width: 100%;
}

.p3M1-bleft {
	width: 50%;
	padding-top: 9px;
}



.p3M1-bright {
	width: 47.3%;
	position: relative;
	padding-bottom: 100px;
}

.p3M1-bright h1 {
	font-family: AlibabaSans-Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 43px;
	letter-spacing: 0px;
	color: #001c98;
}

.p3M1-bright p {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #333333;
	width: 87%;
	padding-top: 2px;
}

.p3M1-bright .table {
	width: 100%;
	overflow: auto;
	padding-top: 23px;
	border-top: 1px solid rgba(0, 28, 152, 0.12);
	margin-top: 0px;
}

.p3M1-bright .table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.p3M1-bright .table table tr {}

.p3M1-bright .table table tr td {
	padding: 0px 5px;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 43px;
	letter-spacing: 0px;
	color: #666666;
}

.share {
	display: flex;
	padding-bottom: 25px;
}

.share p {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
	width: auto;
	padding-top: 0px;
}

.share-pic {
	padding-left: 10px;
}

.p3M1-brbtn {
	display: flex;
	width: 100%;
}

.p3M1-brbtn a {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 43px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	min-width: 254px;
	height: 45px;
	text-align: center;
	border: solid 1px #333333;
	margin-right: 42px;
}

.p3M1-brbtn a:nth-child(2n) {
	margin-right: 0px;
}

.p3M1-brbtn a:hover {
	background-color: #f9ba00;
	color: #fff;
	border: 1px solid #f9ba00;
}

.p3M1-brbottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}


.p3M1-blscroll .owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.p3M1-blscroll .owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.p3M1-blscroll .owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p3M1-blscroll .owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.p3M1-blscroll .owl-carousel .owl-item {
	float: left;
}

.p3M1-blscroll .owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.p3M1-blscroll .owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.p3M1-blscroll .owl-theme .owl-controls {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 27px;
}

.p3M1-blscroll .owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.p3M1-blscroll .owl-theme .owl-controls .owl-page span {
	display: block;
	width: 9px;
	height: 9px;
	background-color: #ffffff;
	margin-right: 22px;
	border-radius: 50%;
	background: #ffffff;
	font-size: 0px;
}

.p3M1-blscroll .owl-theme .owl-controls .owl-page.active span,
.main5 .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #001c98;
	opacity: 1;
}

.p3M1-blscroll .owl-theme .owl-buttons {
	width: 89px;
	height: 42px;
	position: relative;
	margin: auto;
	display: none !important
}

.p3M1-blscroll .owl-theme .owl-buttons div {
	width: 42px;
	height: 42px;
	background: #fff;
	position: absolute;
	line-height: 42px;
	font-size: 24px;
	transition: 0.5s;
}

.p3M1-blscroll .owl-theme .owl-prev {
	left: 0px;
}

.p3M1-blscroll .owl-theme .owl-next {
	right: 0px;
}

.p3M1-border {
	padding-top: 33px;
}

@media screen and (max-width:1333px) {
	.p3M1-bright h1 {
		font-size: 22px;
	}

	.p3M1-bright p {
		font-size: 16px;
		line-height: 30px;
	}

	.p3M1-bright .table table tr td {
		font-size: 16px;
		line-height: 30px;
	}

	.p3M1-bright {
		padding-bottom: 120px;
	}

	.p3M1-brbtn a {
		font-size: 16px;
		width: 48%;
		min-width: auto;
	}


}

@media screen and (max-width:999px) {
	.p3M1-bright h1 {
		font-size: 20px;
	}

	.p3M1-bleft {
		width: 100%;
	}

	.p3M1-bright {
		width: 100%;
		margin-top: 10px;
	}

	.p3M1-blscroll .owl-carousel .owl-item .item p {
		width: 100%;
	}

	.p3M1-blscroll .owl-carousel .owl-item .item p img {
		width: 100%;
	}

	.p3M1-bright .table {
		padding-top: 10px;
	}

	.p3M1-border {
		padding-top: 20px;
	}
	.p3M1-blscroll .owl-theme .owl-controls .owl-page span{
		margin-right: 8px;
	}
}

@media screen and (max-width:768px) {
	.p3M1-bright p {
		font-size: 14px;
		line-height: 26px;
	}

	.p3M1-bright .table table tr td {
		font-size: 14px;
		line-height: 26px;
	}

	.p3M1-brbtn a {
		font-size: 14px;
	}
}

@media screen and (max-width:538px) {
	.p3M1-border {
		padding-top: 13px;
	}

	.p3M1-bright p {
		font-size: 12px;
		line-height: 22px;
	}

	.p3M1-bright .table table tr td {
		font-size: 12px;
		line-height: 22px;
	}
}

/* ************productMain2***************************************** */
.p3M2-border {
	padding-top: 79px;
}

.p3M2-title {
	font-family: AlibabaSans-Bold;
	font-size: 44px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	margin-bottom: 55px;
	position: relative;
}

.p3M2-title::before {
	content: "";
	position: absolute;
	width: 417px;
	height: 10px;
	background-color: #001c98;
	-webkit-clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
	left: 50%;
	transform: translateX(-50%);
	bottom: -5px;
	z-index: -1;
}

.p3M2 p {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
}

.p3M2 p strong {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: center;
}

.p3M2 p strong em {
	display: block;
}

.p3M2 p img {
	display: inline-block;
	padding-top: 39px;
	padding-bottom: 28px;
}


.p3M2 p img:nth-child(2) {
	padding-right: 0px;
}

@media screen and (max-width:1333px) {
	.p3M2-title {
		margin-bottom: 30px;
		font-size: 28px;
		line-height: 30px;
	}

	.p3M2-border {
		padding-top: 47px;
	}

	.p3M2 p img {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.p3M2 p {
		font-size: 16px;
	}
}

@media screen and (max-width:999px) {
	.p3M2-border {
		padding-top: 35px;
	}

	.p3M2-title {
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 26px;
	}

	.p3M2 p {
		font-size: 14px;
		line-height: 26px;
	}

	.p3M2 p img {
		padding-bottom: 10px;
	}

}

@media screen and (max-width:768px) {
	.p3M2-title {
		font-size: 22px;
	}
}

@media screen and (max-width:538px) {
	.p3M2-title {
		font-size: 20px;
		margin-bottom: 6px;
	}

	.p3M2-title::before {
		display: none;
	}

	.p3M2 p {
		font-size: 12px;
		line-height: 22px;
	}

	.p3M2-border {
		padding-top: 24px;
	}
}

/* *************productMain3************************** */
.p3M3-border {
	padding-top: 50px;
	/* padding-bottom: 50px; */
}

.ab1shipin {
	position: relative;
	overflow: hidden;
}
.new2-video .ab1shipin iframe{
    height: 100%;
    position: absolute;
}
.start {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}

.p3M3-block {
	margin: auto;
	max-width: 1400px;
	padding-top: 15px;
}

.p3M3-picbox {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin-top: 41px;
}

.p3M3-pic {
	width: 47.7%;
	margin-right: 4.6%;
}

.p3M3-pic:nth-child(2n) {
	margin-right: 0;
}

.p3M3-picbox2 {
	display: flex;
	flex-flow: wrap;
	margin-top: 43px;
}

.p3M3-pic2 {
	width: 31%;
	margin-right: 3.5%;
}

.p3M3-pic2:nth-child(3n) {
	margin-right: 0%;
}

.p3M3-tags {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
	line-height: 41px;
	margin-top: 28px;
	display: flex;
}

.p3M3-tags a {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
	line-height: 41px;
	padding-left: 14px;
}

.p3M3-tags a:hover {
	color: #faca3c;
}

@media screen and (max-width:1333px) {
	.p3M3-picbox {
		margin-top: 20px;
	}

	.p3M3-picbox2 {
		margin-top: 20px;
	}

	.p3M3-tags {
		font-size: 18px;
		line-height: 30px;
		margin-top: 14px;
	}

	.p3M3-tags a {
		line-height: 30px;
	}
}

@media screen and (max-width:999px) {
	.p3M3-border {
		padding-top: 24px;
	}

	.p3M3-block {
		padding-top: 6px;
	}

	.p3M3-tags a {
		font-size: 14px;
		line-height: 26px;
	}

	.p3M3-tags {
		font-size: 14px;
		line-height: 26px;
	}

	.start img {
		width: 60px;
	}

	.img-list5 {
		padding-bottom: 73px;
	}

	.img-S5font {
		font-size: 14px;
		line-height: 26px;
	}

	.img-scroll5 {
		margin-top: 24px;
	}
}

@media screen and (max-width:768px) {
	.tankaungn2 {
		position: fixed;
		left: 5%;
		top: 10%;
		right: 5%;
		bottom: 10%;
	}

	.start img {
		width: 40px;
	}
}

@media screen and (max-width:538px) {
	.p3M3-picbox {
		margin-top: 12px;
	}

	.p3M3-picbox2 {
		margin-top: 12px;
	}

	.p3M3-tags a {
		font-size: 12px;
		line-height: 22px;
	}

}



/* **********p3M4******************************* */
.p3M4-border {
	padding-top: 60px;
	padding-bottom: 85px;
}

.p3M4-title {
	font-family: AlibabaSans-Bold;
	font-size: 44px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	text-align: center;
}

.img-scroll5 {
	position: relative;
	margin-top: 61px;
}

.img-scroll5 .prev,
.img-scroll5 .next {
	position: absolute;
	text-align: center;
	display: block;
	width: 51px;
	height: 50px;
	line-height: 50px;
	background-color: #f9ba00;
	text-align: center;
	bottom: 0;
	transition: 0.5s;
	z-index: 999;
	font-size: 12px;
	color: #fff;
}

.img-scroll5 .prev {
	left: 50%;
	margin-left: -54px;
	cursor: pointer;
}

.img-scroll5 .next {
	right: 50%;
	margin-right: -54px;
	cursor: pointer;
}

.img-scroll5 .prev:hover,
.img-scroll5 .next:hover {
	color: #fff;
	background-color: #001c98;
}

.img-list5 {
	position: relative;
	overflow: hidden;
	padding-bottom: 109px;
}

.img-list5 ul {
	width: 10000%;
}

.img-list5 li {
	float: left;
	width: 0.309%;
	margin-right: 0.0365%;
	border-left: none;
	position: relative;
}

.img-list5 li a {
	display: block;
	overflow: hidden;
	border: solid 1px #c9c9c9;
}

.img-S5font {
	padding-top: 18px;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	border: solid 1px rgba(0, 0, 0, 0) !important;
}

@media screen and (max-width:1333px) {
	.p3M4-title {
		font-size: 28px;
	}

	.p3M4-border {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.img-scroll5 {
		margin-top: 35px;
	}

	.img-list5 {
		padding-bottom: 86px;
	}

	.img-S5font {
		font-size: 16px;
		line-height: 30px;
		padding-top: 8px;
	}
}

@media screen and (max-width:999px) {
	.p3M4-title {
		font-size: 24px;
	}

	.img-S5font {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.p3M4-title {
		font-size: 22px;
	}

	.img-scroll5 .prev,
	.img-scroll5 .next {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.img-scroll5 .prev {
		left: 50%;
		margin-left: -44px;
		cursor: pointer;
	}

	.img-scroll5 .next {
		left: 50%;
		margin-right: -44px;
		cursor: pointer;
	}

	.img-list5 {
		padding-bottom: 66px;
	}

	.img-scroll5 {
		margin-top: 24px;
	}
}

@media screen and (max-width:538px) {
	.p3M4-title {
		font-size: 20px;
	}

	.img-S5font {
		font-size: 12px;
		line-height: 22px;
	}

	.p3M4-border {
		padding-top: 21px;
		padding-bottom: 26px;
	}

	.img-list5 li {
		width: 0.49%;
		margin-right: 0.02%;
	}
}

/* ********product Main4******************************* */
.p4M1-border {
	padding-top: 13px;
	padding-bottom: 104px;
}

.p4M1-blockbox {
	padding-bottom: 43px;
}

.p4M1-block {
	background-color: #f8f8f8;
	width: 100%;
	position: relative;
	margin-top: 34px;
}

.p4M1-block::before {
	position: absolute;
	content: "";
	background: url('../images/pdf.png') no-repeat;
	width: 52px;
	height: 65px;
	left: 26px;
	top: 50%;
	transform: translateY(-50%);
	background-size: contain;

}

.p4M1-bsafe {
	width: 93.6%;
	margin: auto;
	padding-top: 45px;
	padding-bottom: 46px;
	display: flex;
	justify-content: space-between;
}

.p4M1-bleft {
	width: 70%;
	margin-left: 82px;
}

.p4M1-bltitle {
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
}

.p4M1-blinfo {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 41px;
	letter-spacing: 0px;
	color: #666666;
	display: block;
	padding-top: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.p4M1-bright {
	width: 30%;
	display: flex;
	justify-content: end;
	align-items: center;
}

.p4M1-brpic {
	cursor: pointer;
}

@media screen and (max-width:1333px) {
	.p4M1-bltitle {
		font-size: 20px;
	}

	.p4M1-blinfo {
		font-size: 16px;
		line-height: 30px;
	}

	.p4M1-bsafe {
		padding-top: 29px;
		padding-bottom: 29px;
	}

	.p4M1-border {
		padding-bottom: 50px;
	}

	.p4M1-block {
		margin-top: 20px;
	}

	.p4M1-blockbox {
		padding-bottom: 30px;
	}
}

@media screen and (max-width:999px) {
	.p4M1-block::before {
		width: 40px;
	}

	.p4M1-bltitle {
		font-size: 18px;
	}

	.p4M1-blinfo {
		font-size: 14px;
		line-height: 26px;
	}

	.p4M1-brpic {
		width: 36px;
	}

	.p4M1-blinfo {
		padding-top: 3px;
	}

}

@media screen and (max-width:768px) {
	.p4M1-blockbox {
		padding-bottom: 20px;
	}

	.p4M1-block {
		margin-top: 10px;
	}

	.p4M1-border {
		padding-bottom: 35px;
	}
}

@media screen and (max-width:538px) {
	.p4M1-bltitle {
		font-size: 16px;
	}

	.p4M1-blinfo {
		font-size: 12px;
		line-height: 22px;
	}

	.p4M1-bsafe {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.p4M1-brpic {
		width: 30px;
	}

	.p4M1-block::before {
		display: none;
	}

	.p4M1-bleft {
		margin-left: 0px;
		width: 80%;
	}

	.p4M1-bright {
		width: 20%;
	}
}

/* *******************product5Main1********************************* */
.p5M1-border {
	padding-top: 37px;
}

.p5M1-title {
	font-family: AlibabaSans-Bold;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}

.p5M1-block {
	padding-top: 63px;
	position: relative;
	display: flex;
	justify-content: center;
}

.p5M1-bfont {
	position: absolute;
	right: 52px;
	bottom: 157px;
}

.p5M1-bfont p {
	font-family: AlibabaSans-Bold;
	font-size: 59px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #333333;
}

.p5M1-hat {
	position: relative;
	padding-bottom: 190px;
}

.p5M1-hpic {
	position: absolute;
	top: -200px;
	left: 67px;
}

.p5M1-hat p {
	font-family: AlibabaSans-Bold;
	font-size: 46px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #333333;
	padding-top: 96px;
	padding-left: 645px;
}


@media screen and (max-width:1495px) {
	.p5M1-bfont p {
		font-size: 30px;
	}

}

@media screen and (max-width:1333px) {
	.p5M1-bfont p {
		font-size: 28px;
	}

	.p5M1-bfont {
		bottom: 116px;
	}

	.p5M1-hpic img {
		max-width: 400px;
	}

	.p5M1-hat p {
		font-size: 28px;
		padding-top: 20px;
		padding-left: 500px;
	}

	.p5M1-title {
		font-size: 28px;
		line-height: 30px;
	}

	.p5M1-block {
		padding-top: 28px;
	}

	.p5M1-hat {
		padding-bottom: 110px;
	}
}

@media screen and (max-width:999px) {
	.p5M1-bfont p {
		font-size: 24px;
	}

	.p5M1-hat {
		display: none;
	}

	.p5M1-border {
		padding-top: 22px;
	}

	.p5M1-title {
		font-size: 24px;
	}

	.p5M1-block {
		padding-top: 22px;
	}

}

@media screen and (max-width:768px) {
	.p5M1-bfont p {
		font-size: 22px;
	}

	.p5M1-title {
		font-size: 22px;
	}

	.p5M1-block {
		padding-top: 10px;
	}

	.p5M1-border {
		padding-top: 15px;
	}
}

@media screen and (max-width:538px) {
	.p5M1-bfont p {
		font-size: 20px;
	}

	.p5M1-title {
		font-size: 20px;
	}
}



/* ********p5M2**************************** */
.p5M2-picbox {
	display: flex;
	justify-content: space-between;
}

.p5M2-pic {
	width: 48.6%;
}

.p5M2 p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}

@media screen and (max-width:999px) {
	.p5M2-border {
		padding-top: 20px;
	}

	.p5M2 p {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {}

@media screen and (max-width:538px) {
	.p5M2 p {
		font-size: 12px;
		line-height: 22px;
	}
}

/* **********p5M3********************************** */
.p5M3-border {
	padding-top: 226px;
	padding-bottom: 216px;
	position: relative;
}

.p5M3-block {
	position: relative;
	margin: auto;
	padding-left: 129px;
}

.p5M3-title {
	font-family: AlibabaSans-Bold;
	font-size: 46px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #333333;
	position: absolute;
	right: 19.6%;
	top: -86px;
}

.p5M3-title2 {
	font-family: AlibabaSans-Bold;
	font-size: 46px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #333333;
	position: absolute;
	left: 29%;
	bottom: -43px;
}

.p5M3-bpic0 {
	display: flex;
	justify-content: center;
}

.p5M3-bpic1 {
	position: absolute;
	left: 0;
	top: -161px;
}

.p5M3-bpic2 {
	position: absolute;
	right: 0;
	bottom: -73px;
}

@media screen and (max-width:1555px) {
	.p5M3-title {
		font-size: 30px;
		top: -71px;
	}

	.p5M3-title2 {
		font-size: 30px;
	}
}

@media screen and (max-width:1444px) {
	.p5M3-title {
		font-size: 30px;
		top: -71px;
		right: 18%;
	}
}

@media screen and (max-width:1370px) {
	.p5M3-title {
		font-size: 28px;
		position: static;
	}

	.p5M3-title2 {
		font-size: 28px;
		position: static;
	}

	.p5M3-bpicbox {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.p5M3-block {
		padding-left: 0px;
	}

	.p5M3-bpic0 {
		display: none;
	}

	.p5M3-bpic1 {
		position: static;
	}

	.p5M3-bpic2 {
		position: static;
	}

	.p5M3-border {
		padding-top: 30px;
		padding-bottom: 46px;
	}

	.p5M3-titlebox {
		display: none;
	}


}

@media screen and (max-width:999px) {
	.p5M3-title {
		font-size: 24px;
	}

	.p5M3-title2 {
		font-size: 24px;
	}
}

@media screen and (max-width:768px) {
	.p5M3-title {
		font-size: 22px;
	}

	.p5M3-title2 {
		font-size: 22px;
	}
}

@media screen and (max-width:538px) {
	.p5M3-title {
		font-size: 20px;
	}

	.p5M3-title2 {
		font-size: 20px;
	}

}

/* ********product5Main4************************* */
.p5M4-border {
	padding-top: 50px;
}

.p5M4 {
	background: url('../images/p5-m7.png') no-repeat;
}

.p5M4-block {
	display: flex;
	justify-content: space-between;
	padding-bottom: 33px;
}

.p5M4-bleft {
	width: 10%;
	display: flex;
	align-items: center;
	padding-bottom: 31px;
}

.p5M4-bltitle {
	font-family: AlibabaSans-Bold;
	font-size: 74px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #232f6f;
	writing-mode: tb-rl;
}

/*.p5M4-bltitle:hover {
	color: #232f6f;
	text-decoration: overline;
}*/

.p5M4-bright {
	width: 87%;
}

.p5M4-brscroll {
	border: 47px solid #232f6f;
	border-bottom: 0px solid #fff;
}

.p5M4-brscroll.row {
	padding-bottom: 38px;
}

.p5M4-brscroll .owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.p5M4-brscroll .owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.p5M4-brscroll .owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p5M4-brscroll .owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.p5M4-brscroll .owl-carousel .owl-item {
	float: left;
}

.p5M4-brscroll .owl-carousel .owl-item .item a {
	display: block;
	overflow: hidden;
}

.p5M4-brscroll .owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.p5M4-brscroll .owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.p5M4-brscroll .owl-theme .owl-controls {
	position: absolute;
	left: 20px;
	bottom: 20px;
}

.p5M4-brscroll .owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.p5M4-brscroll .owl-theme .owl-controls .owl-page span {
	display: block;
	width: 20px;
	height: 6px;
	background-color: #001c98;
	border-radius: 3px;
	margin-right: 9px;
	font-size: 0px;
}

.p5M4-brscroll .owl-theme .owl-controls .owl-page.active span,
.p5M4-brscroll .owl-theme .owl-controls.clickable .owl-page:hover span {
	opacity: 1;
	width: 75px;
	height: 6px;
	background-color: #001c98;
	border-radius: 3px;
}

.p5M4-brscroll .owl-theme .owl-buttons {
	width: 89px;
	height: 42px;
	position: relative;
	margin: auto;
	display: none !important
}

.p5M4-brscroll .owl-theme .owl-buttons div {
	width: 42px;
	height: 42px;
	background: #fff;
	position: absolute;
	line-height: 42px;
	font-size: 24px;
	transition: 0.5s;
}

.p5M4-brscroll .owl-theme .owl-prev {
	left: 0px;
}

.p5M4-brscroll .owl-theme .owl-next {
	right: 0px;
}

@media screen and (max-width:1333px) {
	.p5M4-bltitle {
		font-size: 34px;
	}

	.p5M4-border {
		padding-top: 30px;
	}

	.p5M4-brscroll {
		border: 20px solid #001c98;
	}

	.p5M4-bleft {
		padding-bottom: 0px;
	}
}

@media screen and (max-width:999px) {
	.p5M4-bltitle {
		font-size: 32px;
	}
}

@media screen and (max-width:768px) {
	.p5M4-bltitle {
		font-size: 30px;
	}
}

@media screen and (max-width:538px) {
	.p5M4-bltitle {
		font-size: 22px;
	}

	.p5M4-border {
		padding-top: 26px;
	}

	.p5M4-block {
		padding-bottom: 26px;
	}

	.p5M4-brscroll .owl-theme .owl-controls .owl-page span {
		width: 8px;
		height: 8px;
		border-radius: 50%;
	}

	.p5M4-brscroll .owl-theme .owl-controls .owl-page.active span,
	.p5M4-brscroll .owl-theme .owl-controls.clickable .owl-page:hover span {
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background-color: #f9ba00;
	}

}

/* *********product5************************************* */
.p5M5-border {
	padding-top: 70px;
	padding-bottom: 118px;
}

@media screen and (max-width:1333px) {
	.p5M5-border {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.p5M5-border {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media screen and (max-width:768px) {}

@media screen and (max-width:538px) {
	.p5M5-border {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/* *************new1*********************************** */
.newM1 .M7-block {
	background-color: #f7f7f7;
	padding-top: 0px !important;
	margin-top: 36px;
}

.newM1 .M7-block:nth-child(2n) {
	flex-direction: row-reverse;
}

.M7-brsafe {
	padding-top: 18px;
	width: 94%;
	margin: auto;
}

.newM1 .M7-brdate {
	padding-top: 4px;
}

.new1-blockbox {
	padding-bottom: 59px;
}

.newM1-border {
	padding-bottom: 96px;
}

@media screen and (max-width:1333px) {
	.newM1-border {
		padding-bottom: 45px;
	}

	.new1-blockbox {
		padding-bottom: 35px;
	}

}

@media screen and (max-width:999px) {
	.new1-blockbox {
		display: flex;
		flex-flow: wrap;
	}

	.newM1 .M7-block {
		width: 49%;
		margin-right: 2%;
	}

	.newM1 .M7-block:nth-child(2n) {
		margin-right: 0%;
	}

	.M7-brsafe {
		padding-top: 0px;
		padding-bottom: 17px;
	}

}

@media screen and (max-width:768px) {}

@media screen and (max-width:538px) {
	.new1-blockbox {
		padding-bottom: 20px;
	}

	.newM1-border {
		padding-bottom: 30px;
	}

	.newM1 .M7-block {
		margin-top: 25px;
	}
}

/* ************new2*************************************** */
.nemain2 {
	padding-top: 32px;
	padding-bottom: 93px;
}

.in2M1 .p3M3-border {
	padding-top: 48px;
}

.in2M1 .img-scroll .prev,
.in2M1 .img-scroll .next {
	top: 35.8%;
}

.in2-top {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	align-items: center;
}

.nemain2 h1 {
	font-family: AlibabaSans-Bold;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333333;
	padding-top: 13px;
	width: 65.6%;
}

.net {
	display: flex;
	width: 28.4%;
	justify-content: space-between;
	position: relative;
}

.net::before {
	content: "";
	position: absolute;
	width: 671px;
	height: 60px;
	background-color: #f9ba00;
	right: -64%;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.shijian {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	display: inline-block;
	vertical-align: middle;
}

.net .share {
	padding-bottom: 0px;
}

.net .share1 {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
	padding-right: 7px;

}

.net .share2 {
	padding-left: 0;
}


.nexiang {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	padding-top: 23px;
	margin-top: 27px;
	padding-bottom: 29px;
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
}

.nexiang a {
	color: #007632;
}

.nexiang p,
.nexiang strong,
.nexiang em {
	color: #666666;
}

.nexiang img {
	max-width: 100%;
	display: inline-block;
}

.nexiang a {
	color: #007632;
}

.fanpian {
	padding-top: 31px;
}

.fanpian li {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 0px;
	color: #333333;
	padding: 10px 0;
}

.fanpian li i {
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	vertical-align: middle;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #666666;
}

.fanpian li span,
.fanpian li a {
	color: #666666;
}

.fanpian li:hover a {
	color: #f9ba00;
	;
}

.fanpian li a:hover,
.nerzi:hover,
.nerbiao:hover {
	color: #f9ba00;
	;
}

.fanpian li:hover i {
	color: #f9ba00;
	;
}

.nexiang-picbox {
	display: flex;
	flex-flow: wrap;
	padding-top: 15px;
	padding-bottom: 11px;
}

.nexiang-pic {
	width: 28.8%;
	margin-right: 6.8%;
}

.nexiang-pic:nth-child(3n) {
	margin-right: 0%;
}

@media screen and (max-width:1333px) {
	.in2M1 .p3M3-border {
		padding-top: 0px;
	}

	.nemain2 {
		padding-top: 25px;
		padding-bottom: 35px;
	}

	.nemain2 h1 {
		font-size: 24px;
	}

	.fanpian {
		padding-top: 5px;
	}

	.fanpian li {
		padding: 0px 0;
		font-size: 16px;
	}

	.nexiang {
		font-size: 1.6rem;
		padding-top: 16px;
		margin-top: 7px;
	}

	.nemain2 h1 {
		width: 100%;
	}

	.net {
		width: 100%;
	}

	.net::before {
		display: none;
	}

	.net {
		justify-content: flex-start;
		margin-top: 14px;

	}

	.net .share {
		padding-left: 20px;
	}

	.nemain2 h1 {
		padding-top: 0px;
	}

	.nexiang-picbox {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

@media screen and (max-width: 999px) {
	.nexiang {
		font-size: 14px;
		line-height: 26px;
	}

	.nemain2 {
		padding-top: 20px;
		padding-bottom: 20px;
	}


	.fanpian {
		padding-top: 10px;
		padding-bottom: 12px;
	}

	.fanpian li {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.nemain2 h1 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 26px;
	}

	.shijian {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 26px;
	}

	.net .share1 {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 768px) {
	.nemain2 {
		padding-top: 10px;
		padding-bottom: 0px;
	}

	.nexiang {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 24px;
		margin-top: 10px;
		padding-bottom: 14px;
		padding-top: 14px;
	}

	.fanpian {
		padding-top: 10px;
	}

	.fanpian li {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.nemain2 h1 {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 24px;
	}

	.shijian {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 24px;
	}

	.net .share1 {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

@media screen and (max-width:538px) {
	.nexiang {
		font-size: 12px;
		line-height: 22px;
	}
}

/* *******case1**************************************** */
.caseM1-border {
	padding-top: 40px;
	padding-bottom: 110px;
}

.caseM1-blockbox {
	padding-bottom: 73px;
	padding-top: 52px;
}

.caseM1-block {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin-top: 14px;
}

.caseM1-block:nth-child(2n) {
	flex-direction: row-reverse;
}
.caseM1-block:nth-child(2n)
.caseM1-brsafe {
	margin: 0px;
}

.caseM1-bleft {
	/*width: 50%;*/
	overflow: hidden;
}

.caseM1-bright {
	width: 50%;
	display: flex;
	align-items: center;
}

.caseM1-brsafe {
	width: 94%;
	margin: auto;
}

.caseM1-brtitle {
	font-family: AlibabaSans-Bold;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.caseM1-brdate {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #f9ba00;
	padding-top: 4px;
}

.case2-brbtn {
	width: 128px;
	height: 33px;
	background-color: #001c98;
	display: block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 33px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	margin-top: 30px;
}
.case2-brbtn:hover{
	background-color: #f9ba00;
	color: #fff;
}

.caseM1 .table {
	width: 100%;
	overflow: auto;
	margin-top: 20px;
}

.caseM1 .table table {
	/*width: 100%;*/
	width: 80%;
	border-collapse: collapse;
	line-height: 22px;
}
@media screen and (max-width: 1420px){
    .caseM1 .table table {
        width:100%;
    }
}
.caseM1 .table table tr {}

.caseM1 .table table tr td {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 39px;
	letter-spacing: 0px;
	color: #666666;
	white-space: nowrap;
	padding-right:20px;
}

.caseM1 .sousuo {
	position: static;
	display: flex;
	justify-content: center;
}

.caseM1 .sousuo form {
	width: 502px;
	height: 60px;
	background-color: rgba(194, 194, 194, 0.2);
	border-radius: 4px;
}

.caseM1 .sou {
	height: 60px;
	line-height: 58px;
	padding-left: 16px;
	color: #333;
	font-size: 16px;
}

.caseM1 .suo {
	width: 40px;
	height: 60px;
	font-size: 20px;
	color: #fff;
	line-height: 60px;
}

.caseM1 .sousuo form i {
	font-size: 32px;
	color: #666666;
	line-height: 60px;
	right: 10px;
}

.caseM1 .sousuo input::placeholder {
	color: rgba(102, 102, 102, 0.64);
	font-size: 24px;
}

.sousuo-p {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #666666;
	text-align: center;
	padding-top: 8px;
}

.sousuo-p span {
	color: #ffbf00;
}



@media screen and (max-width:1333px) {
	.caseM1 .sou {
		height: 40px;
		line-height: 38px;
	}

	.caseM1 .sousuo form {
		height: 40px;
		line-height: 38px;
	}

	.caseM1 .sousuo input::placeholder {
		font-size: 16px;
		line-height: 38px;
	}

	.caseM1 .sousuo form i {
		font-size: 16px;
		line-height: 38px;
	}

	.case2-brbtn {
		margin-top: 28px;
	}

	.caseM1-blockbox {
		padding-top: 21px;
	}

	.caseM1 .table table tr td {
		line-height: 30px;
	}

	.caseM1-brtitle {
		font-size: 16px;
		line-height: 30px;
	}

	.caseM1-blockbox {
		padding-bottom: 39px;
	}

	.caseM1 .sousuo form {
		width: 360px;

	}
}

@media screen and (max-width:999px) {
	.caseM1-bleft {
		width: 100%;
	}

	.caseM1-bright {
		width: 100%;
		margin-top: 20px;
	}

	.caseM1-bleft p img {
		width: 100%;
	}

	.caseM1-brsafe {
		width: 96%;
	}

	.caseM1-brtitle {
		font-size: 14px;
		line-height: 26px;
	}

	.caseM1-brdate {
		font-size: 14px;
		line-height: 26px;
	}

	.caseM1 .table {
		margin-top: 7px;
	}

	.caseM1 .table table tr td {
		font-size: 14px;
		line-height: 26px;
	}

	.case2-brbtn {
		margin-top: 14px;
	}

	.caseM1-blockbox {
		padding-bottom: 30px;
	}

	.caseM1-border {
		padding-bottom: 36px;
	}

	.caseM1-border {
		padding-top: 10px;
	}

	.caseM1-blockbox {
		padding-top: 8px;
	}
	.caseM1-block:nth-child(2n)
	.caseM1-brsafe {
	margin: auto;
}
}

@media screen and (max-width:768px) {
	.caseM1-border {
		padding-top: 7px;
		padding-bottom: 36px;
	}
}

@media screen and (max-width:538px) {
	.caseM1-border {
		padding-top: 9px;
		padding-bottom: 27px;
	}


}



/* *********case2*************************** */
.new2-info {
	margin-top: 38px;
	padding-top: 16px;
	border-top: solid 1px #e5e5e5;
}
.p3M3-border .new2-info {
    border-top:0px;
    margin-top:0;
    padding-top:16px;
}
.new2-info p {
	display: flex;
	justify-content: center;
}

.new2-info p em {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 39px;
	letter-spacing: 0px;
	color: #666666;
	font-style: normal;
	padding-right: 81px;
}

.new2-block {
	padding-top: 28px;
}

.new2-block p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
}

.new2-video {
	padding-top: 53px;
	padding-bottom: 30px;
}

.new2-video .ab1shipin {
	padding-top: 20px;
}

.new2-video p strong {
	font-family: AlibabaSans-Bold;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	display: block;
}

@media screen and (max-width:1333px) {
	.new2-block {
		padding-top: 0px;
	}

	.new2-video {
		padding-top: 30px;
	}

	.new2-info {
		margin-top: 21px;
		padding-top: 8px;
	}
}

@media screen and (max-width:999px) {
	.new2-info p em {
		font-size: 14px;
		line-height: 26px;
		padding-right: 24px;
	}

	.new2-block p {
		font-size: 14px;
		line-height: 26px;
	}

	.new2-video p strong {
		font-size: 24px;
	}

	.new2-video .ab1shipin {
		padding-top: 12px;
	}

	.new2-video {
		padding-bottom: 10px;
	}

	.new2-video {
		padding-top: 15px;
	}
}

@media screen and (max-width:768px) {
	.new2-video p strong {
		font-size: 22px;
	}
}

@media screen and (max-width:538px) {
	.new2-video p strong {
		font-size: 20px;
	}

	.new2-block p {
		font-size: 12px;
		line-height: 22px;
	}

	.new2-info p em {
		font-size: 12px;
		line-height: 22px;
	}
}

@media screen and (max-width:1333px) {}


/*  foot  */
.foot input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #666666;
	opacity: 1
}

.foot input:-o-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666666;
	opacity: 1
}

.foot input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666666;
	opacity: 1
}

.foot input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #666666;
	opacity: 1
}

.foot textarea::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #666666;
	opacity: 1
}

.foot textarea:-o-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666666;
	opacity: 1
}

.foot textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666666;
	opacity: 1
}

.foot textarea:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #666666;
	opacity: 1
}

.foot {
	background-color: #000000;
	position: relative;
}

.foot .zong {
	padding-top: 80px;
	padding-bottom: 2px;
}

.fo1 {
	width: 228px;
	float: left;
	margin-left: 0px;
}

.fo2 {
	width: 300px;
	float: left;
	margin-left: 155px;
}

.fo3 {
	width: 290px;
	float: left;
	padding-left: 98px;
}

.fo3-intro {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #cdd5dd;
	padding-top: 19px;
}

.fo4 {
	width: 338px;
	float: right;
}

.fo4-intro {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #cdd5dd;
	padding-top: 4px;
}

.fo4-contbor {
	padding-top: 30px;
}

.fo4-cont {
	display: flex;
}

.fo4-cont2 {
	padding-top: 18px;
}

.fo4-col i {
	font-size: 32px;
	color: #fdc143;
}

.fo4-corf {

	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #bababa;
}

.fo4-corf a {

	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #bababa;
}


.fo4-cor {
	width: 100%;
}

.fo4-cont a i {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	border-radius: 50%;
	color: #ffffff;
	margin-right: 15px;
	margin-top: 10px;
	font-size: 17px;
}

.fo4-cont a i:hover {
	background-color: #fdc143;
	border: 1px solid #fdc143;
}


.shejiao2 {}

.shejiao2:after {
	content: "";
	clear: both;
	display: block;
}

.shejiao2 a {
	display: block;
	float: left;
	width: 30px;
	line-height: 30px;
	border-radius: 50%;
	margin-right: 5px;
	text-align: center;
	color: #194a5b;
	font-size: 20px;
	margin-top: 10px;
}

.ful {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 28px;
	color: #363636;
	margin-top: 28px;
}

.ful li {
	color: #363636;
	position: relative;
	padding-left: 24px;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #cdd5dd;
}

.ful li i {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #363636;
	font-size: 18px;
}

.ful li a {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #cdd5dd;
}

.ful>a {
	display: block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #cdd5dd;
	padding-top: 2px;
}

.fobiao {
	font-family: AlibabaSans-Bold;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ffffff;
}


.fo3-pic {
	display: flex;
	padding-top: 26px;
}

.fo3-pic p {
	padding-right: 18px;
}

.fo3 form {
	padding-top: 10px;
}

.fo3 .xing {
	background: url(../images/xing.png) no-repeat left 17px;
}

.fo3 .int1 {
	position: relative;
	margin-top: 7px;
}

.fo3 .int1.fl {
	width: 100%;
}

.fo3 .int1.fr {
	width: 54%;
}

.fo3 .int4 {
	position: relative;
	margin-top: 14px;
}

.fo3 .int1 input {
	width: 100%;
	height: 45px;
	line-height: 43px;
	border: solid 1px #bfbfbf;
	padding-left: 8px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
}

.fo3 .int4 textarea {
	width: 100%;
	height: 90px;
	padding-top: 4px;
	line-height: 26px;
	background: none;
	border: solid 1px #bfbfbf;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
}

.fo3 .int2 {
	position: relative;
	margin-top: 8px;
	float: left;
}

.fo3 .int2 input {
	width: 112px;
	height: 45px;
	line-height: 43px;
	border: solid 1px #bfbfbf;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	padding-left: 12px;
}

.fo3 .fyanzheng {
	width: 73px;
	height: 45px;
	float: left;
	margin-top: 8px;
	margin-left: 8px;
	cursor: pointer;
}

.fo3 .int3 {
	min-width: 84px;
	height: 45px;
	float: right;
	padding: 0 4px;
	background: #0fc2f8;
	margin-top: 8px;
	cursor: pointer;
	transition: 0.5s;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 43px;
	letter-spacing: 0px;
	color: #ffffff;
	border: 1px solid #0fc2f8;
}

.fo3 .int3:hover {
	background: #fff;
	color: #0fc2f8;
}

.fota {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #707070;
}

.fota span,
.fota a {
	display: inline-block;
	color: #707070;
}

.youlian {
	margin-top: 0px;
}

.foot2 {
	padding-bottom: 10px;
	margin-top: 10px;
}

.foot2 .zong {
	padding-top: 10px;
	text-align: left;
	padding-bottom: 0px;
}

.fop {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	color: #999999;
}

.fop a {
	display: inline-block;
	color: #999999;
}

.foot a:hover {
	color: #fdc143;
}

.foot2 a:hover {
	color: #fdc143;
}

.shejiao2 a:hover {
	background-color: #fdc143;
	color: #fff;
}

.clear2 {
	display: none
}

.Copyright {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #707070;
}

.Copyright a {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #707070;
	display: inline-block;
}

.Copyright a:hover {
	color: #fdc143;
}

@media screen and (max-width:1444px) {
	.foot>.zong {
		display: flex;
		justify-content: space-between;
	}

	.fo3 {
		padding-left: 21px;
	}
}


@media screen and (max-width:1333px) {

	.shejiao2 a {
		font-size: 14px;
		font-size: 1.4rem;
		width: 30px;
		height: 30px;
		line-height: 28px;
		margin-right: 8px;
	}

	.fobiao {
		font-size: 20px !important;
		font-size: 2rem !important;
	}

	.fo3 .int3 {
		min-width: 100px;
	}

	.fo2 {
		margin-left: 87px;
	}

	.fo3 {
		padding-left: 34px;
	}

	.ful {
		margin-top: 14px;
	}

	.fo4-contbor {
		padding-top: 14px;
	}
}

@media screen and (max-width:999px) {
	.foot2 {
		margin-top: 10px;
		padding-bottom: 60px;
	}

	.fo4 {
		width: 100%;
	}

	.fo4-contbor {
		display: flex;
		justify-content: center;

	}

	.fo4-intro {
		display: none;
	}

	.fo4-cont {
		display: none;
	}

	.fobiao {
		display: none;
	}

	.fo4-cont2 {
		display: block;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.foot .zong {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.fota {
		display: none;
	}

	.fo1 {
		display: none;
	}

	.fo2 {
		display: none;
	}

	.fo3 {
		display: none;
	}

	.shejiao2 {
		margin-left: 5%;
		float: left;
	}

	.clear2 {
		display: block;
		clear: both;
	}

	.fo3 .int2 {
		width: 40%;
	}

	.fo3 .int2 input {
		width: 100%;
	}

	.fo3 .fyanzheng {
		margin-left: 10px;
	}

	.fo3 .int3 {
		float: left;
		margin-left: 10px;
	}

	.fop {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding: 12px 0;
	}

	.ful {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 26px;
		color: #bbbbbb;
		margin-top: 14px;
	}

	.Copyright {
		text-align: center;
	}
}

@media screen and (max-width:767px) {
	.fo4-cont a i {
		margin-right: 7px;
	}

	.foot .zong {
		padding-top: 10px;
	}

	.fobei1 {
		margin-bottom: 8px;
	}

	.fota,
	.fo1,
	.fo3,
	.fologo,
	.ful,
	.fo3 form,
	.fobiao {
		display: none
	}

	.fo2 {
		width: auto;
		float: none;
		margin: auto;
		padding: 0px;
	}

	.shejiao2 {
		text-align: center;
		margin-top: auto;
		padding: 0px;
		width: 100%;
		margin: auto;
	}

	.shejiao2 a {
		margin: 5px;
		float: none;
		display: inline-block;
		vertical-align: middle;
	}

	.fop {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 24px;
		padding: 0px;
		margin-top: 10px;
		text-align: center;
	}

}

.top {
	width: 42px;
	height: 42px;
	background: #eeeeee;
	border-radius: 5px;
	line-height: 42px;
	color: #fff;
	font-size: 18px !important;
	background: #565353;
	text-align: center;
	cursor: pointer;
}

.bottom {
	bottom: 150px;
}

.lianxi {
	position: fixed;
	width: 50px;
	right: 0px;
	top: 70%;
	transform: translateY(-50%);
	z-index: 99999
}

.lianxi div a {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 48px;
	font-size: 20px;
	border-radius: 5px;
	color: #a3a3a3;
	background-color: #f1f1f1;
	margin-top: 1px;
}

.ke1 {
	background-color: #f1f1f1;
}

.ke2 {
	background-color: #f1f1f1;
}

.ke3 {
	background-color: #f1f1f1;
}

.ke4 {
	background: #15418f
}

.weixin {
	position: relative;
	cursor: pointer;
}

.weixin img {
	position: absolute;
	width: 149px;
	height: 150px;
	top: 0px;
	left: -149px;
	max-width: none;
	display: none;
}

.weixin:hover img {
	display: block;
}

.weixin2,
.tankuang {
	display: none
}

.tankuang {
	position: absolute;
	bottom: 50px;
	left: 50% !important;
	margin-left: -60px;
}

.tankuang img {
	display: block;
	position: relative;
	width: 150px;
	height: 150px;
	left: auto;
	margin: auto;
}

.lianxi div a:hover {
	background: #f9ba00;
	color: #fff;
}

.clear2 {
	display: none
}


@media screen and (max-width:999px) {
	.youlian {
		display: none
	}

	.top {
		width: 20%;
		height: 42px;
		line-height: 42px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none
	}


	.lianxi {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
	}

	.lianxi div {
		width: 33.3%;
		float: left;
	}

	.lianxi div a {
		margin: auto;
		width: 100%;
		background: #f9ba00;
		color: #fff !important;
		border-radius: 0px;
	}

	.lianxi .top a {
		font-size: 18px;
	}

	.weixin2 {
		display: block
	}

	.weixin1 {
		display: none
	}
}

/* ***************aboutus Main1************************************ */
.abM1-border {
	padding-top: 50px;
	padding-bottom: 63px;
}

.abM1-title {
	font-family: AlibabaSans-Bold;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	display: block;
}

.abM1-info {
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 43px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	display: block;
	padding-top: 51px;
	width: 71%;
	margin: auto;
}

@media screen and (max-width:1333px) {
	.abM1-title {
		font-size: 28px;
		line-height: 32px;
	}

	.abM1-info {
		font-size: 18px;
		line-height: 32px;
		padding-top: 16px;
	}

	.abM1-border {
		padding-top: 39px;
		padding-bottom: 40px;
	}

}

@media screen and (max-width:999px) {
	.abM1-title {
		font-size: 24px;
	}

	.abM1-border {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.abM1-info {
		font-size: 14px;
		line-height: 26px;
		padding-top: 10px;
	}
}

@media screen and (max-width:768px) {
	.abM1-title {
		font-size: 22px;
		line-height: 30px;
	}

	.abM1-info {
		width: 90%;
	}
}

@media screen and (max-width:538px) {
	.abM1-title {
		font-size: 20px;
	}

	.abM1-border {
		padding-top: 12px;
		padding-bottom: 13px;
	}
}


/* *****************aboutusmain2*************************** */
.abM2 {
	background: url("../images/abm1.png") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.abM2:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url("../images/abm1.png") no-repeat center;
	background-size: cover;
	z-index: -1
}

.abM2-border {
	padding-bottom: 116px;
}

.abM2-block {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	padding-top: 29px;
	flex-direction: row-reverse;
}

.abM2-block:nth-child(2n) {
	flex-direction: row;
}

.abM2-left {
	width: 49%;
	padding-top: 58px;
}

.abM2-ltitle {
	font-family: AlibabaSans-Bold;
	font-size: 34px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #ffffff;
}

.abM2-linfo {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	padding-top: 30px;
}

.abM2-right {
	width: 50%;
	display: flex;
	align-items: center;
}

.abM2-lsafe {
	width: 96%;
	margin: auto;
}

@media screen and (max-width:1333px) {
	.abM2-ltitle {
		font-size: 28px;
	}

	.abM2-linfo {
		padding-top: 18px;
	}

	.abM2-block {
		display: block;
	}

	.abM2-left {
		padding-top: 18px;
		width: auto;
		overflow: visible;
	}

	.abM2-right {
		width: 41.6%;
		float: right;
		display: block;
		clear: both;
		margin-left: 15px;
		margin-top: 10px;
	}
}

@media screen and (max-width:999px) {
	.abM2-linfo {
		font-size: 14px;
		line-height: 26px;
	}

	.abM2-border {
		padding-bottom: 32px;
	}

	.abM2-ltitle {
		font-size: 24px;
	}
}

@media screen and (max-width:768px) {
	.abM2-ltitle {
		font-size: 22px;
	}

	.abM2-block {
		padding-top: 18px;
	}
}

@media screen and (max-width:538px) {
	.abM2-ltitle {
		font-size: 20px;
	}

	.abM2-linfo {
		font-size: 12px;
		line-height: 22px;
	}

	.abM2-right {
		width: 100%;
		float: none;
		margin-left: 0;
	}

	.abM2-border {
		padding-bottom: 18px;
	}
}

/* ************aboutus Main3******************************************************* */
.abM3 {
	margin-bottom: 430px;
	background-color: #fff;
}

.abM3 .M2-linfo {
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 43px;
	letter-spacing: 0px;
	color: #333333;
	padding-top: 12px;
	position: relative;
}
.abM3 .M2-linfo::before{
	width: 108px;
	height: 10px;
	background-color: #f9ba00;
	content: "";
	position: absolute;
	bottom: -41px;
	left: 0;
	-webkit-clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
}
.abM3  .M2-right::before{
	display: none;
}


/*.abM3 .M2-linfo:hover {
	color: #001c98;
}*/

.abM3 .M2-rsafe {
	padding-top: 117px;
}

.abM3 .M2-rinfo {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 33px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	padding-top: 85px;
}

.abM3 .M2-left {
	width: 47%;
	padding-bottom: 35px;
}

.abM3 .M2-lbtn {
	width: 194px;
	height: 63px;
	background-color: #001c98;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 63px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	margin-top: 90px;
}

.abM3 .M2-lbtn:hover {
	background-color: #f9ba00;
	text-decoration: none;
}

.abM3 .M2-lbtn::before {
	display: none;
}

.abM3 .M2-left {
	padding-top: 0px;
}

.abM3 .M2-right {
	margin-bottom: 0px;
	margin-top: -118px;
	width: 44%;
}

@media screen and (max-width:1333px) {
	.abM3 .M2-linfo {
		font-size: 16px;
		line-height: 30px;
	}

	.abM3 .M2-lbtn {
		font-size: 18px;
		margin-top: 40px;
	}

	.abM3 .M2-rinfo {
		padding-top: 16px;
		line-height: 30px;
		font-size: 16px;
	}

	.abM3 .M2-rsafe {
		padding-top: 73px;
	}
	.abM3 .M2-linfo::before{
		display: none;
	}

}

@media screen and (max-width:999px) {
	.abM3 .M2-right {
		margin-top: 0px;
		margin-bottom: 30px;
	}

	.abM3 .M2-rsafe {
		padding-top: 33px;
	}

	.abM3 .M2-linfo {
		font-size: 14px;
		line-height: 26px;
	}

	.abM3 .M2-lbtn {
		width: 139px;
		height: 50px;
		line-height: 50px;
	}

	.abM3 .M2-border {
		padding-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.abM3 .M2-left {
		width: 100%;
		padding-bottom: 19px;
	}

	.abM3 .M2-right {
		width: 100%;
		margin-bottom: 20px;
	}

	.abM3 .M2-border {
		padding-top: 9px;
	}

	.abM3 .M2-lbtn {
		margin-top: 20px;
	}

	.abM3 .M2-rsafe {
		padding-top: 19px;
	}


}

@media screen and (max-width:538px) {
	.abM3 .M2-linfo {
		font-size: 12px;
		line-height: 22px;
	}

	.abM3 .M2-rinfo {
		padding-top: 8px;
		font-size: 14px;
		line-height: 26px;
	}
}

/* **********abM4******************************************************* */
.abM4 {
	background: url("../images/abm4.png") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.abM4::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url("../images/abm4.png") no-repeat center;
	background-size: cover;
	z-index: -1
}

.abM4-border {
	padding-bottom: 257px;
	margin-bottom: 75px;
}

.abM4-blockbox {
	margin-top: -100px;
	display: flex;
	justify-content: center;
}

.abM4 .M6-scroll {
	margin-bottom: 0px;
	margin-top: -207px;
	width: 73.6%;

}

@media screen and (max-width:1333px) {
	.abM3 {
		margin-bottom: 370px;
	}

	.abM4-border {
		padding-bottom: 60px;
		margin-bottom: 46px;
	}
	.abM4 .M6-scroll {
		width: 94%;
	}
}

@media screen and (max-width:999px) {
	.abM3 {
		margin-bottom: 315px;
	}

	.abM4-border {
		padding-bottom: 38px;
		margin-bottom: 34px;
	}
}

@media screen and (max-width:768px) {
	.abM4-border {
		padding-bottom: 26px;
		margin-bottom: 25px;
	}
}

/* **************serice1**************************************** */
.serM1-border {
	padding-top: 35px;
}

.serM1-block {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	flex-flow: wrap;
}

.serM1-bleft {
	width: 50%;
	background-color: #f9ba00;
}

.serM1-blsafe {
	width: 83%;
	margin: auto;
	padding-top: 34px;
	padding-bottom: 30px;
}

.serM1-bltitle {
	font-family: AlibabaSans-Bold;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 43px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	position: relative;
}

.serM1-bltitle::before {
	position: absolute;
	content: "";
	background: url("../images/ser-before2.png") no-repeat;
	width: 194px;
	height: 5px;
	background-size: contain;
	bottom: -28px;
	left: 0;
}

.serM1-blinfo {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #ffffff;
	display: block;
	padding-top: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
}

.serM1-bbtn {
	width: 174px;
	height: 56px;
	background-color: #001c98;
	border: 1px solid #001c98;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 54px;
	letter-spacing: 0px;
	color: #ffffff;
	display: block;
	text-align: center;
	margin-top: 24px;
}

.serM1-bbtn:hover {
	background-color: #f9ba00;
	color: #fff !important;
	border: 1px solid #fff;
}

.serM1-bright {
	width: 50%;
	display: flex;
	align-items: center;
}

.serM1-block a:hover {
	color: #001c98;
}

.serM1-block:nth-child(2n) .serM1-bltitle::before {
	background: url("../images/ser-before.png");
}

.serM1-block:nth-child(2n) {
	flex-direction: row-reverse;
}

.serM1-block:nth-child(2n) .serM1-bleft {
	background-color: #001c98;
}

.serM1-block:nth-child(2n):hover
.serM1-blinfo {
	color: #f9ba00 !important;
}

.serM1-block:nth-child(2n) .serM1-bltitle {
	color: #ffffff ;
}

.serM1-block:nth-child(2n):hover .serM1-bltitle {
	color: #f9ba00;
}

.serM1-block:nth-child(2n) .serM1-bbtn {
	background-color: #f9ba00;
	border: 1px solid #f9ba00;
}

.serM1-block:nth-child(2n) .serM1-bbtn:hover {
	color: #f9ba00 !important;
	background-color: #fff;
}

@media screen and (max-width:1333px) {
	.serM1-blinfo {
		font-size: 16px;
		line-height: 30px;
		padding-top: 28px;
	}

	.serM1-bltitle {
		font-size: 28px;
	}

	.serM1-bltitle::before {
		bottom: -10px;
	}

	.serM1-bbtn {
		font-size: 16px;
		width: 120px;
		height: 40px;
		line-height: 38px;
	}
}

@media screen and (max-width:999px) {
	.serM1-blinfo {
		font-size: 14px;
		line-height: 26px;
		padding-top: 5px;
	}

	.serM1-blsafe {
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.serM1-bbtn {
		margin-top: 13px;
	}

	.serM1-bltitle {
		font-size: 24px;
	}

}

@media screen and (max-width:768px) {
	.serM1-bltitle {
		font-size: 22px;
	}

	.serM1-border {
		padding-top: 18px;
	}

	.serM1-bltitle::before {
		display: none;
	}

	.serM1-bleft {
		width: 100%;
	}

	.serM1-bright {
		width: 100%;
	}

	.serM1-brpic {
		width: 100%;
	}

	.serM1-brpic img {
		width: 100%;
		display: block;
	}

	.serM1-blsafe {
		width: 90%;
		padding-top: 5px;
	}

	.serM1-border {
		padding-top: 12px;
	}

	.serM1-blinfo {
		padding-top: 2px;
	}
}

@media screen and (max-width:538px) {
	.serM1-blinfo {
		font-size: 12px;
		line-height: 22px;
	}

	.serM1-bltitle {
		font-size: 20px;
	}


}

/************service Main2********************************* */
.serM2-title {
	font-family: AlibabaSans-Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	width: 90%;
	margin: auto;
}

.serM2-border {
	padding-top: 25px;
}

.serM2-block {
	display: flex;
	justify-content: end;
	position: relative;
	margin-top: 35px;
	width: 100%;
}

.serM2-bleft {
	width: 10%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;

}

.serM2-bright {
	border-radius: 104px 0px 0px 104px;
	width: 94%;
	background-color: rgba(241, 241, 241, 0.42);
}

.serM2-brsafe {
	padding-top: 36px;
	padding-bottom: 26px;
	width: 90%;
	margin: auto;
	padding-left: 20px;
}

.serM2-brtitle {
	font-family: AlibabaSans-Bold;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #333333;
}

.serM2-brinfo {
	font-family: AlibabaSans-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #666666;
	padding-top: 22px;
}

.serM2-block:nth-child(2n) {
	justify-content: start;
}


.serM2-block:nth-child(2n) .serM2-bright {
	background-color: rgba(0, 28, 152, 0.05);
	border-radius: 0px 104px 104px 0px;
}

.serM2-block:nth-child(2n) .serM2-bleft {
	right: 0;
	margin-right: 0px;
	left: auto;
}

.serM2-block:nth-child(2n) .serM2-brsafe {
	width: 94%;
	margin: auto;
	padding-left: 0px;
	padding-right: 30px;
}

.serM2 .row {
	padding-top: 25px;
	padding-bottom: 113px;
}

.serM2 .owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	padding-bottom: 42px;
}

.serM2 .owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.serM2 .owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.serM2 .owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.serM2 .owl-carousel .owl-item {
	float: left;
	padding: 5px;
}

.serM2 .owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.serM2 .owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.serM2 .owl-theme .owl-controls {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
}

.serM2 .owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.serM2 .owl-theme .owl-controls .owl-page span {
	display: block;
	width: 25px;
	height: 24px;
	background-color: #bababa;
	margin-right: 19px;
	border-radius: 50%;
	font-size: 0px;
}

.serM2 .owl-theme .owl-controls .owl-page.active span,
.main5 .owl-theme .owl-controls.clickable .owl-page:hover span {
	background-color: #001c98;
	opacity: 1;
}

.serM2 .owl-theme .owl-buttons {
	width: 89px;
	height: 42px;
	position: relative;
	margin: auto;
	display: none !important
}

.serM2 .owl-theme .owl-buttons div {
	width: 42px;
	height: 42px;
	background: #fff;
	position: absolute;
	line-height: 42px;
	font-size: 24px;
	transition: 0.5s;
}

.serM2 .owl-theme .owl-prev {
	left: 0px;
}

.serM2 .owl-theme .owl-next {
	right: 0px;
}

.serM2 .owl-theme .owl-buttons div:hover {
	background: #3080f9;
	color: #fff;
}

@media screen and (max-width:1333px) {
	.serM2-title {
		line-height: 30px;
		font-size: 20px;
	}

	.serM2 .row {
		padding-top: 3px;
		padding-bottom: 48px;
	}

	.serM2-brinfo {
		font-size: 16px;
		line-height: 30px;
		padding-top: 6px;
	}

	.serM2-brtitle {
		font-size: 24px;
		line-height: 30px;
	}

	.serM2-brsafe {
		padding-top: 16px;
		padding-bottom: 30px;
	}

	.serM2 .owl-theme .owl-controls .owl-page span {
		width: 14px;
		height: 14px;
		margin-right: 8px;
	}

	.serM2-block {
		margin-top: 20px;
	}

}

@media screen and (max-width:999px) {
	.serM2-brinfo {
		font-size: 14px;
		line-height: 26px;
	}

	.serM2-brtitle {
		font-size: 20px;
	}

	.serM2-title {
		font-size: 18px;
	}

	.serM2 .row {
		padding-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.serM2-bleft {
		/*display: none;*/
	}

	.serM2-title {
		font-size: 16px;
	}
}

@media screen and (max-width:538px) {
	.serM2-brsafe { width: 79%; }
	.serM2-block:nth-child(2n) .serM2-brsafe {
	  width: 79%;
	}
	.serM2-brinfo {
		font-size: 12px;
		line-height: 22px;
	}

	.serM2-brtitle {
		font-size: 16px;
	}

	.serM2-block {
		margin-top: 10px;
	}

	.serM2-border {
		padding-top: 17px;
	}

	.serM2-bright {
		width: 100%;
	}

	.serM2-title {
		font-size: 14px;
		line-height: 26px;
	}

	.serM2-bright {
		border-radius: 0;
	}

	.serM2-block:nth-child(2n) .serM2-bright {
		border-radius: 0;
	}

	.serM2-brsafe {
		padding-left: 0px;
	}
}

/* ****************service Main3************************************** */
.serM3 {
	background-color: #000000;
	margin-bottom: 76px;
}

.serM3-border {
	padding-top: 115px;
	padding-bottom: 184px;
}

.serM3-block {
	background-color: #ffffff;
}

.serM3-bsafe {
	width: 90%;
	padding-top: 87px;
	padding-bottom: 94px;
	margin: auto;
}

.serM3-btitle {
	font-family: AlibabaSans-Bold;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	position: relative;
}

.serM3-btitle::before {
	position: absolute;
	content: "";
	background: url("../images/ser-before2.png") no-repeat;
	width: 194px;
	height: 5px;
	bottom: -48px;
	left: 50%;
	transform: translateX(-50%);
}

.serM3-binfo {
	padding-top: 88px;
}

.serM3-binfo{
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
}

@media screen and (max-width:1333px) {
	.serM3-border {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.serM3-btitle {
		font-size: 28px;
		line-height: 30px;
	}

	.serM3-btitle::before {
		bottom: -19px;
	}

	.serM3-binfo {
		font-size: 16px;
		line-height: 30px;
	}

	.serM3-binfo {
		padding-top: 42px;
	}

	.serM3-bsafe {
		padding-top: 42px;
		padding-bottom: 43px;
	}
	.serM3{
		margin-bottom: 30px;
	}
}

@media screen and (max-width:999px) {
	.serM3-btitle {
		font-size: 24px;
		line-height: 30px;
	}

	.serM3-binfo {
		font-size: 14px;
		line-height: 26px;
	}

	.serM3-border {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.serM3-bsafe {
		padding-top: 26px;
		padding-bottom: 30px;
	}

	.serM3-btitle::before {
		display: none;
	}

	.serM3-binfo {
		padding-top: 9px;
	}
	.serM3{
		margin-bottom: 20px;
	}
}

@media screen and (max-width:768px) {
	.serM3-btitle {
		font-size: 22px;
	}
}

@media screen and (max-width:538px) {
	.serM3-btitle {
		font-size: 20px;
	}

	.serM3-binfo {
		font-size: 12px;
		line-height: 22px;
	}
}

/* **********service2*************************************** */
.ser2M1-border {
	padding-top: 41px;
	padding-bottom: 50px;
}

.ser2M1-title {
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 43px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	font-family: AlibabaSans-Bold;
}

.ser2M1-block {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin-top: 63px;
}

.ser2M1-bleft {
	width: 54%;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.ser2M1-blpic {
	width: 47.5%;
}

.ser2M1-bright {
	width: 46%;
	position: relative;
}

.ser2M1-blblock {
	background-color: #001c98;
	margin-left: -6px;
	margin-top: 47px;
	position: relative;
}

.ser2M1-blblock::before {
	width: 13px;
	height: 13px;
	background-color: #fbf6f2;
	position: absolute;
	content: "";
	top: 23px;
	left: 20px;
	border-radius: 50%;
}

.ser2M1-blblock::after {
	width: 13px;
	height: 13px;
	background-color: #fbf6f2;
	position: absolute;
	content: "";
	top: 23px;
	right: 20px;
	border-radius: 50%;
}


.ser2M1-blsafe {
	width: 90%;
	margin: auto;
	padding-top: 43px;
	padding-bottom: 82px;
	position: relative;
}

.ser2M1-blsafe::before {
	width: 13px;
	height: 13px;
	background-color: #fbf6f2;
	position: absolute;
	content: "";
	bottom: 23px;
	right: -13px;
	border-radius: 50%;
}

.ser2M1-blsafe::after {
	width: 13px;
	height: 13px;
	background-color: #fbf6f2;
	position: absolute;
	content: "";
	bottom: 23px;
	left: -13px;
	border-radius: 50%;
}

.ser2M1-blbtitle {
	font-family: AlibabaSans-Bold;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 43px;
	letter-spacing: 0px;
	color: #ffffff;
}

.ser2M1-blbinfo {
	padding-top: 20px;
}

.ser2M1-blbinfo p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}

@media screen and (max-width:1333px) {
	.ser2M1-title {
		font-size: 28px;
	}

	.ser2M1-block {
		margin-top: 28px;
	}

	.ser2M1-blblock {
		margin-top: 3px;
	}

	.ser2M1-blbtitle {
		font-size: 28px;
	}

	.ser2M1-blbinfo {
		padding-top: 10px;
	}

	.ser2M1-blbinfo p {
		font-size: 14px;
		line-height: 26px;
	}

}

@media screen and (max-width:1024px) {
	.ser2M1-title {
		font-size: 24px;
	}

	.ser2M1-bleft {
		width: 100%;
	}

	.ser2M1-bright {
		width: 100%;
	}

	.ser2M1-blpic img {
		width: 100%;
	}

	.ser2M1-border {
		padding-top: 17px;
		padding-bottom: 36px;
	}

	.ser2M1-block {
		margin-top: 20px;
	}

	.ser2M1-blbinfo p {
		font-size: 14px;
		line-height: 26px;
	}

	.ser2M1-blsafe {
		padding-top: 31px;
		padding-bottom: 56px;
	}

	.ser2M1-blbtitle {
		font-size: 24px;
	}

}

@media screen and (max-width:768px) {
	.ser2M1-title {
		font-size: 22px;
	}

	.ser2M1-border {
		padding-bottom: 26px;
	}
}

@media screen and (max-width:538px) {
	.ser2M1-title {
		font-size: 20px;
	}

	.ser2M1-blbtitle {
		font-size: 20px;
		line-height: 30px;
	}

	.ser2M1-blbinfo p {
		font-size: 12px;
		line-height: 22px;
	}

	.ser2M1-block {
		margin-top: 10px;
	}

	.ser2M1-border {
		padding-top: 8px;
	}
}

/* ******************service2******************************** */
.ser2M2 {
	background: url("../images/ser2-pic2.png") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.ser2M2:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url("../images/ser2-pic2.png") no-repeat center;
	background-size: cover;
	z-index: -1
}

.ser2M2-border {
	padding-top: 81px;
	padding-bottom: 10px;
}

.ser2M2-block {
	background-color: #ffbf00;
	width: 586px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	z-index: 6;
	margin-bottom: -149px;
}

.ser2M2-blsafe {
	width: 97%;
	margin: auto;
	padding-top: 33px;
	border: solid 2px #ffffff;
	padding-bottom: 33px;
	padding-left: 26px;
	padding-right: 26px;
}

.ser2M2-title {
	font-family: AlibabaSans-Bold;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #333333;
}

.ser2M2-info {
	padding-top: 48px;
}

.ser2M2-info p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.ser2-white {
	margin-top: 273px;
	margin-bottom: 50px;
	background-color: #fff;
	position: relative;
	z-index: 7;
}



/* ******************************service** */
.ser2M3 {
	background: url("../images/ser2-pic3.png") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.ser2M3:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url("../images/ser2-pic3.png") no-repeat center;
	background-size: cover;
	z-index: -1
}

.ser2M3 .ser2M3-border {
	display: flex;
	justify-content: end;
}

.ser2M3 .ser2M2-block {
	background-color: #001c98;
	margin-top: -188px;
	margin-bottom: 40px;
}

.ser2M3 .ser2M2-block p {
	color: #fff;
}

@media screen and (max-width:1333px) {
	.ser2M2-title {
		font-size: 28px;
		line-height: 30px;
	}

	.ser2M2-info {
		padding-top: 20px;
	}

	.ser2M2-block {
		padding-bottom: -104px;
	}

	.ser2-white {
		margin-top: 200px;
	}

}

@media screen and (max-width:999px) {
	.ser2M2-info p {
		font-size: 14px;
		line-height: 26px;
	}

	.ser2M2-title {
		font-size: 24px;
	}

	.ser2M2-block {
		margin-bottom: 20px;
	}

	.ser2M3 .ser2M2-block {
		margin-top: 20px;
	}

	.ser2-white {
		margin-top: 0px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:768px) {
	.ser2M2-title {
		font-size: 22px;
	}

	.ser2M2-border {
		padding-top: 33px;
	}

	.ser2M2-block {
		width: 80%;

	}

}

@media screen and (max-width:538px) {
	.ser2M2-title {
		font-size: 20px;
	}

	.ser2M2-info p {
		font-size: 12px;
		line-height: 22px;
	}

	.ser2M2-block {
		width: 100%;
	}

	.ser2M3 .ser2M2-block {
		margin-top: 0px;
		margin-bottom: 10px;
	}

	.ser2M2-blsafe {
		padding-top: 15px;
		padding-bottom: 14px;
		padding-left: 20px;
		padding-right: 20px;
	}


}


/*********service Main4************************************ */

.ser2M4-border {
	padding-top: 89px;
	padding-bottom: 129px;
}

.ser2M4-title {
	font-family: AlibabaSans-Bold;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}

.ser2M4-info {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	padding-top: 3px;
}

.ser2M4-blockbox {
	display: flex;
	flex-flow: wrap;
	padding-top: 13px;
}

.ser2M4-block {
	width: 26%;
	background-color: #f5f5f5;
	margin-right: 11%;
	position: relative;
	margin-top: 37px;
}

.ser2M4-block:hover {
	background-color: #ffbf00;
}

.ser2M4-block:hover::before {
	width: 5px;
	border-radius: 3px;
	height: 163px;
	background-color: #001c98;
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.ser2M4-block:nth-child(3n) {
	margin-right: 0%;
}

.ser2M4-bsafe {
	padding-top: 26px;
	padding-bottom: 44px;
	width: 90%;
	margin: auto;
}

.ser2M4-binfo1 {
	display: flex;
	justify-content: center;
}

.ser2M4-binfo2 {
	padding-top: 11px;
}

.ser2M4-binfo2 p {
	font-family: AlibabaSans-Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}

.ser2M4-binfo3 p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #666666;
	text-align: center;
}

@media screen and (max-width:1333px) {
	.ser2M4-border {
		padding-top: 34px;
		padding-bottom: 56px;
	}

	.ser2M4-title {
		font-size: 28px;
	}

	.ser2M4-info {
		font-size: 16px;
		line-height: 30px;
	}

	.ser2M4-block {
		margin-top: 10px;
	}

	.ser2M4-binfo2 p {
		font-size: 20px;
		line-height: 30px;
	}

	.ser2M4-binfo3 p {
		line-height: 30px;
		padding-top: 10px;
	}

	.ser2M4-block {
		width: 32%;
		margin-right: 2%;
	}
}

@media screen and (max-width:999px) {
	.ser2M4-title {
		font-size: 24px;
	}

	.ser2M4-border {
		padding-top: 20px;
		padding-bottom: 38px;
	}

	.ser2M4-block {
		width: 49%;
		margin-right: 2%;
	}

	.ser2M4-block:nth-child(3n) {
		margin-right: 2%;
	}

	.ser2M4-block:nth-child(2n) {
		margin-right: 0px;
	}

	.ser2M4-binfo2 p {
		font-size: 18px;
	}

	.ser2M4-binfo3 p {
		font-size: 14px;
		line-height: 26px;
	}

	.ser2M4-info {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.ser2M4-title {
		font-size: 22px;
	}
}

@media screen and (max-width:538px) {
	.ser2M4-title {
		font-size: 20px;
	}

	.ser2M4-binfo3 p {
		font-size: 12px;
		line-height: 22px;
	}

	.ser2M4-info {
		font-size: 12px;
		line-height: 22px;
	}

	.ser2M4-binfo2 p {
		font-size: 16px;
		line-height: 30px;
	}

	.ser2M4-border {
		padding-top: 10px;
		padding-bottom: 20px;
	}

}

/* **************2023 2 20*********************************** */
.conM1-border {
	padding-top: 50px;
	padding-bottom: 45px;
}

.conM1-title {
	font-family: AlibabaSans-Bold;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}

.conM1-info {
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	padding-top: 38px;
}

.conM1-block {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	position: relative;
	margin-top: 42px;
}

.conM1-block::before {
	position: absolute;
	background: url("../images/con1-pic1.png") no-repeat;
	width: 945px;
	height: 171px;
	left: 51%;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	z-index: -1;
}

.conM1-left {
	width: 52.4%;
}

.conM1-lpic {
	position: relative;
	z-index: -2;
}

.conM1-right {
	width: 47.6%;
	display: flex;
	align-items: center;
}

.conM1-rsafe {
	width: 77%;
	margin: auto;
}

.conM1-right p {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
}

@media screen and (max-width:1333px) {
	.conM1-title {
		font-size: 28px;
	}

	.conM1-info {
		font-size: 18px;
		padding-top: 15px;
	}

	.conM1-block {
		margin-top: 30px;
	}

	.conM1-right p {
		font-size: 14px;
		line-height: 26px;
	}

	.conM1-border {
		padding-top: 32px;
		padding-bottom: 33px;
	}

}

@media screen and (max-width:999px) {
	.conM1-border {
		padding-bottom: 21px;
		padding-bottom: 20px;
	}

	.conM1-title {
		font-size: 24px;
	}

	.conM1-left {
		width: 100%;
	}

	.conM1-info {
		font-size: 14px;
		line-height: 26px;
	}

	.conM1-lpic {
		width: 100%;
	}

	.conM1-lpic img {
		width: 100%;
	}

	.conM1-right {
		width: 100%;
		background-color: #f9ba00;
	}

	.conM1-block::before {
		display: none;
	}

	.conM1-rsafe {
		width: 90%;
		padding-top: 16px;
		padding-bottom: 20px;
	}

	.conM1-block {
		margin-top: 16px;
	}
}

@media screen and (max-width:768px) {
	.conM1-title {
		font-size: 22px;
	}
}

@media screen and (max-width:538px) {
	.conM1-title {
		font-size: 20px;
	}

	.conM1-info {
		font-size: 12px;
		line-height: 22px;
		padding-top: 8px;
	}

	.conM1-right p {
		font-size: 12px;
		line-height: 22px;
	}

	.conM1-rsafe {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.conM1-border {
		padding-top: 15px;
		padding-bottom: 19px;
	}
}


aguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}


/* .m5n {
    background: #333
} */

.m5n .box-btn {
	position: absolute;
	top: 50%;
	margin-top: -23px;
	width: 51px;
	height: 50px;
	line-height: 50px;
	background-color: #f9ba00;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.m5n .box-btn.prev {
	left: 0;
}

.m5n .box-btn.next {
	right: 0;
}

.m5n .box-btn:hover {
	background-color: #001c98;
}


.c-oh {
	overflow: hidden;
	padding-top: 20px;
}

.box-lunbo {
	position: relative;
	margin-top: 0px;
	padding-left: 50px;
	padding-right: 50px;
}

.box-lunbo1 {
	display: none \9;
}

.box-lunbo1 .box-list {
	position: relative;
	height: 384px;
	overflow: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.box-lunbo1 .list-item {
	position: absolute;
	top: 0;
	width: 688px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
	padding-top: 10px;
}

.box-lunbo1 .list-item0 {
	left: -286px;
	transform: scale(0.93);
}


.box-lunbo1 .list-item1 {
	z-index: 1;
	left: 2px;
	transform: scale(0.93);
}

.box-lunbo1 .list-item2 {
	z-index: 10;
	left: 361px;
	margin: 0 auto;
}


.box-lunbo1 .list-item3 {
	z-index: 3;
	left: 634px;
	transform: scale(0.93);
}

.box-lunbo1 .list-item4 {
	z-index: 4;
	left: 101%;
	transform: scale(0.93);
}

.box-lunbo1 .list-item5 {
	z-index: 5;
	left: 101%;
	transform: scale(0.93);
}

.box-lunbo1 .list-item6 {
	z-index: 6;
	left: 101%;
	transform: scale(0.93);
}

.box-lunbo2 {
	display: none;
	display: block \9;
}

.box-lunbo2 .box-list {
	width: 1000%;
	overflow: hidden;
}

.box-lunbo2 .list-item {
	float: left;
	margin-right: 0.5%;
	width: 33%;
}

.list-item a {
	display: block;
	position: relative;
}

.list-item a img {
	width: 100%;
}

.list-item a i {
	display: block;
	position: absolute;
	background: #4880de;
	background: rgba(72, 128, 222, 0.8);
	width: 31px;
	height: 31px;
	border-radius: 50%;
	text-align: center;
	line-height: 31px;
	color: #fff;
	font-size: 14px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.5s;
	opacity: 0;
}

.list-item a:hover i {
	opacity: 1
}

.list-item a:hover img {
	transform: scale(1)
}

@media screen and (max-width: 1729px) {
	.m5n .box-btn {
		font-size: 12px;
	}

	.box-lunbo1 {
		display: none;
	}

	.box-lunbo2 {
		display: block;
	}

	.box-lunbo2 .list-item {
		width: 3.3%;
		margin-right: 0.05%;
		border: 1px solid #ccc;
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	}

	.conM2-block {
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	}

	.box-lunbo {
		margin-top: 30px;
		padding: 0 60px;
	}
}

@media screen and (max-width: 999px) {
	.box-lunbo {
		margin-top: 5px;
	}

	.box-lunbo2 .list-item {
		width: 4.9%;
		margin-right: 0.2%;
	}

	.c-oh {
		padding-top: 8px;
	}
}

@media screen and (max-width: 767px) {
	.box-lunbo {
		margin-top: 30px;
		padding: 0 32px;
	}

	.m5n .box-btn {
		width: 38px;
		height: 38px;
		line-height: 38px;
	}

}

.conM1 {
	background: url("../images/con-back.png") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.conM1:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url("../images/con-back.png") no-repeat center;
	background-size: cover;
	z-index: -1
}



.conM2-border {
	padding-top: 0px;
	padding-bottom: 20px;
}

.conM2-block {
	background-color: #ffffff;
	height: 359px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.21);
	overflow:auto;

}

.conM2-bsafe {
	padding-top: 25px;
	padding-bottom: 32px;
	width: 90%;
	margin: auto;
}

.conM2-btitile {
	font-family: AlibabaSans-Bold;
	font-size: 53px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #f9ba00;
}

.conM2-binfo {
	font-family: AlibabaSans-Bold;
	font-size: 23px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	padding-top: 40px;
}

.conM2-binfo2 {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	padding-top: 41px;
}

.conM2-title {
	font-family: AlibabaSans-Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}

.conM2-btnbox {
	display: flex;
	flex-flow: wrap;
}

.conM2-btn {
	width: 31%;
	margin-right: 3.5%;
	font-family: AlibabaSans-Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #ffffff;
	background-color: #001c98;
	border-radius: 5px;
	padding: 18px;
	text-align: center;
}

.conM2-btn i {
	padding-left: 17px;
}

.conM2-btn:hover {
	background-color: #f9ba00;
	color: #fff;
}

.conM2-btn:nth-child(3n) {
	margin-right: 0%;
}

.conM3-border {
	padding-top: 76px;
	padding-bottom: 89px;
}
.box-lunbo1 .list-item2  .conM2-btitile{
	color: #001c98;
}

@media screen and (max-width:1333px) {
	.conM2-btitile {
		font-size: 28px;
	}

	.conM2-binfo {
		font-size: 20px;
		line-height: 30px;
		padding-top: 14px;
	}

	.conM2-binfo2 {
		padding-top: 9px;
		font-size: 14px;
		line-height: 26px;
		/* height: 300px;
		overflow: scroll; */
	}

	.box-lunbo {
		margin-top: 14px;
	}

	.conM2-title {
		font-size: 24px;
	}

	.conM2-block {
		overflow: scroll;
	}

}

@media screen and (max-width:999px) {
	.conM2-title {
		font-size: 22px;
	}

	.conM2-binfo {
		font-size: 18px;
		padding-top: 2px;
	}

	.conM2-bsafe {
		padding-top: 7px;
	}
}

@media screen and (max-width:768px) {
	.conM2-title {
		font-size: 20px;
		line-height: 30px;
	}

	.conM2-block {
		overflow: scroll;
	}

	.conM2-binfo {
		font-size: 14px;
		line-height: 26px;
	}

	.conM2-binfo2 {
		font-size: 12px;
		line-height: 22px;
	}
}

@media screen and (max-width:538px) {
	.conM2-btitile {
		font-size: 18px;
		line-height: 28px;
	}

	.conM2-title {
		font-size: 16px;
		line-height: 26px;
	}

	.box-lunbo2 .list-item {
		width: 10%;
	}

	.conM2-block {
		height: 250px;
	}

}

/* contact Main3 */
@media screen and (max-width:1333px) {
	.conM3-border {
		padding-top: 38px;
		padding-bottom: 28px;
	}

	.conM2-btn {
		font-size: 20px;
	}
}

@media screen and (max-width:999px) {
	.conM3-border {
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.conM2-btn {
		font-size: 16px;
	}

	.conM2-btn {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width:768px) {
	.conM3-border {
		padding-top: 38px;
		padding-bottom: 28px;
	}

	.conM2-btn {
		font-size: 14px;
	}

	.conM2-btn {
		width: 100%;
		padding: 10px;
		margin-top: 10px;
		margin-right: 0px;
	}

	.conM3-border {
		padding-top: 8px;
		padding-bottom: 4px;
	}


}

@media screen and (max-width:538px) {
	.conM2-btn {
		font-size: 12px;
	}
}

/************contact2****************************** */
.con2M1 {
	position: relative;
}

.con2M1::before {
	position: absolute;
	content: "";
	background: url("../images/contactus-pic1.png") no-repeat;
	width: 961px;
	height: 450px;
	left: 0;
	top: 15.8%;
	background-size: contain;
}

.con2M1::after {
	position: absolute;
	content: "";
	background: url("../images/contactus-pic2.png") no-repeat;
	width: 733px;
	height: 321px;
	right: 10%;
	top: 58.4%;
	background-size: contain;
}

.con2M1-border {
	padding-top: 50px;
	padding-bottom: 90px;
}

.con2M1-blockbox {
	background-color: #00082c;
}

.con2M1-title {
	font-family: AlibabaSans-Bold;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}

.con2M1-info {
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	padding-top: 38px;
}

.con2M1-blockbox {
	background-color: #00082c;
	margin-top: 105px;
}

.con2M1-blocksafe {
	width: 85%;
	margin: auto;
	padding-top: 47px;
	padding-bottom: 152px;
}

.con2M1-block {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	position: relative;
}

.con2M1-bleft {
	width: 46%;
}

.con2M1-bright {
	width: 44.6%;
}

.con2M1-brtitle {
	font-family: AlibabaSans-Bold;
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #ffffff;

}

.con2M1-brinfo {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	padding-top: 45px;
}

.con2M1-brinfo p {
	color: #ffffff;
}

.con2M1-block:nth-child(2n) {
	flex-direction: row-reverse;
	padding-top: 73px;
}

.con2M1-blockbox2 {
	display: none;
}

@media screen and (max-width:1888px) {
	.con2M1::before {
		width: 700px;
		top: 27%;
	}

	.con2M1-blockbox {
		margin-top: 45px;
	}
}

@media screen and (max-width:1666px) {
	.con2M1::after {
		right: 0;
		width: 600px;
	}
}

@media screen and (max-width:1333px) {
	.con2M1-title {
		font-size: 28px;
	}

	.con2M1-info {
		font-size: 18px;
		padding-top: 10px;
	}

	.con2M1-brtitle {
		font-size: 26px;
	}

	.con2M1-brinfo {
		font-size: 16px;
		line-height: 30px;
	}

	.con2M1-blocksafe {
		width: 94%;
	}

	.con2M1::before {
		top: 20%;
	}

	/*.con2M1-blockbox {*/
	/*	display: none;*/
	/*}*/

	.con2M1-blockbox2 {
		display: block;
	}

	.con2M1::before {
		display: none;
	}

	.con2M1::after {
		display: none;
	}

	.con2M1-bleft {
		float: left;
		margin-right: 24px;
	}

	.con2M1-bright {
		width: 100%;
		overflow: visible;
	}

	.con2M1-block {
		display: block;
	}

	.con2M1-block:nth-child(2n) {
		padding-top: 36px;
	}

	.con2M1-blocksafe {
		padding-top: 50px;
		padding-bottom: 53px;
	}

	.con2M1-blockbox {
		margin-top: 18px;
	}

	.con2M1-border {
		padding-bottom: 36px;
	}
}

@media screen and (max-width:999px) {
	.con2M1-title {
		font-size: 24px;
	}

	.con2M1-brtitle {
		font-size: 22px;
	}

	.con2M1-border {
		padding-top: 36px;
		padding-bottom: 20px;
	}

	.con2M1-brinfo {
		font-size: 14px;
		line-height: 26px;
	}

}

@media screen and (max-width:768px) {
	.con2M1-title {
		font-size: 22px;
	}

	.con2M1-brtitle {
		font-size: 18px;
	}

	.con2M1-border {
		padding-top: 22px;
		padding-bottom: 10px;
	}

	.con2M1-bleft {
		width: 100%;
		float: none;
	}

	.con2M1-brinfo {
		padding-top: 12px;
	}

	.con2M1-bright {
		margin-top: 20px;
	}

	.con2M1-info {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:538px) {
	.con2M1-title {
		font-size: 20px;
	}

	.con2M1-brtitle {
		font-size: 16px;
	}

	.con2M1-brinfo {
		font-size: 12px;
		line-height: 22px;
	}

	.con2M1-blocksafe {
		padding-top: 20px;
		padding-bottom: 31px;
	}

	.con2M1-info {
		font-size: 12px;
		line-height: 22px;
		padding-top: 5px;
	}
}

/* ******contact Main2********************************** */
.con2M2 {
	background-color: #f9ba00;
	position: relative;
}

.con2M2-border {
	padding-top: 61px;
	padding-bottom: 42px;
}

.con2M2-title {
	font-family: AlibabaSans-Bold;
	font-size: 34px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #001c98;
}

.con2M2-info {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	padding-top: 33px;
	width: 68%;
}

.con2M2::before {
	background: url("../images/contactus-pic3.png") no-repeat;
	width: 655px;
	height: 359px;
	position: absolute;
	content: "";
	right: 0;
	top: 37.7%;
	transform: translateY(-50%);
	background-size: contain;
}

.con2M2-info a {
	color: #001c98;
	text-decoration: underline;
}

.con2M2-info a:hover {
	color: #fff;
}
@media screen and (max-width:1777px){
	.con2M2::before{
		width: 500px;
		top: 50%;
		transform: translateY(-50%);
		height: 300px;
		margin-left: 20px;
	}
	.con2M2-info{
		width: 60%;
	}
}

@media screen and (max-width:1333px) {
	.con2M2-title {
		font-size: 28px;
	}

	.con2M2-info {
		padding-top: 18px;
		width: 100%;
	}

	.con2M2::before {
		width: 400px;
		display: none;
	}

	.con2M2-border {
		padding-top: 29px;
		padding-bottom: 34px;
	}
}

@media screen and (max-width:999px) {
	.con2M2-info {
		font-size: 14px;
		line-height: 26px;
	}

	.con2M2-title {
		font-size: 24px;
	}
}

@media screen and (max-width:768px) {
	.con2M2-title {
		font-size: 22px;
	}
}

@media screen and (max-width:538px) {
	.con2M2-title {
		font-size: 20px;
	}

	.con2M2-info {
		font-size: 12px;
		line-height: 22px;
		padding-top: 8px;
	}

	.con2M2-border {
		padding-top: 17px;
		padding-bottom: 22px;
	}
}


/* *****************con2M3************************************** */
.con2M3-border {
	padding-top: 54px;
	padding-bottom: 101px;
}

.con2M3 form {
	display: flex;
	flex-flow: wrap;
}

.cint1 {
	width: 28.6%;
	margin-right: 7.1%;
	margin-top: 20px;
}

.cint1:nth-child(3n) {
	margin-right: 0;
}

.cint1>span {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	padding-left: 12px;
	display: inline-block;
	padding-bottom: 4px;
}

.cint1 input {
	width: 100%;
	height: 38px;
	background-color: #fafafa;
	border-radius: 5px;
	border: solid 1px #e5e5e5;
	padding-left: 10px;
	font-size: 16px;
}
.cint1 input:hover{
	background-color: #f9ba00;
	color: #fff;
}

.cint1 .cdrop {
	width: 100%;
	height: 38px;
	background-color: #fafafa;
	border-radius: 5px;
	border: solid 1px #e5e5e5;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	cursor: pointer;
	position: relative;
}

.cint1 .cdrop span {
	color: #666666;
}

.cint1 .cdrop i {
	position: absolute;
	top: 0%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	width: 38px;
	right: 0;
	color: #666666;
}

.cint1 .cdrop p {
	padding-left: 12px;
}

.cint1 .cdrop ul {
	display: none;
	background-color: #fff;
	position: relative;
	z-index: 3;
}

.cint1 .cdrop ul li {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	padding-left: 12px;
	cursor: pointer;
}

.cint1 .cdrop ul li:hover {
	color: #f9ba00;
}

.choose {
	display: block;
}

.xing1 {
	background: url("../images/xing.png") no-repeat 2px 12px;
}

.cint2 span {
	padding-left: 0px;
}

.cint3 {
	margin-top: 54px;
}

.cint3 input {
	height: 38px;
	background-color: #001c98;
	color: #fff;
	border: 1px solid #001c98;
	border-radius: 4px;
	cursor: pointer;
}

.cint3 input:hover {
	background-color: #f9ba00;
	color: #fff;
	border: 1px solid #f9ba00;
}

@media screen and (max-width:1333px) {
	.con2M3-border {
		padding-top: 20px;
		padding-bottom: 56px;
	}

	.cint1 {
		width: 49%;
		margin-right: 2%;
	}

	.cint1:nth-child(3n) {
		margin-right: 2%;
	}

	.cint1:nth-child(2n) {
		margin-right: 0%;
	}

	.cint1>span {
		font-size: 14px;
		line-height: 26px;
	}

}

@media screen and (max-width:999px) {
	.cint1 .cdrop {
		font-size: 14px;
	}

	.cint1 .cdrop ul li {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.cint1 {
		width: 100%;
		margin-right: 0%;
	}

	.cint1:nth-child(3n) {
		margin-right: 0%;
	}

	.cint1:nth-child(2n) {
		margin-right: 0%;
	}

	.con2M3-border {
		padding-top: 4px;
		padding-bottom: 20px;
	}

	.cint3 {
		margin-top: 28px;
	}

	.cint1 {
		margin-top: 10px;
	}
}

@media screen and (max-width:538px) {
	.cint1>span {
		word-break: break-all;
	}

	.cint1 .cdrop {
		font-size: 12px;
	}

	.cint1>span {
		font-size: 12px;
	}

	.cint1 .cdrop ul li {
		font-size: 12px;
		line-height: 22px;
	}
}

/* ************contactus3**************************************** */
.con3M1-border {
	padding-top: 51px;
	padding-bottom: 83px;
}

.con3M1-title {
	font-family: AlibabaSans-Bold;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}

.con3M1-info {
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 43px;
	letter-spacing: 0px;
	color: #333333;
	padding-top: 49px;
	width: 94%;
	margin: auto;
	text-align: center;
}

.con3M1-info a {
	color: #001c98;
	text-decoration: underline;
	display: inline-block;
}

@media screen and (max-width:1333px){
	.con3M1-title{
		font-size: 28px;
	}
	.con3M1-info{
		font-size: 16px;
		padding-top: 10px;
	}
	.con3M1-border{
		padding-top: 29px;
		padding-bottom: 29px;
	}

}
@media screen and (max-width:999px){
	.con3M1-title{
		font-size: 24px;
	}
	.con3M1-info{
		font-size: 14px;
		padding-top: 10px;
		line-height: 26px;
	}
	.con3M1-border {
		padding-top: 24px;
		padding-bottom: 26px;
	  }
}
@media screen and (max-width:768px){
	.con3M1-title{
		font-size: 22px;
	}
	.con3M1-info{
		font-size: 14px;
		line-height: 26px;
		padding-top: 10px;
	}
}
@media screen and (max-width:538px){
	.con3M1-title{
		font-size: 20px;
	}
	.con3M1-info{
		font-size: 12px;
		line-height: 22px;
		padding-top: 10px;
	}
	.con3M1-border {
		padding-top: 18px;
		padding-bottom: 18px;	  
	}

}


/* **********con3M2*************************************** */
.con3M2 {
	background: url("../images/con3-back.png") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.con3M2:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url("../images/con3-back.png") no-repeat center;
	background-size: cover;
	z-index: -1
}

.con3M2 .M5-left {
	width: 43.9%;
	margin-top: -35px;
	margin-bottom: -187px;
}

.con3M2 .xf-coxin .int1 {
	width: 49.2%;
}

.con3M2 .M5-right {
	width: 50.4%;
}

.con3M2 .M5-rblock {
	width: 99%;
}

.con3M2 .M5-rblock {
	padding-top: 174px;
}

.con3M2-border {
	padding-bottom: 55px;
}

.c3M5-pic {
	position: relative;
}

/*.c3M5-pic::before {*/
/*	position: absolute;*/
/*	background: url("../images/c-logor.png") no-repeat;*/
/*	width: 28px;*/
/*	height: 29px;*/
/*	background-size: contain;*/
/*	content: "";*/
/*	top: 0;*/
/*	right: 0;*/
/*}*/

.c3M5-title {
	font-family: AlibabaSans-Bold;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
	padding-top: 68px;
}

.c3M5-block {
	display: flex;
	margin-top: 24px;
}

.c3M5-block i,.c3M5-block em {
	font-size: 16px;
	color: #333333;
	padding-right: 20px;
	line-height: 34px;
}

.c3M5-block p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
}

.c3M5-block p a:hover {
	color: #001c98;
}

.con3M2 .M5-lsafe {
	padding-top: 82px;
	width: 71%;
	padding-bottom: 21px;
}

.c3M5-blockbox {
	padding-top: 17px;
}

.c3M5-media {
	background-color: #001c98;
	box-shadow: 0px 5px 10px 0px rgba(255, 255, 255, 0.15);
	display: flex;
	padding-top: 15px;
	padding-bottom: 16px;
	display: flex;
	justify-content: center;
	margin-top: 51px;
}

.c3M5-media a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	margin-right: 20px;
}

.c3M5-media a:last-child {
	margin-right: 0px;
}

.c3M5-media a:hover {
	background-color: #f9ba00;
}

.c3M5-media a i {
	font-size: 20px;
	color: #fff;
	line-height: 40px;
}

@media screen and (max-width:1333px){
	.c3M5-pic img{
		width: 200px;
	}
	.c3M5-title{
		padding-top: 23px;
	}
	.c3M5-block{
		margin-top: 10px;
	}
	.c3M5-media{
		margin-top: 30px;
	}
	.con3M2 .M5-left {
		width: 43.9%;
		margin-top: 37px;
		margin-bottom: 1px;
	  }
	  .con3M2 .M5-lsafe {
		padding-top: 41px;
		width: 71%;
		padding-bottom: 41px;
	  }
	  .con3M2 .M5-rblock {
		padding-top: 83px;
	  }
	  .c3M5-media a{
		margin-right: 0px;
	  }
}
@media screen and (max-width:999px){
	.con3M2 .M5-left{
		width: 100%;
	}
	.con3M2 .M5-right{
		width: 100%;
	}
	.con3M2 .M5-rblock {
		padding-top: 2px;
	  }
	  .con3M2 .M5-lsafe{
		width: 88%;
	  }
	  .con3M2-border {
		padding-bottom: 18px;
	  }
	  .c3M5-pic img {
		width: 160px;
	  }
	  .c3M5-block {
		margin-top: 4px;
	  }
	  .c3M5-title {
		padding-top: 16px;
		font-size: 22px;
	  }
	  .con3M2 .M5-lsafe {
		padding-top: 34px;
		padding-bottom: 34px;
	  }
	  .c3M5-block p{
		font-size: 14px;
		line-height: 26px;
	  }
}
@media screen and (max-width:768px){
	.con3M2 .M5-lsafe {
		padding-top: 28px;
		padding-bottom: 26px;
	  }
	  .c3M5-media {
		margin-top: 16px;
		padding-top: 8px;
		padding-bottom: 8px;
	  }
	  .con3M2-border {
		padding-bottom: 15px;
	  }
	  .con3M2 .M5-left{
		margin-top: 26px;
	  }
	  .c3M5-media a i{
		font-size: 16px;
	  }

}
@media screen and (max-width:538px){
	
}


/* ******on3M4**************************** */
.con3M4-block{
	display: flex;
	padding-top: 8px;
	padding-bottom: 19px;
	width: 100%;
	margin-top: 8px;
}

.con3m4-binfo{
	font-family: AlibabaSans-Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
	color: #001c98;
	width: 24.7%;
}

.con3m4-binfo2{
	width: 20.4%;
}
.con3m4-binfo2 a{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	display: block;
}
.con3m4-binfo2 a:hover{
	text-decoration: underline;
}
.con3m4-binfo3{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	width: 18%;
}
.con3m4-binfo4{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;	
	width: 34%;
}
.con3M4-block:nth-child(2n){
	background-color: #f9ba00;
	border-radius: 10px;
}
.con3M4-bsafe{
	width: 90%;
	margin: auto;
	display: flex;
	align-items: center;
	
}
.con3M4-border{
	padding-top: 34px;
	padding-bottom: 96px;
}

@media screen and (max-width:1333px){
	.con3m4-binfo{
		font-size: 16px;
	}
	.con3M4-block {
		padding-top: 6px;
		padding-bottom: 12px;
		margin-top: 6px;
	}
	.con3M4-border {
		padding-top: 17px;
		padding-bottom: 40px;
	}

	.con3m4-binfo4{
		font-size: 14px;
	}
	.con3m4-binfo3{
		font-size: 14px;
	}
	.con3m4-binfo2{
		font-size: 14px;
	}
	.con3m4-binfo{
		width: 20.7%;
	}
	.con3m4-binfo2 a{
		font-size: 14px;
		
	}
	.con3M4-bsafe{
		width: 96%;	
		
	}

}
@media screen and (max-width:999px){
	
	.con3m4-binfo{
		width: 100%;
	}
	.con3m4-binfo2{
		width: 100%;
	}
	.con3M4-bsafe{
		flex-flow: wrap;
	}
	.con3m4-binfo3{
		width: 100%;
	}
	.con3m4-binfo4{
		width: 100%;
	}
	.con3M4-border {
		padding-top: 12px;
		padding-bottom: 28px;
	  }

}
@media screen and (max-width:768px){
	.con3M4-border {
		padding-top: 12px;
		padding-bottom: 21px;
	  }
}
@media screen and (max-width:538px){
	
}

@font-face {
    display:swap;
	font-family: 'AlibabaSans-Bold';
	src: url('../fonts/AlibabaSansBold.eot');
	src: url('../fonts/AlibabaSansBold.eot') format('embedded-opentype'),
		url('../fonts/AlibabaSansBold.woff2') format('woff2'),
		url('../fonts/AlibabaSansBold.woff') format('woff'),
		url('../fonts/AlibabaSansBold.ttf') format('truetype'),
		url('../fonts/AlibabaSansBold.svg#AlibabaSansBold') format('svg');
}


@font-face {    display:swap;
	font-family: 'AlibabaSans-Regular';
	src: url('../fonts/AlibabaSansRegular.eot');
	src: url('../fonts/AlibabaSansRegular.eot') format('embedded-opentype'),
		url('../fonts/AlibabaSansRegular.woff2') format('woff2'),
		url('../fonts/AlibabaSansRegular.woff') format('woff'),
		url('../fonts/AlibabaSansRegular.ttf') format('truetype'),
		url('../fonts/AlibabaSansRegular.svg#AlibabaSansRegular') format('svg');
}


@font-face {    display:swap;
	font-family: "iconfont";
	/* Project id 3894419 */
	src: url('../fonts/iconfont.woff2?t=1676532469083') format('woff2'),
		url('../fonts/iconfont.woff?t=1676532469083') format('woff'),
		url('../fonts/iconfont.ttf?t=1676532469083') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-duigou-cu:before {
	content: "\e621";
}

.icon-jiahao:before {
	content: "\eaf3";
}

.icon-home:before {
	content: "\e624";
}

.icon-edit:before {
	content: "\e611";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-twitter:before {
	content: "\e607";
}

.icon-bigger:before {
	content: "\e647";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-up1:before {
	content: "\e72e";
}

.icon-bottom1:before {
	content: "\e72f";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-up:before {
	content: "\e73e";
}

.icon-bottom:before {
	content: "\e73f";
}

.icon-instagram:before {
	content: "\e79d";
}

.icon-tumblr:before {
	content: "\e79e";
}

.icon-download:before {
	content: "\e7a0";
}

.icon-download1:before {
	content: "\e7a7";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-contact:before {
	content: "\e7be";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-fax:before {
	content: "\e7c2";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-phone:before {
	content: "\e7c8";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-phone1:before {
	content: "\e7cb";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-contact1:before {
	content: "\e7c4";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-qq:before {
	content: "\e7ce";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-message:before {
	content: "\e7da";
}

.icon-calendar:before {
	content: "\e7e1";
}

.icon-calendar1:before {
	content: "\e7e3";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-youbian:before {
	content: "\e60f";
}

.icon-jian2:before {
	content: "\e600";
}

.icon-jia2:before {
	content: "\e608";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-bottom7:before {
	content: "\e723";
}

.icon-left7:before {
	content: "\e724";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo4:before {
	content: "\e610";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-shangchuan:before {
	content: "\e602";
}

.icon-top2:before {
	content: "\e637";
}

/* mianbaoxie */
.fenban-font {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.fenban-title {
	font-family: AlibabaSans-Bold;
	font-size: 46px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
}

.mianbao {
	text-align: center;
	color: #ffffff;
}

.mianbao p {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #ffffff;
	padding-top: 27px;

}
.mianbao a{
	color: #fff;
	font-size: 16px;
}
.mianbao a.xuan {
	color: #ffbf00;
}

@media screen and (max-width:1333px) {
	.fenban-title {
		font-size: 26px;
	}

	.mianbao p {
		padding-top: 14px;
		font-size: 16px;
	}
}

@media screen and (max-width:999px) {
	.fenban-title {
		font-size: 26px;
	}

	.mianbao p {
		padding-top: 14px;
		font-size: 16px;
	}
}

@media screen and (max-width:768px) {
	.fenban-title {
		font-size: 24px;
	}
}

@media screen and (max-width:538px) {
	.fenban-title {
		font-size: 22px;
	}

	.mianbao p {
		padding-top: 12px;
		font-size: 12px;
		line-height: 22px;
	}
}

.head2 {
	background-color: #ffbf00;
}

.yvnbox {
	position: absolute;
	right: 198px;
	top: 17px;
}

.yvn {
	position: relative;
	z-index: 9999999;
	margin-right: 10%;
}

.yvzhonga {
	display: block;
	padding-right: 16px;
	padding-left: 11px;
	line-height: 26px;
	font-size: 18px;
	transition: 1s;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	z-index: 99999;
}

.yvzhonga:hover .yvn .yv-lang {
	color: #005eb8;
}

.yvzhonga i {
	font-size: 20px;
	font-size: 2.0rem;
	left: 0px;
	top: 0px;
	color: #fff;
	font-weight: bold;
}

.yvn .yv-lang {
	display: block;
	width: 0;
	top: 2px;
	position: absolute;
	right: 6px !important;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.yvul {
	width: 100%;
	min-width: 100px;
	position: absolute;
	top: 36px;
	right: 0px;
	background: #000;
	background: rgba(0, 0, 0, 0.7);
	display: none;
}

.yvul a {
	display: block;
	padding: 5px 10px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 26px;
	color: #fff;
}
.yvzhonga span{
	color: #fff;
}

.yvul a:hover {
	background-color:#f9ba00;
	color: #fff;
}

.head2 .sousuo input::placeholder {
	color: rgba(102, 102, 102, 0.64);
}

.head2 .sousuo form {
	background-color: rgba(255, 255, 255, 0.62);
}

.head2 .sousuo form i {
	color: #666666;
}

.head2 .daohang>li>a {
	color: #333333;
}

.head2 .daohang .dangqiandao>a {
	color: #ffbf00;
}

.head2 .daohang>li:hover>a {
	color: #ffbf00;
}
.head2 .yvzhonga span{
	color: #333;
}

@media screen and (max-width:1333px) {
	.yvnbox {
		right: 160px;
	}

	.yvzhonga {
		font-size: 16px;
	}
}

@media screen and (max-width:999px) {
	.daoz .yvnbox {
		display: block !important;
	}

	.yvnbox {
		right: 0px;
		top: 9px;
	}
	.yvzhonga span{
		color: #333;
	}
}

@media screen and (max-width:768px) {
	.yvnbox {
		right: 36px;
		top: 9px;
	}
}

/* ***********xiala**************************** */
.xiala-xuan a {
	color: #ffbf00;
}

.yiji-content {
	padding-right: 5%;
}

.yiji-content .yiji-cpic {
	display: none;
}


.xiala-box {
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	width: 57%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	padding-bottom: 10px;
	padding-top: 27px;
	padding: 13px;
	padding-left: 0px;
}

.xiala-outbox {
	display: none;
	transition: 0s;
}

.daohang>li:hover .xiala-outbox {
	display: block;
}

.xiala {
	position: absolute !important;
	background: #f1f1f1;
	top: 90px;
	left: 0px;
	font-size: 0px;
	padding: 13px 0;
	transition: 0.5s;
	visibility: hidden;
	opacity: 0
}

.xiala:after {
	content: "";
	clear: both;
	display: block;
}

.xllie {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}

.xlerji {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 29px;
	position: relative;
	font-family: AlibabaSans-Regular, Arial, Helvetica, sans-serif;
	padding: 10px;
	padding-left: 54px;
}

.xlerji:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border: solid 3px #333333;
	border-radius: 50%;
	left: 30px;
	top: 18px;
}

.xlsanji {
	color: #444444;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 36px;
}

.xlsanji a {
	color: #444444;
	display: block;
	padding: 0 10px;
	padding-left: 30px;
}

.xiala a:hover {
	background: #0f3662;
	color: #fff;
}

.daohang>li:hover .xiala {
	top: 100%;
	visibility: visible;
	opacity: 1
}

.xlerji:hover {
	background: #0f3662;
	color: #fff;
}

.xlerji:hover:before {
	border-color: #fff;
}

.xiala {
	overflow: auto;
}

.yijiw {
	top: 90px;
	left: 50%;
	text-align: left;
	transition: 0.5s;
}

.yiji {}

.yiji li {
	transition: 0.5s;
	position: relative;

}

.yiji li a {
	display: block;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 43px;
	letter-spacing: 0px;
	color: #666666;
	padding: 0px 12px;
}

.yiji li:hover {
	background: #fff;
}

.yiji li:hover>a {
	color: #ffbf00;
}

.erji {
	padding: 12px;
	/*padding-bottom: 46px;*/
	position: absolute;
	width: 314px;
	background: #ffffff;
	top: -9999px;
	right: 198px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.13);
	z-index:999;
}

.sanji {
	display: none;
	position: absolute;
	width: 220px;
	background: #ffffff;
	top: -9999px;
	right: 220px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.13);
}

.daohang>li:hover .yijiw {
	top: 105%;
	visibility: visible;
	opacity: 1
}

.yiji>li:hover .erji {
	top: -13px;
}



.erji>li:hover .sanji {
	top: 0px;
}

.erji>li:hover .sanji>li>a {
	line-height: 26px;
}

@media screen and (max-width:1333px) {
    .yiji>li:hover .erji{
        top:-17px;
    }
	.xiala-box {
		width: 66%;
		padding-top: 17px;
		padding-bottom: 17px;
		left:20%;
	}

	.yiji li a {
		font-size: 12px;
		line-height: 22px;
	}

	.erji {
		width: 206px;
		right: 102px;
		padding-bottom: 16px;
	}
}

.cint1 input::placeholder{
	color: #666666;
}
@media screen and (max-width:999px){
	.cint1 input::placeholder{
		font-size: 14px;
	}
}
@media screen and (max-width:538px){
	.cint1 input::placeholder{
		font-size: 12px;
	}
}

.headcolor{
	background: rgba(15, 15, 15, 0.8);
}

.prl-colorbox input {
	background-color: #4a3838;
	width: 8.1%;
	height: 22px;
	margin-right: 2.11%;
	margin-top: 4px;
}

.prl-colorbox input i {
	font-size: 20px;
	display: none;
	text-align: center;
	color: #fff;
}

.prl-colorbox .cselect i {
	display: block !important;
}
.prl-colorbox  input[type="checkbox"] {
	appearance: none;
	position: relative;
}
.prl-colorbox  input[type="checkbox"]:checked::before {
	content: "";
	position: absolute;
	width: 5px;
	height: 10px;
	border-color: #fff;
	border-style: solid;
	border-width:0 3px 5px 0;
	transform: rotate(45deg);
	left: 50%;
	margin-left: -5px;
}

.prl-colorbox input:nth-child(10n) {
	margin-right: 0;
}

.prl-colorbox input:nth-child(1) {
	background-color: #4a3838;
}

.prl-colorbox input:nth-child(2) {
	background-color: #ec0303;
}

.prl-colorbox input:nth-child(3) {
	background-color: #e132e7;
}

.prl-colorbox input:nth-child(4) {
	background-color: #3a14dc;
}

.prl-colorbox input:nth-child(5) {
	background-color: #1984cf;
}

.prl-colorbox input:nth-child(6) {
	background-color: #19cfcd;
}

.prl-colorbox input:nth-child(7) {
	background-color: #11d664;
}

.prl-colorbox input:nth-child(8) {
	background-color: #71e81a;
}

.prl-colorbox input:nth-child(9) {
	background-color: #cde71f;
}

.prl-colorbox input:nth-child(10) {
	background-color: #dbc50a;
}

.prl-colorbox input:nth-child(11) {
	background-color: #7c7676;
}

.prl-colorbox input:nth-child(12) {
	background-color: #b8401b;
}

.prl-colorbox input:nth-child(13) {
	background-color: #a0b81b;
}

.prl-colorbox input:nth-child(14) {
	background-color: #c5c73b;
}

.prl-colorbox input:nth-child(15) {
	background-color: #e6e834;
}

.prl-colorbox input:nth-child(16) {
	background-color: #da8308;
}

.prl-colorbox input:nth-child(17) {
	background-color: #f17554;
}

.prl-colorbox input:nth-child(18) {
	background-color: #efe43a;
}

.prl-colorbox input:nth-child(19) {
	background-color: #ff9494;
}

.prl-colorbox input:nth-child(20) {
	background-color: #bfbfbf;
}
.abM3 .M2-rinfo:hover{
	text-decoration: unset;
}
.prmain2 .p2M1-rblock{
	margin-top: 20px;
}
.listcart{margin-top: 90px;}
.listcart a.l{float: left;}
.listcart a.r{float: right;}
.listcart a{ background:#f9ba00;display:inline-block;height: 34px; width:200px; line-height: 34px;cursor: pointer;border: none;overflow: hidden;color: #fff;cursor: pointer;  border:1px solid #f9ba00; padding-left:10px; padding-right:10px; text-align:center; margin-left:10px;}
.listcart a:hover{  border:#f9ba00 solid 1px;background: #f9ba00; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px ;float: none;}
.listcart{ width:100%; margin-top:50px; }
}
@media screen and (max-width:472px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}
.yijit{
	width: 246px;
	top: 100%;
	background-color: #fff;
	left: 46%;
	text-align: left;
	transition: 0.5s;
	position: absolute;
	padding-top: 13px;
	padding-bottom: 10px;
	display: none;

}
.yijit .yiji li a{
	color: #333;
}
.yijit .yiji li a:hover{
	color: #ffac28;
}
.yijit .erji{
	width: 230px;
	right: 242px;
}
.daohang > li:hover .yijit{
	display: block;
}
.ab1shipin{
	padding-bottom: 49.714%;
}
.p3M3-block .ab1shipin iframe{
	height: 100%;
    position: absolute;
}
.M4-blpic {
	width: 100%;
	display: block;
	overflow: hidden;
}
.M4-blpic img{
	width: 100%;
}
.M4-brpicbox a{
	display: block;
	overflow: hidden;
}

.c-oh {
	overflow: hidden;
	margin-top: 20px;
}

.m5n .box-btn2l{
	width: 28.3%;
	height: 100%;
	z-index: 9999;
	top: 0;
	opacity: 0;
}
.m5n .box-btn2r{
	width: 28.3%;
	height: 100%;
	z-index: 9999;
	top: 0;
	opacity: 0;
}
@media screen and (max-width:472px){
    .caseM1 .table table{
        width: 100%;
    }
}
@media screen and (max-width:1448px){
    .yijit{
        left:28%;
    }
}
@media screen and (max-width:1445px) {
    .xiala-box{
        right:140px;
    }
}
@media screen and (max-width:450px){
    .fenbanner{
        background:#000;
        padding-bottom:35.79% !important;
    }
    .fenbanner img{
        display:none;
    }
}


.prrtn.przhan{height:auto !important;}